summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/WebKit.order
blob: 187f66a78a796184743754bc683d796ee6f97351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
+[WebPreferences initialize]
__ZL23cacheModelForMainBundlev
__ZL8containsPKPKciS0_
_WebKitLinkedOnOrAfter
_WebKitLinkTimeVersion
+[WebPreferences standardPreferences]
-[WebPreferences initWithIdentifier:]
+[WebPreferences(WebInternal) _IBCreatorID]
+[WebPreferences(WebPrivate) _getInstanceForIdentifier:]
+[WebPreferences(WebPrivate) _setInstance:forIdentifier:]
-[WebPreferences(WebPrivate) _postPreferencesChangesNotification]
-[WebPreferences setAutosaves:]
+[NSString(WebKitExtras) _webkit_localCacheDirectoryWithBundleIdentifier:]
-[NSString(WebKitExtras) _web_stringByAbbreviatingWithTildeInPath]
+[WebIconDatabase delayDatabaseCleanup]
+[WebIconDatabase sharedIconDatabase]
-[WebIconDatabase init]
-[WebIconDatabase(WebInternal) _startUpIconDatabase]
__ZL13defaultClientv
-[WebIconDatabase(WebInternal) _databaseDirectory]
-[WebPreferences privateBrowsingEnabled]
-[WebPreferences _boolValueForKey:]
-[WebPreferences _integerValueForKey:]
-[WebPreferences _valueForKey:]
+[WebView initialize]
_InitWebCoreSystemInterface
+[WebView(WebPrivate) _registerViewClass:representationClass:forURLScheme:]
+[WebView(WebPrivate) _generatedMIMETypeForURLScheme:]
+[WebView registerViewClass:representationClass:forMIMEType:]
+[WebFrameView(WebInternal) _viewTypesAllowImageTypeOmission:]
+[WebHTMLView initialize]
+[WebHTMLView(WebPrivate) _insertablePasteboardTypes]
+[WebHTMLView(WebPrivate) _selectionPasteboardTypes]
+[WebHTMLView(WebPrivate) supportedNonImageMIMETypes]
+[WebHTMLRepresentation supportedNonImageMIMETypes]
__ZN21WebIconDatabaseClient13performImportEv
__Z21importToWebCoreFormatv
+[ThreadEnabler enableThreading]
-[ThreadEnabler threadEnablingSelector:]
__ZL20objectFromPathForKeyP8NSStringP11objc_object
__ZL11stringArrayRKN3WTF7HashSetIN7WebCore6StringENS1_10StringHashENS_10HashTraitsIS2_EEEE
+[WebPDFView supportedMIMETypes]
+[WebPDFRepresentation supportedMIMETypes]
+[WebPDFRepresentation postScriptMIMETypes]
+[WebDataSource(WebInternal) _repTypesAllowImageTypeOmission:]
_WebLocalizedString
-[NSURL(WebNSURLExtras) _web_originalDataAsString]
-[NSURL(WebNSURLExtras) _web_originalData]
-[WebIconDatabase retainIconForURL:]
-[WebIconDatabase(WebPendingPublic) isEnabled]
+[WebView registerURLSchemeAsLocal:]
+[NSURL(WebNSURLExtras) _web_URLWithDataAsString:]
+[NSURL(WebNSURLExtras) _web_URLWithDataAsString:relativeToURL:]
-[NSString(WebKitExtras) _webkit_stringByTrimmingWhitespace]
+[NSURL(WebNSURLExtras) _web_URLWithData:relativeToURL:]
-[NSURL(WebNSURLExtras) _webkit_canonicalize]
_WKNSURLProtocolClassForRequest
-[WebView(WebPrivate) _initWithFrame:frameName:groupName:usesDocumentViews:]
+[WebViewPrivate initialize]
-[WebViewPrivate .cxx_construct]
-[WebViewPrivate init]
-[WebView(WebPrivate) _commonInitializationWithFrameName:groupName:usesDocumentViews:]
-[WebPreferences(WebPrivate) willAddToWebView]
-[WebFrameView initWithFrame:]
+[WebViewFactory createSharedFactory]
+[WebKeyGenerator createSharedGenerator]
-[WebClipView initWithFrame:]
-[WebFrameView visibleRect]
-[WebFrameView webFrame]
_WebKitInitializeLoggingChannelsIfNecessary
_initializeLogChannel
+[WebHistoryItem initialize]
+[WebHistoryItem(WebInternal) initWindowWatcherIfNecessary]
__Z36WebKitInitializeDatabasesIfNecessaryv
__ZN24WebDatabaseTrackerClient30sharedWebDatabaseTrackerClientEv
__ZN24WebDatabaseTrackerClientC1Ev
__ZN24WebDatabaseTrackerClientC2Ev
__ZL47WebKitInitializeApplicationCachePathIfNecessaryv
__ZN15WebChromeClientC1EP7WebView
__ZN15WebChromeClientC2EP7WebView
__ZN20WebContextMenuClientC1EP7WebView
__ZN20WebContextMenuClientC2EP7WebView
__ZN15WebEditorClientC1EP7WebView
__ZN15WebEditorClientC2EP7WebView
__ZN13WebDragClientC1EP7WebView
__ZN13WebDragClientC2EP7WebView
__ZN18WebInspectorClientC1EP7WebView
__ZN18WebInspectorClientC2EP7WebView
-[WebView preferences]
-[WebPreferences(WebPrivate) _localStorageDatabasePath]
-[WebPreferences _stringValueForKey:]
+[WebFrame(WebInternal) _createMainFrameWithPage:frameName:frameView:]
+[WebFrame(WebInternal) _createFrameWithPage:frameName:frameView:ownerElement:]
__Z3kitPN7WebCore4PageE
-[WebFrame(WebInternal) _initWithWebFrameView:webView:]
-[WebFramePrivate setWebFrameView:]
-[WebFrameView(WebInternal) _setWebFrame:]
__ZN20WebFrameLoaderClientC1EP8WebFrame
__ZN20WebFrameLoaderClientC2EP8WebFrame
__ZN20WebFrameLoaderClient20createDocumentLoaderERKN7WebCore15ResourceRequestERKNS0_14SubstituteDataE
__ZN20WebDocumentLoaderMacC1ERKN7WebCore15ResourceRequestERKNS0_14SubstituteDataE
__ZN20WebDocumentLoaderMacC2ERKN7WebCore15ResourceRequestERKNS0_14SubstituteDataE
-[WebDataSource(WebInternal) _initWithDocumentLoader:]
+[WebDataSourcePrivate initialize]
__Z10getWebViewP8WebFrame
__Z4coreP8WebFrame
__ZN20WebDocumentLoaderMac13setDataSourceEP13WebDataSourceP7WebView
__ZN20WebDocumentLoaderMac16retainDataSourceEv
-[WebView resourceLoadDelegate]
-[WebView downloadDelegate]
__ZN20WebDocumentLoaderMac13attachToFrameEv
__ZN20WebFrameLoaderClient22provisionalLoadStartedEv
-[WebFrameView(WebInternal) _scrollView]
__ZN20WebFrameLoaderClient25setMainFrameDocumentReadyEb
-[WebView(WebPendingPublic) setMainFrameDocumentReady:]
__ZN20WebFrameLoaderClient17setCopiesOnScrollEv
__ZN20WebFrameLoaderClient31prepareForDataSourceReplacementEv
-[WebFrame(WebInternal) _dataSource]
__ZN20WebFrameLoaderClient31transitionToCommittedForNewPageEv
__ZNK20WebDocumentLoaderMac10dataSourceEv
-[WebDataSource(WebPrivate) _responseMIMEType]
-[WebDataSource response]
+[WebFrameView(WebInternal) _viewClassForMIMEType:]
+[WebView(WebPrivate) _viewClass:andRepresentationClass:forMIMEType:]
-[NSDictionary(WebNSDictionaryExtras) _webkit_objectForMIMEType:]
+[WebHTMLView(WebPrivate) unsupportedTextMIMETypes]
-[WebView removePluginInstanceViewsFor:]
-[WebView(WebPrivate) _usesDocumentViews]
-[WebFrameView(WebInternal) _makeDocumentViewForDataSource:]
-[WebDataSource representation]
-[WebHTMLView initWithFrame:]
+[WebHTMLViewPrivate initialize]
-[WebPluginController initWithDocumentView:]
-[WebFrameView(WebInternal) _setDocumentView:]
-[WebFrameView(WebInternal) _webView]
-[WebFrame webView]
__Z4coreP7WebView
-[WebView(WebPrivate) page]
-[WebDynamicScrollBarsView(WebInternal) setSuppressLayout:]
-[WebHTMLView viewWillMoveToSuperview:]
-[WebHTMLView(WebHTMLViewFileInternal) _removeSuperviewObservers]
-[WebHTMLView setNeedsDisplay:]
-[WebHTMLView visibleRect]
-[WebClipView hasAdditionalClip]
-[WebFrame(WebInternal) _getVisibleRect:]
-[WebHTMLView viewDidMoveToSuperview]
-[WebHTMLView addSuperviewObservers]
-[WebHTMLView isFlipped]
-[WebDynamicScrollBarsView(WebInternal) reflectScrolledClipView:]
-[WebFrame(WebInternal) _updateBackgroundAndUpdatesWhileOffscreen]
-[WebView drawsBackground]
-[WebView(WebPrivate) backgroundColor]
__Z3kitPN7WebCore5FrameE
-[WebFrame frameView]
-[WebFrameView documentView]
-[WebView shouldUpdateWhileOffscreen]
-[WebFrameView(WebInternal) _install]
-[WebDynamicScrollBarsView(WebInternal) scrollingModes:vertical:]
-[WebHTMLView setDataSource:]
-[WebPluginController setDataSource:]
-[WebHTMLView addMouseMovedObserver]
-[WebHTMLView(WebHTMLViewFileInternal) _isTopHTMLView]
-[WebHTMLView(WebHTMLViewFileInternal) _topHTMLView]
-[WebDataSource(WebInternal) _webView]
-[WebDataSource webFrame]
-[WebView mainFrame]
-[WebHTMLView(WebHTMLViewFileInternal) _webView]
-[WebView(WebPrivate) _dashboardBehavior:]
__ZN15WebEditorClient23clearUndoRedoOperationsEv
__ZN20WebFrameLoaderClient15finishedLoadingEPN7WebCore14DocumentLoaderE
-[WebDataSource(WebInternal) _finishedLoading]
__ZNK7WebCore17FrameLoaderClient23shouldUsePluginDocumentERKNS_6StringE
_WKInitializeMaximumHTTPConnectionCountPerHost
__ZNK20WebFrameLoaderClient17overrideMediaTypeEv
-[WebView mediaStyle]
__ZN15WebChromeClient22createHTMLParserQuirksEv
__ZNK15WebChromeClient19contentsSizeChangedEPN7WebCore5FrameERKNS0_7IntSizeE
__ZN20WebFrameLoaderClient24documentElementAvailableEv
__ZN20WebFrameLoaderClient18frameLoadCompletedEv
__ZN20WebFrameLoaderClient21forceLayoutForNonHTMLEv
-[WebDataSource(WebInternal) _isDocumentHTML]
+[WebView canShowMIMETypeAsHTML:]
+[WebFrameView(WebInternal) _canShowMIMETypeAsHTML:]
-[WebView _realZoomMultiplierIsTextOnly]
-[WebView _realZoomMultiplier]
-[WebView _setZoomMultiplier:isTextOnly:]
-[WebView(WebPendingPublic) scheduleInRunLoop:forMode:]
-[WebView(AllWebViews) _addToAllWebViewsSet]
-[WebView setGroupName:]
-[WebView(WebPrivate) _registerDraggedTypes]
+[NSPasteboard(WebExtras) _web_dragTypesForURL]
-[WebIconDatabase(WebInternal) _resetCachedWebPreferences:]
+[WebView(WebFileInternal) _preferencesChangedNotification:]
-[WebPreferences cacheModel]
+[WebView(WebFileInternal) _didSetCacheModel]
+[WebView(WebFileInternal) _setCacheModel:]
_WKCopyFoundationCacheDirectory
_WebMemorySize
_initCapabilities
_WebVolumeFreeSize
-[WebView(WebPrivate) _preferencesChangedNotification:]
-[WebPreferences(WebPrivate) _useSiteSpecificSpoofing]
-[WebPreferences cursiveFontFamily]
__ZNK20WebFrameLoaderClient11hasHTMLViewEv
-[WebPreferences defaultFixedFontSize]
-[WebPreferences defaultFontSize]
-[WebPreferences defaultTextEncodingName]
-[WebPreferences(WebPrivate) usesEncodingDetector]
-[WebPreferences fantasyFontFamily]
-[WebPreferences fixedFontFamily]
-[WebPreferences(WebPrivate) _forceFTPDirectoryListings]
-[WebPreferences(WebPrivate) _ftpDirectoryTemplatePath]
-[WebPreferences isJavaEnabled]
-[WebPreferences isJavaScriptEnabled]
-[WebPreferences(WebPrivate) isWebSecurityEnabled]
-[WebPreferences(WebPrivate) allowUniversalAccessFromFileURLs]
-[WebPreferences javaScriptCanOpenWindowsAutomatically]
-[WebPreferences minimumFontSize]
-[WebPreferences minimumLogicalFontSize]
-[WebPreferences arePlugInsEnabled]
-[WebPreferences(WebPrivate) databasesEnabled]
-[WebPreferences(WebPrivate) localStorageEnabled]
-[WebPreferences sansSerifFontFamily]
-[WebPreferences serifFontFamily]
-[WebPreferences standardFontFamily]
-[WebPreferences loadsImagesAutomatically]
-[WebPreferences shouldPrintBackgrounds]
-[WebPreferences(WebPrivate) textAreasAreResizable]
-[WebPreferences(WebPrivate) shrinksStandaloneImagesToFit]
-[WebPreferences(WebPrivate) editableLinkBehavior]
__Z4core26WebKitEditableLinkBehavior
-[WebPreferences(WebPrivate) textDirectionSubmenuInclusionBehavior]
__Z4core40WebTextDirectionSubmenuInclusionBehavior
-[WebPreferences(WebPrivate) isDOMPasteAllowed]
-[WebView(WebPrivate) usesPageCache]
-[WebPreferences usesPageCache]
-[WebPreferences(WebPrivate) showsURLsInToolTips]
-[WebPreferences(WebPrivate) developerExtrasEnabled]
-[WebPreferences(WebPrivate) authorAndUserStylesEnabled]
-[WebPreferences(WebPrivate) applicationChromeModeEnabled]
-[WebPreferences userStyleSheetEnabled]
-[WebView(WebPrivate) _needsAdobeFrameReloadingQuirk]
_WKAppVersionCheckLessThan
-[WebView(WebPrivate) _needsKeyboardEventDisambiguationQuirks]
-[WebPreferences(WebPrivate) webArchiveDebugModeEnabled]
-[WebPreferences(WebPrivate) offlineWebApplicationCacheEnabled]
-[WebPreferences(WebPrivate) zoomsTextOnly]
-[WebView setMaintainsBackForwardList:]
-[WebView setUIDelegate:]
-[WebView(WebPrivate) setMemoryCacheDelegateCallsEnabled:]
-[WebView backForwardList]
__Z3kitPN7WebCore15BackForwardListE
__ZL16backForwardListsv
__ZNK3WTF7HashMapIPN7WebCore15BackForwardListEP18WebBackForwardListNS_7PtrHashIS3_EENS_10HashTraitsIS3_EENS8_IS5_EEE3getERKS3_
+[WebBackForwardList initialize]
-[WebBackForwardList(WebBackForwardListInternal) initWithBackForwardList:]
__Z4coreP18WebBackForwardList
__ZN3WTF7HashMapIPN7WebCore15BackForwardListEP18WebBackForwardListNS_7PtrHashIS3_EENS_10HashTraitsIS3_EENS8_IS5_EEE3setERKS3_RK
__ZN3WTF9HashTableIPN7WebCore15BackForwardListESt4pairIS3_P18WebBackForwardListENS_18PairFirstExtractorIS7_EENS_7PtrHashIS3_EEN
-[WebBackForwardList setCapacity:]
-[WebView setFrameLoadDelegate:]
-[WebView(WebPrivate) _cacheFrameLoadDelegateImplementations]
-[WebView setPolicyDelegate:]
-[WebView(WebViewEditing) setEditingDelegate:]
-[WebView(WebViewEditing) registerForEditingDelegateNotification:selector:]
-[WebView setResourceLoadDelegate:]
-[WebView(WebPrivate) _cacheResourceLoadDelegateImplementations]
-[WebView setDownloadDelegate:]
-[WebView setApplicationNameForUserAgent:]
-[WebView setHostWindow:]
-[WebView(WebPrivate) _setFormDelegate:]
-[WebView setShouldUpdateWhileOffscreen:]
-[WebIconDatabase defaultIconWithSize:]
+[WebStringTruncator initialize]
+[WebStringTruncator centerTruncateString:toWidth:withFont:]
__ZL14fontFromNSFontP6NSFont
_WKGetGlyphsForCharacters
_WKGetGlyphTransformedAdvances
-[WebView viewWillMoveToSuperview:]
-[WebView removeSizeObservers]
-[WebView viewDidMoveToSuperview]
-[WebView addSizeObserversForWindow:]
-[WebFrameView setFrameSize:]
-[WebView(WebPrivate) isFlipped]
-[WebFrame dataSource]
-[WebView viewWillMoveToWindow:]
_WKSetNSWindowShouldPostEventNotifications
-[WebView removeWindowObservers]
-[WebView(WebPrivate) _boundsChanged]
-[WebView addWindowObserversForWindow:]
-[WebHTMLView viewWillMoveToWindow:]
-[WebHTMLView(WebHTMLViewFileInternal) _removeMouseMovedObserverUnconditionally]
-[WebHTMLView(WebHTMLViewFileInternal) _removeWindowObservers]
-[WebHTMLView(WebHTMLViewFileInternal) _cancelUpdateMouseoverTimer]
-[WebHTMLView(WebHTMLViewFileInternal) _cancelUpdateFocusedAndActiveStateTimer]
-[WebHTMLView(WebPrivate) _pluginController]
-[WebPluginController stopAllPlugins]
-[WebHTMLView viewDidMoveToWindow]
-[WebHTMLView(WebPrivate) _stopAutoscrollTimer]
-[WebHTMLView addWindowObservers]
_WKWindowWillOrderOnScreenNotification
-[WebHTMLView(WebPrivate) _frameOrBoundsChanged]
-[WebPluginController startAllPlugins]
-[WebFrameView viewDidMoveToWindow]
-[WebView viewDidMoveToWindow]
-[NSString(WebKitExtras) _web_widthWithFont:]
_canUseFastRenderer
-[WebFrame provisionalDataSource]
-[WebIconDatabase iconForURL:withSize:]
-[WebIconDatabase iconForURL:withSize:cache:]
-[NSString(WebNSURLExtras) _webkit_isFileURL]
__Z13webGetNSImagePN7WebCore5ImageE6CGSize
-[WebHTMLView(WebPrivate) hitTest:]
-[WebView setNextKeyView:]
-[WebFrameView setNextKeyView:]
-[NSView(WebExtras) _web_superviewOfClass:]
-[WebFrame loadRequest:]
__ZN20WebFrameLoaderClient9userAgentERKN7WebCore4KURLE
-[WebView(WebViewInternal) _userAgentForURL:]
+[WebView(WebPrivate) _standardUserAgentWithApplicationName:]
+[NSUserDefaults(WebNSUserDefaultsExtras) _webkit_preferredLanguageCode]
+[NSUserDefaults(WebNSUserDefaultsExtras) _webkit_ensureAndLockPreferredLanguageLock]
_makeLock
-[NSString(WebNSUserDefaultsPrivate) _webkit_HTTPStyleLanguageCode]
_WKCopyCFLocalizationPreferredName
+[NSUserDefaults(WebNSUserDefaultsExtras) _webkit_addDefaultsChangeObserver]
_addDefaultsChangeObserver
__ZN20WebFrameLoaderClient17cancelPolicyCheckEv
__ZN20WebFrameLoaderClient39dispatchDecidePolicyForNavigationActionEMN7WebCore11FrameLoaderEFvNS0_12PolicyActionEERKNS0_16Navig
-[WebView(WebPrivate) _policyDelegateForwarder]
+[WebDefaultPolicyDelegate sharedPolicyDelegate]
-[_WebSafeForwarder initWithTarget:defaultTarget:catchExceptions:]
__ZN20WebFrameLoaderClient19setUpPolicyListenerEMN7WebCore11FrameLoaderEFvNS0_12PolicyActionEE
+[WebFramePolicyListener initialize]
-[WebFramePolicyListener initWithWebCoreFrame:]
__ZNK20WebFrameLoaderClient16actionDictionaryERKN7WebCore16NavigationActionEN3WTF10PassRefPtrINS0_9FormStateEEE
-[_WebSafeForwarder methodSignatureForSelector:]
-[_WebSafeForwarder forwardInvocation:]
+[WebView(WebPrivate) _canHandleRequest:]
+[WebView(WebPrivate) _canHandleRequest:forMainFrame:]
-[WebFramePolicyListener use]
-[WebFramePolicyListener receivedPolicyDecision:]
__ZN20WebFrameLoaderClient21receivedPolicyDecisonEN7WebCore12PolicyActionE
__ZNK20WebFrameLoaderClient16canHandleRequestERKN7WebCore15ResourceRequestE
__ZN15WebChromeClient30canRunBeforeUnloadConfirmPanelEv
-[WebView UIDelegate]
__ZN20WebFrameLoaderClient27willChangeEstimatedProgressEv
-[WebView(WebPrivate) _willChangeValueForKey:]
-[WebView(WebPrivate) observationInfo]
__ZN20WebFrameLoaderClient31postProgressStartedNotificationEv
__ZN20WebFrameLoaderClient26didChangeEstimatedProgressEv
-[WebView(WebPrivate) _didChangeValueForKey:]
__ZN20WebFrameLoaderClient31dispatchDidStartProvisionalLoadEv
-[WebView(WebPrivate) _didStartProvisionalLoadForFrame:]
-[WebView(WebPrivate) _willChangeBackForwardKeys]
__Z42WebViewGetFrameLoadDelegateImplementationsP7WebView
__Z21CallFrameLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_
-[WebDataSource isLoading]
-[WebDataSource request]
-[NSURL(WebNSURLExtras) _web_hostString]
-[NSURL(WebNSURLExtras) _web_hostData]
-[NSURL(WebNSURLExtras) _web_dataForURLComponentType:]
-[NSURL(WebNSURLExtras) _web_schemeData]
-[NSData(WebNSDataExtras) _web_isCaseInsensitiveEqualToCString:]
-[NSString(WebNSURLExtras) _web_decodeHostName]
-[NSString(WebNSURLExtras) _web_mapHostNameWithRange:encode:makeString:]
-[NSString(WebKitExtras) _webkit_isCaseInsensitiveEqualToString:]
-[WebDataSource unreachableURL]
-[NSURL(WebNSURLExtras) _web_userVisibleString]
__ZL12mapHostNamesP8NSStringa
__ZN3WTF6VectorItLm2048EE6shrinkEm
-[WebView mainFrameURL]
-[WebBackForwardList currentItem]
__Z3kitPN7WebCore11HistoryItemE
-[WebView(WebPrivate) setDefersCallbacks:]
__ZN20WebFrameLoaderClient32assignIdentifierToInitialRequestEmPN7WebCore14DocumentLoaderERKNS0_15ResourceRequestE
__Z45WebViewGetResourceLoadDelegateImplementationsP7WebView
__Z24CallResourceLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_S0_
-[WebView(WebViewInternal) _addObject:forIdentifier:]
__ZN3WTF7HashMapImNS_9RetainPtrIP11objc_objectEENS_7IntHashImEENS_10HashTraitsImEENS7_IS4_EEE3setERKmRKS4_
-[WebFramePolicyListener dealloc]
__ZN7WebCore19ResourceRequestBaseD2Ev
-[WebView(WebIBActions) canGoBack]
-[WebView(WebIBActions) canGoForward]
-[WebFrameView isOpaque]
-[WebHTMLView windowDidBecomeKey:]
_WKMouseMovedNotification
-[WebHTMLView(WebPrivate) _updateFocusedAndActiveState]
-[WebHTMLView(WebInternal) _frame]
-[WebView _updateFocusedAndActiveStateForFrame:]
-[WebHTMLView(WebInternal) _isResigningFirstResponder]
-[WebHTMLView _windowChangedKeyState]
-[WebHTMLView _updateControlTints]
-[WebHTMLView windowWillOrderOnScreen:]
-[WebView(WebPrivate) viewWillDraw]
-[WebFrameView drawRect:]
-[WebHTMLView(WebPrivate) _recursiveDisplayAllDirtyWithLockFocus:visRect:]
-[WebHTMLView(WebPrivate) _setAsideSubviews]
-[WebHTMLView(WebPrivate) _restoreSubviews]
-[WebHTMLView viewWillMoveToHostWindow:]
-[NSArray(WebHTMLView) _web_makePluginViewsPerformSelector:withObject:]
-[WebHTMLView viewDidMoveToHostWindow]
-[WebPreferences(WebPrivate) setRespectStandardStyleKeyEquivalents:]
-[WebPreferences _setBoolValue:forKey:]
-[NSMutableDictionary(WebNSDictionaryExtras) _webkit_setBool:forKey:]
+[NSUserDefaults(WebNSUserDefaultsExtras) _webkit_defaultsDidChange]
+[WebView(WebFileInternal) _cacheModel]
-[WebPreferences setPrivateBrowsingEnabled:]
-[WebPreferences(WebPrivate) setDOMPasteAllowed:]
-[WebPreferences setCacheModel:]
-[WebPreferences _setIntegerValue:forKey:]
-[WebPreferences(WebPrivate) setAutomaticallyDetectsCacheModel:]
+[WebPreferences(WebPrivate) _setInitialDefaultTextEncodingToSystemEncoding]
+[WebPreferences(WebPrivate) _systemCFStringEncoding]
_WKGetWebDefaultCFStringEncoding
-[WebHistory init]
+[WebHistoryPrivate initialize]
-[WebHistoryPrivate init]
-[WebHistory setHistoryAgeInDaysLimit:]
-[WebHistoryPrivate setHistoryAgeInDaysLimit:]
-[WebHistory setHistoryItemLimit:]
-[WebHistoryPrivate setHistoryItemLimit:]
-[WebHistory loadFromURL:error:]
-[WebHistoryPrivate loadFromURL:collectDiscardedItemsInto:error:]
-[WebHistoryPrivate loadHistoryGutsFromURL:savedItemsCount:collectDiscardedItemsInto:error:]
+[WebHistory setOptionalSharedHistory:]
+[WebIconDatabase allowDatabaseCleanup]
-[WebBackForwardList dealloc]
__ZL9setCursorP8NSWindowP13objc_selector7CGPoint
-[NSWindow(BorderViewAccess) _web_borderView]
__ZN20WebFrameLoaderClient23dispatchWillSendRequestEPN7WebCore14DocumentLoaderEmRNS0_15ResourceRequestERKNS0_16ResourceResponse
__ZN20WebDocumentLoaderMac17increaseLoadCountEm
__ZNK3WTF9HashTableImmNS_17IdentityExtractorImEENS_7IntHashImEENS_10HashTraitsImEES6_E8containsImNS_22IdentityHashTranslatorImm
__ZN3WTF7HashSetImNS_7IntHashImEENS_10HashTraitsImEEE3addERKm
__ZN3WTF9HashTableImmNS_17IdentityExtractorImEENS_7IntHashImEENS_10HashTraitsImEES6_E6expandEv
__ZN3WTF9HashTableImmNS_17IdentityExtractorImEENS_7IntHashImEENS_10HashTraitsImEES6_E6rehashEi
__ZN3WTF9HashTableImmNS_17IdentityExtractorImEENS_7IntHashImEENS_10HashTraitsImEES6_E13allocateTableEi
__ZN3WTF9HashTableImmNS_17IdentityExtractorImEENS_7IntHashImEENS_10HashTraitsImEES6_E15deallocateTableEPmi
-[WebView(WebViewInternal) _objectForIdentifier:]
__ZNK3WTF7HashMapImNS_9RetainPtrIP11objc_objectEENS_7IntHashImEENS_10HashTraitsImEENS7_IS4_EEE3getERKm
__Z24CallResourceLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_S0_S0_S0_
__ZN3WTF9HashTableIN7WebCore12AtomicStringESt4pairIS2_NS1_6StringEENS_18PairFirstExtractorIS5_EENS1_15CaseFoldingHashENS_14Pair
__ZN3WTF6VectorIN7WebCore6StringELm0EEaSERKS3_
__ZN3WTF6VectorIN7WebCore6StringELm0EE6shrinkEm
__ZNK20WebFrameLoaderClient32representationExistsForURLSchemeERKN7WebCore6StringE
+[WebView(WebPrivate) _representationExistsForURLScheme:]
_WKCreateNSURLConnectionDelegateProxy
__ZN20WebFrameLoaderClient26shouldUseCredentialStorageEPN7WebCore14DocumentLoaderEm
__ZL29_updateMouseoverTimerCallbackP16__CFRunLoopTimerPv
-[WebHTMLView(WebPrivate) _updateMouseoverWithFakeEvent]
-[WebHTMLView(WebPrivate) _updateMouseoverWithEvent:]
-[WebView estimatedProgress]
-[WebIconDatabase defaultIconForURL:withSize:]
+[WebView(WebPrivate) _shouldUseFontSmoothing]
+[WebView(WebPrivate) _setShouldUseFontSmoothing:]
-[NSString(WebKitExtras) _web_drawDoubledAtPoint:withTopColor:bottomColor:font:]
-[NSString(WebKitExtras) _web_drawAtPoint:font:textColor:]
_WKCGContextGetShouldSmoothFonts
_WKSetCGFontRenderingMode
-[NSString(WebKitExtras) _webkit_hasCaseInsensitivePrefix:]
+[NSURL(WebNSURLExtras) _web_URLWithUserTypedString:]
+[NSURL(WebNSURLExtras) _web_URLWithUserTypedString:relativeToURL:]
-[WebHistoryPrivate historyItemLimit]
-[WebHistoryPrivate ageLimitDate]
-[WebHistoryPrivate historyAgeInDaysLimit]
-[WebHistoryItem(WebInternal) initFromDictionaryRepresentation:]
-[NSDictionary(WebNSDictionaryExtras) _webkit_stringForKey:]
-[WebHistoryItem(WebInternal) initWithURLString:title:displayTitle:lastVisitedTimeInterval:]
-[WebHistoryItem(WebInternal) initWithWebCoreHistoryItem:]
__ZL19historyItemWrappersv
__ZN3WTF7HashMapIPN7WebCore11HistoryItemEP14WebHistoryItemNS_7PtrHashIS3_EENS_10HashTraitsIS3_EENS8_IS5_EEE3setERKS3_RKS5_
__ZN3WTF9HashTableIPN7WebCore11HistoryItemESt4pairIS3_P14WebHistoryItemENS_18PairFirstExtractorIS7_EENS_7PtrHashIS3_EENS_14Pair
-[NSDictionary(WebNSDictionaryExtras) _webkit_intForKey:]
-[NSDictionary(WebNSDictionaryExtras) _webkit_numberForKey:]
-[NSDictionary(WebNSDictionaryExtras) _webkit_boolForKey:]
-[NSDictionary(WebNSDictionaryExtras) _webkit_arrayForKey:]
-[NSArray(WebNSArrayExtras) _webkit_numberAtIndex:]
-[WebHistoryItem URLString]
-[WebHistoryItem lastVisitedTimeInterval]
-[WebHistoryPrivate addItem:discardDuplicate:]
-[WebHistoryPrivate addItemToDateCaches:]
-[WebHistoryPrivate findKey:forDay:]
__ZNK3WTF9HashTableIxSt4pairIxNS_9RetainPtrI14NSMutableArrayEEENS_18PairFirstExtractorIS5_EENS_7IntHashIyEENS_14PairHashTraitsI
__ZN3WTF7HashMapIxNS_9RetainPtrI14NSMutableArrayEENS_7IntHashIyEENS_10HashTraitsIxEENS6_IS3_EEE3setERKxRKS3_
-[WebHistoryPrivate insertItem:forDateKey:]
__ZNK3WTF7HashMapIxNS_9RetainPtrI14NSMutableArrayEENS_7IntHashIyEENS_10HashTraitsIxEENS6_IS3_EEE3getERKx
-[NSArray(WebNSArrayExtras) _webkit_stringAtIndex:]
+[WebCoreStatistics setShouldPrintExceptions:]
-[WebHistory itemForURL:]
-[WebHistoryPrivate itemForURL:]
-[WebHistoryPrivate itemForURLString:]
__ZN21WebIconDatabaseClient28dispatchDidAddIconForPageURLERKN7WebCore6StringE
-[WebIconDatabase(WebInternal) _sendNotificationForURL:]
-[NSNotificationCenter(WebNSNotificationCenterExtras) postNotificationOnMainThreadWithName:object:userInfo:]
-[NSNotificationCenter(WebNSNotificationCenterExtras) postNotificationOnMainThreadWithName:object:userInfo:waitUntilDone:]
+[NSNotificationCenter(WebNSNotificationCenterExtras) _postNotificationName:]
__ZN20WebFrameLoaderClient31dispatchDecidePolicyForMIMETypeEMN7WebCore11FrameLoaderEFvNS0_12PolicyActionEERKNS0_6StringERKNS0_1
+[WebView canShowMIMEType:]
__ZNK20WebFrameLoaderClient15canShowMIMETypeERKN7WebCore6StringE
__ZN20WebFrameLoaderClient26dispatchDidReceiveResponseEPN7WebCore14DocumentLoaderEmRKNS0_16ResourceResponseE
__Z24CallResourceLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_S0_S0_
__ZN20WebFrameLoaderClient17dispatchWillCloseEv
__ZN20WebFrameLoaderClient18makeRepresentationEPN7WebCore14DocumentLoaderE
-[WebDataSource(WebInternal) _makeRepresentation]
+[WebDataSource(WebFileInternal) _representationClassForMIMEType:]
-[WebHTMLRepresentation init]
-[WebDataSource(WebFileInternal) _setRepresentation:]
-[WebHTMLRepresentation setDataSource:]
__ZN20WebDocumentLoaderMac15detachFromFrameEv
__ZN20WebDocumentLoaderMac17releaseDataSourceEv
__Z26WKNotifyHistoryItemChangedv
__ZN20WebFrameLoaderClient19updateGlobalHistoryEv
+[WebHistory optionalSharedHistory]
-[WebHistory(WebInternal) _visitedURL:withTitle:method:wasFailure:]
-[WebHistoryPrivate visitedURL:withTitle:]
-[WebHistoryPrivate removeItemFromDateCaches:]
__ZN3WTF9HashTableIxSt4pairIxNS_9RetainPtrI14NSMutableArrayEEENS_18PairFirstExtractorIS5_EENS_7IntHashIyEENS_14PairHashTraitsIN
-[WebHistoryItem(WebInternal) _visitedWithTitle:]
__Z4coreP14WebHistoryItem
-[WebHistory _sendNotification:entries:]
-[WebHistoryItem originalURLString]
__ZN20WebFrameLoaderClient32updateGlobalHistoryRedirectLinksEv
-[WebDynamicScrollBarsView(WebInternal) setScrollBarsSuppressed:repaintOnUnsuppress:]
-[WebDataSource dealloc]
-[WebDataSourcePrivate dealloc]
__ZN20WebDocumentLoaderMac16detachDataSourceEv
__ZN20WebDocumentLoaderMacD0Ev
__ZN15WebChromeClient16setStatusbarTextERKN7WebCore6StringE
__Z14CallUIDelegateP7WebViewP13objc_selectorP11objc_object
__ZN20WebFrameLoaderClient13committedLoadEPN7WebCore14DocumentLoaderEPKci
-[WebDataSource(WebInternal) _receivedData:]
-[WebHTMLRepresentation receivedData:withDataSource:]
-[WebFrame(WebInternal) _receivedData:textEncodingName:]
__ZN20WebFrameLoaderClient21dispatchDidCommitLoadEv
-[WebView(WebPrivate) _didCommitLoadForFrame:]
-[WebDataSource pageTitle]
-[WebHTMLRepresentation title]
-[WebDataSource(WebInternal) _documentLoader]
-[WebView(WebPrivate) _setJavaScriptURLsAreAllowed:]
__ZNK3WTF7HashMapIPN7WebCore11HistoryItemEP14WebHistoryItemNS_7PtrHashIS3_EENS_10HashTraitsIS3_EENS8_IS5_EEE3getERKS3_
-[WebFrameView becomeFirstResponder]
-[WebHTMLView acceptsFirstResponder]
-[WebHTMLView becomeFirstResponder]
-[WebView(WebPrivate) _isPerformingProgrammaticFocus]
__ZN15WebEditorClient10isEditableEv
-[WebView(WebViewEditing) isEditable]
-[WebHTMLView(WebInternal) _updateFontPanel]
-[WebHTMLView(WebPrivate) _canEdit]
-[WebFrame(WebInternal) _addData:]
__ZN20WebFrameLoaderClient15willChangeTitleEPN7WebCore14DocumentLoaderE
__ZN20WebFrameLoaderClient14didChangeTitleEPN7WebCore14DocumentLoaderE
__ZN20WebFrameLoaderClient8setTitleERKN7WebCore6StringERKNS0_4KURLE
-[WebHistoryItem(WebInternal) setTitle:]
__ZN20WebFrameLoaderClient23dispatchDidReceiveTitleERKN7WebCore6StringE
__Z21CallFrameLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_S0_
__ZN20WebFrameLoaderClient19windowObjectClearedEv
-[WebView(WebPendingPublic) scriptDebugDelegate]
__ZN15WebChromeClient18formStateDidChangeEPKN7WebCore4NodeE
-[WebHTMLView dataSourceUpdated:]
__ZN20WebFrameLoaderClient39postProgressEstimateChangedNotificationEv
__ZN20WebFrameLoaderClient31dispatchDidReceiveContentLengthEPN7WebCore14DocumentLoaderEmi
__Z24CallResourceLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_lS0_
__ZNK20WebFrameLoaderClient17willCacheResponseEPN7WebCore14DocumentLoaderEmP19NSCachedURLResponse
-[WebHTMLRepresentation finishedLoadingWithDataSource:]
-[WebHTMLRepresentation _isDisplayingWebArchive]
__ZN20WebFrameLoaderClient29dispatchDidFinishDocumentLoadEv
__ZN20WebFrameLoaderClient27dispatchDidLoadMainResourceEPN7WebCore14DocumentLoaderE
__ZN20WebFrameLoaderClient24dispatchDidFinishLoadingEPN7WebCore14DocumentLoaderEm
-[WebView(WebViewInternal) _removeObjectForIdentifier:]
__ZN3WTF9HashTableImSt4pairImNS_9RetainPtrIP11objc_objectEEENS_18PairFirstExtractorIS6_EENS_7IntHashImEENS_14PairHashTraitsINS_
__ZN20WebDocumentLoaderMac17decreaseLoadCountEm
__ZN3WTF9HashTableImmNS_17IdentityExtractorImEENS_7IntHashImEENS_10HashTraitsImEES6_E4findImNS_22IdentityHashTranslatorImmS4_EE
__ZN3WTF9HashTableImmNS_17IdentityExtractorImEENS_7IntHashImEENS_10HashTraitsImEES6_E47removeAndInvalidateWithoutEntryConsisten
__ZN3WTF9HashTableImmNS_17IdentityExtractorImEENS_7IntHashImEENS_10HashTraitsImEES6_E6removeEPm
-[WebHTMLView(WebNSTextInputSupport) inputContext]
__ZL11isTextInputPN7WebCore5FrameE
__ZN15WebChromeClient20populateVisitedLinksEv
-[WebHistory(WebInternal) _addVisitedLinksToPageGroup:]
-[WebHistoryPrivate addVisitedLinksToPageGroup:]
__ZN3WTF6VectorItLm512EE6shrinkEm
_WKSetUpFontCache
_WKGetFontInLanguageForRange
-[WebDynamicScrollBarsView(WebInternal) setScrollingModes:vertical:andLock:]
-[WebDynamicScrollBarsView(WebInternal) updateScrollers]
_WKGetFontInLanguageForCharacter
-[WebHTMLView(WebInternal) _needsLayout]
-[WebFrame(WebInternal) _needsLayout]
__ZN20WebFrameLoaderClient22dispatchDidFirstLayoutEv
__ZN20WebFrameLoaderClient38dispatchDidFirstVisuallyNonEmptyLayoutEv
-[WebHTMLView(WebPrivate) viewWillDraw]
-[WebHTMLView(WebInternal) _web_layoutIfNeededRecursive]
-[WebHTMLView(WebInternal) _layoutIfNeeded]
-[NSView(WebHTMLViewFileInternal) _web_addDescendantWebHTMLViewsToArray:]
-[WebHTMLView isOpaque]
-[WebHTMLView drawRect:]
-[WebView(WebPrivate) _mustDrawUnionedRect:singleRects:count:]
-[WebHTMLView drawSingleRect:]
-[WebClipView setAdditionalClip:]
-[WebHTMLView(WebPrivate) _transparentBackground]
-[WebFrame(WebInternal) _drawRect:contentsOnly:]
_WKDrawBezeledTextFieldCell
-[WebView(WebPrivate) _UIDelegateForwarder]
+[WebDefaultUIDelegate sharedUIDelegate]
-[WebView currentNodeHighlight]
-[WebClipView resetAdditionalClip]
__ZN20WebFrameLoaderClient22dispatchDidReceiveIconEv
-[WebView(WebViewInternal) _dispatchDidReceiveIconFromWebFrame:]
-[WebView(WebViewInternal) _registerForIconNotification:]
__ZN15WebChromeClient14firstResponderEv
__ZN15WebEditorClient19setInputMethodStateEb
__ZN15WebEditorClient32isContinuousSpellCheckingEnabledEv
-[WebView(WebViewEditing) isContinuousSpellCheckingEnabled]
-[WebView(WebFileInternal) _continuousCheckingAllowed]
__ZN15WebEditorClient24isGrammarCheckingEnabledEv
-[WebView(WebViewGrammarChecking) isGrammarCheckingEnabled]
__ZN15WebEditorClient25respondToChangedSelectionEv
-[WebView selectedFrame]
-[WebView(WebFileInternal) _focusedFrame]
__ZL19containingFrameViewP6NSView
-[WebHTMLView(WebInternal) _selectionChanged]
-[WebHTMLView(WebNSTextInputSupport) _updateSelectionForInputManager]
-[WebHTMLView(WebHTMLViewFileInternal) _frameView]
-[WebHTMLView(WebPrivate) _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
_WKDrawFocusRing
__ZNK15WebChromeClient18scrollRectIntoViewERKN7WebCore7IntRectEPKNS0_10ScrollViewE
-[WebViewFactory defaultLanguageCode]
__ZN20WebFrameLoaderClient29dispatchDidHandleOnloadEventsEv
__ZN20WebFrameLoaderClient21dispatchDidFinishLoadEv
-[WebView(WebPrivate) _didFinishLoadForFrame:]
-[WebView(WebPrivate) _didChangeBackForwardKeys]
-[WebFrame DOMDocument]
-[WebHistoryItem(WebPrivate) _transientPropertyForKey:]
__ZN20WebFrameLoaderClient32postProgressFinishedNotificationEv
__ZL17isInPasswordFieldPN7WebCore5FrameE
-[WebHTMLView(WebNSTextInputSupport) validAttributesForMarkedText]
-[WebHTMLRepresentation currentForm]
-[WebHTMLRepresentation controlsInForm:]
__ZL25formElementFromDOMElementP10DOMElement
-[WebHTMLRepresentation elementIsPassword:]
__ZL26inputElementFromDOMElementP10DOMElement
-[WebHTMLRepresentation elementDoesAutoComplete:]
-[WebView(WebPrivate) _globalHistoryItem]
-[WebHTMLView(WebDocumentPrivateProtocols) selectionView]
-[WebHTMLView(WebPrivate) _recursive:displayRectIgnoringOpacity:inContext:topView:]
-[WebHistoryItem initWithURLString:title:lastVisitedTimeInterval:]
-[WebHistoryItem(WebInternal) _recordInitialVisit]
-[WebHistory(WebPrivate) allItems]
-[WebHistoryPrivate allItems]
-[WebHistoryItem(WebPrivate) visitCount]
-[WebHistory(WebPrivate) _itemForURLString:]
-[WebFrame(WebPrivate) _isFrameSet]
-[WebHTMLView(WebDocumentPrivateProtocols) string]
-[WebHTMLView(WebHTMLViewFileInternal) _documentRange]
-[DOMDocument(WebDOMDocumentOperationsInternal) _documentRange]
-[DOMDocument(WebDOMDocumentOperationsInternal) _createRangeWithNode:]
-[WebFrame(WebInternal) _stringForRange:]
-[WebHTMLView mouseMovedNotification:]
_WKGetMIMETypeForExtension
_WKQTIncludeOnlyModernMediaFileTypes
_WKQTMovieMaxTimeLoadedChangeNotification
-[WebFrame childFrames]
_WKQTMovieMaxTimeLoaded
_maxValueForTimeRanges
-[WebView(WebPendingPublic) isHoverFeedbackSuspended]
__ZN15WebChromeClient23mouseDidMoveOverElementERKN7WebCore13HitTestResultEj
+[WebElementDictionary initialize]
-[WebElementDictionary initWithHitTestResult:]
+[WebElementDictionary initializeLookupTable]
__ZL12addLookupKeyP8NSStringP13objc_selector
-[WebView(WebPrivate) _mouseDidMoveOverElement:modifierFlags:]
__Z14CallUIDelegateP7WebViewP13objc_selectorP11objc_objectm
-[WebElementDictionary objectForKey:]
-[WebElementDictionary _absoluteLinkURL]
-[WebElementDictionary dealloc]
__ZN15WebChromeClient10setToolTipERKN7WebCore6StringE
-[WebHTMLView(WebPrivate) _setToolTip:]
-[WebHTMLView shouldDelayWindowOrderingForEvent:]
-[WebHTMLView(WebHTMLViewFileInternal) _hitViewForEvent:]
-[WebHTMLView _isSelectionEvent:]
-[WebHTMLView(WebDocumentInternalProtocols) elementAtPoint:allowShadowContent:]
-[WebElementDictionary _isSelected]
-[WebHTMLView mouseDown:]
-[WebHTMLView(WebHTMLViewFileInternal) _setMouseDownEvent:]
__ZN15WebEditorClient22textFieldDidEndEditingEPN7WebCore7ElementE
__Z16CallFormDelegateP7WebViewP13objc_selectorP11objc_objectS4_
__ZN15WebEditorClient25shouldChangeSelectedRangeEPN7WebCore5RangeES2_NS0_9EAffinityEb
-[WebView(WebViewEditing) _shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:]
-[WebView(WebPrivate) _editingDelegateForwarder]
+[WebDefaultEditingDelegate sharedEditingDelegate]
-[WebDefaultEditingDelegate webView:shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:]
-[WebHTMLView mouseDragged:]
__ZN13WebDragClient28dragSourceActionMaskForPointERKN7WebCore8IntPointE
-[WebDefaultUIDelegate webView:dragSourceActionMaskForPoint:]
-[WebHTMLView mouseUp:]
-[WebHTMLView layout]
-[WebHTMLView layoutToMinimumPageWidth:maximumPageWidth:adjustingViewSize:]
-[WebHTMLView reapplyStyles]
-[WebHistoryItem title]
-[WebDataSource(WebPrivate) _mainDocumentError]
-[WebHistory orderedLastVisitedDays]
-[WebHistoryPrivate orderedLastVisitedDays]
__ZN3WTF6VectorIiLm0EE15reserveCapacityEm
__ZSt16__introsort_loopIPilEvT_S1_T0_
__ZSt22__final_insertion_sortIPiEvT_S1_
__ZSt16__insertion_sortIPiEvT_S1_
__ZN3WTF6VectorIiLm0EE6shrinkEm
-[WebHistory orderedItemsLastVisitedOnDay:]
-[WebHistoryPrivate orderedItemsLastVisitedOnDay:]
-[WebView(WebPrivate) _isClosed]
-[WebFrameView(WebPrivate) _contentView]
-[WebHTMLView resignFirstResponder]
-[WebHTMLView updateCell:]
-[WebHTMLView maintainsInactiveSelection]
-[WebView(WebViewEditing) maintainsInactiveSelection]
-[WebView(WebPendingPublic) setHoverFeedbackSuspended:]
-[WebHTMLView(WebInternal) _hoverFeedbackSuspendedChanged]
-[WebView elementAtPoint:]
-[WebView _elementAtWindowPoint:]
-[WebView(WebFileInternal) _frameViewAtWindowPoint:]
-[WebHTMLView(WebDocumentInternalProtocols) elementAtPoint:]
-[WebElementDictionary _domNode]
-[DOMDocument(WebDOMDocumentOperations) webFrame]
-[WebHistory(WebPrivate) _data]
-[WebHistoryPrivate data]
__ZN16WebHistoryWriterC1EPN3WTF7HashMapIxNS0_9RetainPtrI14NSMutableArrayEENS0_7IntHashIyEENS0_10HashTraitsIxEENS7_IS4_EEEE
__ZN16WebHistoryWriterC2EPN3WTF7HashMapIxNS0_9RetainPtrI14NSMutableArrayEENS0_7IntHashIyEENS0_10HashTraitsIxEENS7_IS4_EEEE
__ZN16WebHistoryWriter17writeHistoryItemsERN7WebCore30BinaryPropertyListObjectStreamE
__ZN7WebCore25HistoryPropertyListWriterD2Ev
-[WebView becomeFirstResponder]
-[WebFrameView acceptsFirstResponder]
-[WebHTMLView(WebDocumentPrivateProtocols) deselectAll]
-[WebHTMLView clearFocus]
-[WebView textSizeMultiplier]
-[WebView customTextEncodingName]
-[WebView _mainFrameOverrideEncoding]
-[WebPreferences userStyleSheetLocation]
-[NSString(WebNSURLExtras) _webkit_looksLikeAbsoluteURL]
-[NSString(WebNSURLExtras) _webkit_rangeOfURLScheme]
__ZN20WebFrameLoaderClient33dispatchWillPerformClientRedirectERKN7WebCore4KURLEdd
__Z21CallFrameLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_dS0_S0_
__ZNK20WebFrameLoaderClient29generatedMIMETypeForURLSchemeERKN7WebCore6StringE
__ZNK20WebFrameLoaderClient25didPerformFirstNavigationEv
-[WebPreferences(WebPrivate) automaticallyDetectsCacheModel]
__ZN20WebFrameLoaderClient19saveViewStateToItemEPN7WebCore11HistoryItemE
-[WebHistory removeItems:]
-[WebHistoryPrivate removeItems:]
-[WebHistoryPrivate removeItem:]
-[WebHistoryPrivate removeItemForURLString:]
__ZN20WebFrameLoaderClient31dispatchDidCancelClientRedirectEv
-[WebHistoryItem dealloc]
-[WebHTMLView dealloc]
-[WebHTMLView(WebPrivate) close]
-[WebHTMLView(WebPrivate) _clearLastHitViewIfSelf]
-[WebPluginController destroyAllPlugins]
-[WebPluginController _cancelOutstandingChecks]
-[WebHTMLViewPrivate clear]
-[WebPluginController dealloc]
-[WebHTMLRepresentation dealloc]
-[WebHTMLViewPrivate dealloc]
-[WebElementDictionary _webFrame]
-[WebElementDictionary _targetWebFrame]
-[NSURL(WebNSURLExtras) _webkit_URLByRemovingFragment]
-[NSURL(WebNSURLExtras) _webkit_URLByRemovingComponent:]
__ZL10isHexDigitc
__ZL13hexDigitValuec
__ZL32applyHostNameFunctionToURLStringP8NSStringPFvS0_8_NSRangePvES2_
__ZL29collectRangesThatNeedEncodingP8NSString8_NSRangePv
__ZL28collectRangesThatNeedMappingP8NSString8_NSRangePva
-[NSString(WebNSURLExtras) _web_hostNameNeedsEncodingWithRange:]
-[WebHTMLView(WebPrivate) addTrackingRect:owner:userData:assumeInside:]
-[WebHTMLView(WebPrivate) _sendToolTipMouseEntered]
-[WebHTMLView(WebPrivate) _sendToolTipMouseExited]
-[WebHTMLView windowDidResignKey:]
-[WebHTMLView removeMouseMovedObserver]
-[WebWindowWatcher windowWillClose:]
__ZNK20WebFrameLoaderClient12canCachePageEv
__ZN20WebFrameLoaderClient11createFrameERKN7WebCore4KURLERKNS0_6StringEPNS0_21HTMLFrameOwnerElementES6_bii
+[WebFrame(WebInternal) _createSubframeWithOwnerElement:frameName:frameView:]
-[WebHTMLView addSubview:]
+[WebPluginController isPlugInView:]
-[WebFrame parentFrame]
_WKSetNSURLConnectionDefersCallbacks
__ZL41_updateFocusedAndActiveStateTimerCallbackP16__CFRunLoopTimerPv
_haltTimerFired
__ZN20WebFrameLoaderClient17objectContentTypeERKN7WebCore4KURLERKNS0_6StringE
_WKSetNSURLRequestShouldContentSniff
__ZN20WebFrameLoaderClient39dispatchDidLoadResourceByXMLHttpRequestEmRKN7WebCore12ScriptStringE
-[WebViewFactory pluginsInfo]
+[WebPluginDatabase sharedDatabase]
-[WebPluginDatabase init]
+[WebPluginDatabase(Internal) _defaultPlugInPaths]
-[WebPluginDatabase setPlugInPaths:]
-[WebPluginDatabase refresh]
-[WebPluginDatabase(Internal) _scanForNewPlugins]
-[WebPluginDatabase(Internal) _plugInPaths]
+[WebBasePluginPackage initialize]
+[WebBasePluginPackage pluginWithPath:]
-[WebPluginPackage initWithPath:]
-[WebBasePluginPackage initWithPath:]
-[WebBasePluginPackage pathByResolvingSymlinksAndAliasesInPath:]
-[WebBasePluginPackage dealloc]
-[WebNetscapePluginPackage initWithPath:]
-[WebNetscapePluginPackage _initWithPath:]
-[WebBasePluginPackage getPluginInfoFromPLists]
-[WebBasePluginPackage getPluginInfoFromBundleAndMIMEDictionary:]
-[NSArray(WebPluginExtensions) _web_lowercaseStrings]
-[WebBasePluginPackage setMIMEToExtensionsDictionary:]
-[WebBasePluginPackage setMIMEToDescriptionDictionary:]
-[WebBasePluginPackage filename]
-[WebBasePluginPackage setName:]
-[WebBasePluginPackage setPluginDescription:]
-[WebNetscapePluginPackage getPluginInfoFromResources]
-[WebNetscapePluginPackage openResourceFile]
-[WebNetscapePluginPackage stringForStringListID:andIndex:]
+[NSString(WebKitExtras) _web_encodingForResource:]
-[WebNetscapePluginPackage closeResourceFile:]
-[WebBasePluginPackage isNativeLibraryData:]
__ZN3WTF6VectorIhLm512EE6shrinkEm
-[WebBasePluginPackage pListForPath:createFile:]
+[WebBasePluginPackage preferredLocalizationName]
-[WebBasePluginPackage createPropertyListFile]
-[WebPluginPackage load]
-[WebBasePluginPackage load]
-[WebBasePluginPackage unload]
-[WebPluginDatabase(Internal) _addPlugin:]
-[WebBasePluginPackage path]
-[WebBasePluginPackage wasAddedToPluginDatabase:]
-[WebBasePluginPackage MIMETypeEnumerator]
-[WebPluginDatabase pluginForMIMEType:]
-[WebPluginDatabase pluginForKey:withEnumeratorSelector:]
-[WebNetscapePluginPackage executableType]
__ZL14checkCandidatePP20WebBasePluginPackageS1_
-[WebBasePluginPackage isQuickTimePlugIn]
-[WebBasePluginPackage bundle]
-[WebBasePluginPackage isJavaPlugIn]
+[WebHTMLView(WebPrivate) supportedImageMIMETypes]
+[WebHTMLRepresentation supportedImageMIMETypes]
__ZN3WTF7HashSetIN7WebCore6StringENS1_10StringHashENS_10HashTraitsIS2_EEE3addERKS2_
__ZN3WTF9HashTableIN7WebCore6StringES2_NS_17IdentityExtractorIS2_EENS1_10StringHashENS_10HashTraitsIS2_EES7_E6expandEv
__ZN3WTF9HashTableIN7WebCore6StringES2_NS_17IdentityExtractorIS2_EENS1_10StringHashENS_10HashTraitsIS2_EES7_E6rehashEi
__ZN3WTF9HashTableIN7WebCore6StringES2_NS_17IdentityExtractorIS2_EENS1_10StringHashENS_10HashTraitsIS2_EES7_E13allocateTableEi
__ZN3WTF9HashTableIN7WebCore6StringES2_NS_17IdentityExtractorIS2_EENS1_10StringHashENS_10HashTraitsIS2_EES7_E15deallocateTableE
__ZN3WTF9HashTableIN7WebCore6StringES2_NS_17IdentityExtractorIS2_EENS1_10StringHashENS_10HashTraitsIS2_EES7_E4findIS2_NS_22Iden
-[WebBasePluginPackage versionNumber]
-[WebPluginDatabase plugins]
-[WebBasePluginPackage name]
-[WebBasePluginPackage pluginDescription]
-[WebBasePluginPackage extensionsForMIMEType:]
-[WebBasePluginPackage descriptionForMIMEType:]
__ZN15WebChromeClient19addMessageToConsoleEN7WebCore13MessageSourceENS0_12MessageLevelERKNS0_6StringEjS5_
__ZN20WebFrameLoaderClient22dispatchDidFailLoadingEPN7WebCore14DocumentLoaderEmRKNS0_13ResourceErrorE
-[WebHTMLView setNeedsLayout:]
-[WebIconDatabase(WebInternal) _iconForFileURL:withSize:]
-[WebIconDatabase(WebInternal) _iconsBySplittingRepresentationsOfIcon:]
-[WebIconDatabase(WebInternal) _iconFromDictionary:forSize:cache:]
-[WebHistoryItem alternateTitle]
-[WebHistoryItem setAlternateTitle:]
-[WebHistoryItem(WebPrivate) URL]
-[WebBackForwardList forwardListCount]
-[WebBackForwardList backListCount]
-[WebBackForwardList itemAtIndex:]
+[WebView(WebPrivate) canCloseAllWebViews]
-[WebIconDatabase(WebInternal) _applicationWillTerminate:]
+[WebView _applicationWillTerminate]
__ZL27fastDocumentTeardownEnabledv
+[WebView(WebPrivate) closeAllWebViews]
-[WebView(WebPrivate) _clearUndoRedoOperations]
-[WebView close]
-[WebView(WebPrivate) _close]
-[WebView(WebPrivate) _closeWithFastTeardown]
-[WebView(WebPrivate) _closePluginDatabases]
+[WebPluginDatabase closeSharedDatabase]
-[WebView _windowWillClose:]
-[WebView shouldCloseWithWindow]
-[WebHTMLView windowWillClose:]
-[NSEvent(WebExtras) _web_isOptionTabKeyEvent]
-[WebFrame(WebPrivate) _isDisplayingStandaloneImage]
-[WebView(WebPendingPublic) markAllMatchesForText:caseSensitive:highlight:limit:]
-[WebHTMLView(WebDocumentInternalProtocols) setMarkedTextMatchesAreHighlighted:]
-[WebHTMLView(WebDocumentInternalProtocols) markAllMatchesForText:caseSensitive:limit:]
__ZL14incrementFrameP8WebFrameaa
-[WebView(WebPendingPublic) unmarkAllTextMatches]
-[WebHTMLView(WebDocumentInternalProtocols) unmarkAllTextMatches]
-[WebDynamicScrollBarsView setAllowsHorizontalScrolling:]
-[WebDynamicScrollBarsView(WebInternal) accessibilityIsIgnored]
+[NSPasteboard(WebExtras) _web_setFindPasteboardString:withOwner:]
__ZN20WebFrameLoaderClient50dispatchDidReceiveServerRedirectForProvisionalLoadEv
__ZN20WebFrameLoaderClient29savePlatformDataToCachedFrameEPN7WebCore11CachedFrameE
+[WebStringTruncator centerTruncateString:toWidth:]
__ZL15defaultMenuFontv
-[WebClipView additionalClip]
-[WebHTMLView willRemoveSubview:]
__ZN20WebFrameLoaderClient19detachedFromParent2Ev
__ZN20WebFrameLoaderClient19detachedFromParent3Ev
-[WebFrameView dealloc]
-[WebFrameViewPrivate dealloc]
__ZN20WebFrameLoaderClient20frameLoaderDestroyedEv
-[WebFrame(WebInternal) _clearCoreFrame]
__ZN20WebFrameLoaderClientD0Ev
-[WebFrame dealloc]
-[WebFramePrivate dealloc]
-[NSView(WebExtras) _web_dragShouldBeginFromMouseDown:withExpiration:xHysteresis:yHysteresis:]
-[NSString(WebNSURLExtras) _webkit_scriptIfJavaScriptURL]
-[NSString(WebNSURLExtras) _webkit_isJavaScriptURL]
-[WebHTMLView(WebPrivate) _removeTrackingRects:count:]
-[WebHTMLView(WebPrivate) _addTrackingRect:owner:userData:assumeInside:useTrackingNum:]
-[WebView _hitTest:dragTypes:]
-[WebView draggingEntered:]
-[WebView documentViewAtWindowPoint:]
__ZN13WebDragClient17actionMaskForDragEPN7WebCore8DragDataE
-[WebDefaultUIDelegate webView:dragDestinationActionMaskForDraggingInfo:]
__ZNK19WebPasteboardHelper25insertablePasteboardTypesEv
__ZNK19WebPasteboardHelper17urlFromPasteboardEPK12NSPasteboardPN7WebCore6StringE
-[NSPasteboard(WebExtras) _web_bestURL]
-[WebView draggingUpdated:]
-[WebView _shouldAutoscrollForDraggingInfo:]
-[WebView prepareForDragOperation:]
-[WebView performDragOperation:]
__ZN13WebDragClient32willPerformDragDestinationActionEN7WebCore21DragDestinationActionEPNS0_8DragDataE
-[WebDefaultUIDelegate webView:willPerformDragDestinationAction:forDraggingInfo:]
-[WebHTMLView scrollWheel:]
_WKGetWheelEventDeltas
-[WebClipView scrollWheel:]
-[WebDynamicScrollBarsView(WebInternal) scrollWheel:]
-[WebDynamicScrollBarsView(WebInternal) allowsVerticalScrolling]
-[WebDynamicScrollBarsView(WebInternal) autoforwardsScrollWheelEvents]
-[DOMNode(WebDOMNodeOperations) webArchive]
-[WebArchive(WebInternal) _initWithCoreLegacyWebArchive:]
+[WebArchivePrivate initialize]
-[WebArchivePrivate .cxx_construct]
-[WebArchivePrivate initWithCoreArchive:]
-[WebArchive data]
-[WebArchivePrivate coreArchive]
-[WebArchive dealloc]
-[WebArchivePrivate dealloc]
-[WebArchivePrivate .cxx_destruct]
-[WebHTMLView needsPanelToBecomeKey]
-[WebHTMLView acceptsFirstMouse:]
-[NSView(WebExtras) _web_dragShouldBeginFromMouseDown:withExpiration:]
+[WebPreferences(WebInternal) _concatenateKeyWithIBCreatorID:]
-[WebPreferences setJavaEnabled:]
-[WebPreferences setJavaScriptEnabled:]
-[WebPreferences setUserStyleSheetEnabled:]
-[WebPreferences setPlugInsEnabled:]
-[WebPreferences setAllowsAnimatedImages:]
-[WebPreferences setLoadsImagesAutomatically:]
-[WebPreferences setShouldPrintBackgrounds:]
-[WebPreferences(WebPrivate) setEditableLinkBehavior:]
-[NSMutableDictionary(WebNSDictionaryExtras) _webkit_setInt:forKey:]
-[WebPreferences setMinimumFontSize:]
-[WebPreferences setDefaultTextEncodingName:]
-[WebPreferences _setStringValue:forKey:]
-[WebPreferences setUserStyleSheetLocation:]
-[WebPreferences setStandardFontFamily:]
-[WebPreferences setDefaultFontSize:]
-[WebPreferences setFixedFontFamily:]
-[WebPreferences setDefaultFixedFontSize:]
-[WebPreferences setMinimumLogicalFontSize:]
+[WebCache initialize]
+[WebCache setDisabled:]
-[WebPreferences setJavaScriptCanOpenWindowsAutomatically:]
-[WebPreferences setAllowsAnimatedImageLooping:]
-[WebView initWithFrame:]
-[WebView initWithFrame:frameName:groupName:]
__ZL32needsWebViewInitThreadWorkaroundv
-[WebView setPreferences:]
-[WebPreferences identifier]
+[WebPreferences(WebPrivate) _removeReferenceForIdentifier:]
-[WebPreferences(WebPrivate) didRemoveFromWebView]
+[WebView(WebFileInternal) _preferencesRemovedNotification:]
+[WebView(WebFileInternal) _maxCacheModelInAnyInstance]
-[WebFrame loadData:MIMEType:textEncodingName:baseURL:]
-[WebFrame _loadData:MIMEType:textEncodingName:baseURL:unreachableURL:]
__ZL22createUniqueWebDataURLv
-[WebFrame stopLoading]
-[WebView setPreferencesIdentifier:]
-[WebPreferences dealloc]
-[WebPreferencesPrivate dealloc]
-[WebFrame loadHTMLString:baseURL:]
-[WebFrame _loadHTMLString:baseURL:unreachableURL:]
-[WebFrameView setAllowsScrolling:]
-[WebDefaultUIDelegate webView:didDrawRect:]
-[WebView setTextSizeMultiplier:]
-[WebPreferences(WebPrivate) setShowsURLsInToolTips:]
-[WebView(WebPrivate) textIteratorForRect:]
-[WebTextIterator initWithRange:]
+[WebTextIteratorPrivate initialize]
-[WebTextIteratorPrivate .cxx_construct]
-[WebTextIterator atEnd]
-[WebTextIterator currentTextLength]
-[WebTextIterator currentTextPointer]
-[WebTextIterator currentRange]
-[WebTextIterator advance]
-[WebTextIterator dealloc]
-[WebTextIteratorPrivate .cxx_destruct]
-[WebView hostWindow]
-[WebView dealloc]
-[WebView(AllWebViews) _removeFromAllWebViewsSet]
-[WebView(WebPendingPublic) setScriptDebugDelegate:]
-[WebView(WebPrivate) _cacheScriptDebugDelegateImplementations]
-[WebView(WebPrivate) _detachScriptDebuggerFromAllFrames]
-[WebFrame(WebInternal) _detachScriptDebugger]
-[WebView removeDragCaret]
__ZN15WebEditorClient13pageDestroyedEv
__ZN15WebEditorClientD0Ev
__ZN18WebInspectorClient18inspectorDestroyedEv
__ZN18WebInspectorClientD0Ev
__ZN20WebContextMenuClient20contextMenuDestroyedEv
__ZN20WebContextMenuClientD0Ev
__ZN13WebDragClient23dragControllerDestroyedEv
__ZN13WebDragClientD0Ev
__ZN15WebChromeClient15chromeDestroyedEv
__ZN15WebChromeClientD0Ev
-[WebView preferencesIdentifier]
-[WebViewPrivate dealloc]
-[WebViewPrivate .cxx_destruct]
+[WebPreferences(WebPrivate) _checkLastReferenceForIdentifier:]
-[WebView(WebViewEditing) selectedDOMRange]
-[WebView(WebFileInternal) _selectedOrMainFrame]
-[WebFrame(WebInternal) _findFrameWithSelection]
-[WebFrame(WebInternal) _hasSelection]
-[WebHTMLView(WebDocumentPrivateProtocols) selectedAttributedString]
-[WebHTMLView(WebHTMLViewFileInternal) _selectedRange]
-[WebHTMLView(WebDocumentPrivateProtocols) _attributeStringFromDOMRange:]
+[NSAttributedString(WebKitExtras) _web_attributedStringFromRange:]
-[DOMRange(WebDOMRangeOperations) webArchive]
-[WebArchive mainResource]
-[WebResource(WebResourceInternal) _initWithCoreResource:]
+[WebResourcePrivate initialize]
-[WebResourcePrivate initWithCoreResource:]
-[WebResource textEncodingName]
-[WebResource data]
-[WebResource MIMEType]
-[WebResource URL]
-[WebArchive subresources]
-[WebView initWithCoder:]
-[WebPreferences initWithCoder:]
-[WebView(WebViewEditing) editingDelegate]
-[WebView(WebPrivate) setAlwaysShowVerticalScroller:]
-[WebDynamicScrollBarsView(WebInternal) setVerticalScrollingMode:andLock:]
-[WebDynamicScrollBarsView(WebInternal) horizontalScrollingMode]
-[WebDynamicScrollBarsView(WebInternal) setScrollingModesLocked:]
-[WebView(WebViewEditing) spellCheckerDocumentTag]
-[WebResource dealloc]
-[WebResourcePrivate dealloc]
__ZN3WTF6VectorINS_6RefPtrIN7WebCore15ArchiveResourceEEELm0EE6shrinkEm
-[WebView(WebViewEditing) setContinuousSpellCheckingEnabled:]
+[WebView(WebFileInternal) _preflightSpellChecker]
+[WebView(WebFileInternal) _preflightSpellCheckerNow:]
-[WebView(WebViewEditing) undoManager]
-[WebDefaultEditingDelegate undoManagerForWebView:]
-[WebView(WebViewEditing) selectionAffinity]
-[WebView(WebViewEditing) setSelectedDOMRange:affinity:]
-[WebView(WebViewEditing) setEditable:]
__ZN15WebEditorClient18shouldBeginEditingEPN7WebCore5RangeE
-[WebDefaultEditingDelegate webView:shouldBeginEditingInDOMRange:]
__ZN15WebEditorClient15didBeginEditingEv
-[WebDefaultUIDelegate webViewFirstResponder:]
-[WebView(WebPendingPublic) setTabKeyCyclesThroughElements:]
-[WebHTMLView keyDown:]
__ZN15WebEditorClient24handleInputMethodKeydownEPN7WebCore13KeyboardEventE
-[WebHTMLView(WebInternal) _interceptEditingKeyEvent:shouldSaveCommand:]
-[WebHTMLView(WebNSTextInputSupport) hasMarkedText]
-[WebHTMLView(WebNSTextInputSupport) insertText:]
__ZN3WTF6VectorIN7WebCore15KeypressCommandELm0EE14expandCapacityEmPKS2_
__ZN3WTF6VectorIN7WebCore15KeypressCommandELm0EE14expandCapacityEm
__ZN3WTF6VectorIN7WebCore15KeypressCommandELm0EE15reserveCapacityEm
__ZN15WebEditorClient19handleKeyboardEventEPN7WebCore13KeyboardEventE
-[WebHTMLView coreCommandBySelector:]
__ZN15WebEditorClient16shouldInsertTextERKN7WebCore6StringEPNS0_5RangeENS0_18EditorInsertActionE
-[WebView(WebViewEditing) typingStyle]
-[WebFrame(WebInternal) _typingStyle]
__ZN15WebEditorClient22registerCommandForUndoEN3WTF10PassRefPtrIN7WebCore11EditCommandEEE
__ZN15WebEditorClient28registerCommandForUndoOrRedoEN3WTF10PassRefPtrIN7WebCore11EditCommandEEEb
+[WebEditCommand initialize]
+[WebEditCommand commandWithEditCommand:]
-[WebEditCommand .cxx_construct]
-[WebEditCommand initWithEditCommand:]
__ZN15WebEditorClient24respondToChangedContentsEv
-[WebHTMLView keyUp:]
__ZN15WebEditorClient35isAutomaticQuoteSubstitutionEnabledEv
-[WebView(WebViewTextChecking) isAutomaticQuoteSubstitutionEnabled]
__ZN15WebEditorClient31isAutomaticLinkDetectionEnabledEv
-[WebView(WebViewTextChecking) isAutomaticLinkDetectionEnabled]
__ZN15WebEditorClient34isAutomaticDashSubstitutionEnabledEv
-[WebView(WebViewTextChecking) isAutomaticDashSubstitutionEnabled]
__ZN15WebEditorClient33isAutomaticTextReplacementEnabledEv
-[WebView(WebViewTextChecking) isAutomaticTextReplacementEnabled]
__ZN15WebEditorClient36isAutomaticSpellingCorrectionEnabledEv
-[WebView(WebViewTextChecking) isAutomaticSpellingCorrectionEnabled]
__ZN15WebEditorClient20checkTextOfParagraphEPKtiyRN3WTF6VectorIN7WebCore18TextCheckingResultELm0EEE
__ZN15WebEditorClient23spellCheckerDocumentTagEv
__ZN15WebEditorClient13didEndEditingEv
-[WebEditCommand dealloc]
-[WebEditCommand .cxx_destruct]
-[WebHTMLView(WebPrivate) removeTrackingRect:]
-[WebView windowScriptObject]
-[WebFrame name]
__ZN20WebFrameLoaderClient14cancelledErrorERKN7WebCore15ResourceRequestE
+[NSError(WebKitExtras) _webKitErrorWithDomain:code:URL:]
+[NSError(WebKitExtras) _registerWebKitErrors]
_registerErrors
+[NSError(WebKitExtras) _webkit_addErrorsWithCodesAndDescriptions:inDomain:]
+[NSError(WebKitExtras) _webkit_errorWithDomain:code:URL:]
-[NSError(WebKitExtras) _webkit_initWithDomain:code:URL:]
__ZN20WebFrameLoaderClient20setMainDocumentErrorEPN7WebCore14DocumentLoaderERKNS0_13ResourceErrorE
-[WebDataSource(WebInternal) _setMainDocumentError:]
__ZL49applyAppleDictionaryApplicationQuirkNonInlinePartP20WebFrameLoaderClientRKN7WebCore15ResourceRequestE
+[WebHistoryItem(WebPrivate) _releaseAllPendingPageCaches]
+[WebKitStatistics webViewCount]
+[WebKitStatistics frameCount]
+[WebKitStatistics dataSourceCount]
+[WebKitStatistics viewCount]
+[WebKitStatistics HTMLRepresentationCount]
+[WebKitStatistics bridgeCount]
+[WebCoreStatistics javaScriptProtectedGlobalObjectsCount]
-[WebView stringByEvaluatingJavaScriptFromString:]
-[WebFrame(WebInternal) _stringByEvaluatingJavaScriptFromString:]
-[WebFrame(WebInternal) _stringByEvaluatingJavaScriptFromString:forceUserGesture:]
_WKDrawBezeledTextArea
__ZNK15WebChromeClient17windowResizerRectEv
-[WebViewFactory inputElementAltText]
__ZN26WebCachedFramePlatformData5clearEv
-[WebHTMLView(WebInternal) closeIfNotCurrentView]
__ZN26WebCachedFramePlatformDataD0Ev
-[WebPluginDatabase close]
-[WebPluginDatabase(Internal) _removePlugin:]
+[WebView(WebPrivate) _unregisterViewClassAndRepresentationClassForMIMEType:]
__ZN3WTF9HashTableIN7WebCore6StringES2_NS_17IdentityExtractorIS2_EENS1_10StringHashENS_10HashTraitsIS2_EES7_E47removeAndInvalid
__ZN3WTF9HashTableIN7WebCore6StringES2_NS_17IdentityExtractorIS2_EENS1_10StringHashENS_10HashTraitsIS2_EES7_E6removeEPS2_
-[WebNetscapePluginPackage wasRemovedFromPluginDatabase:]
-[WebBasePluginPackage wasRemovedFromPluginDatabase:]
-[WebNetscapePluginPackage(Internal) _unloadWithShutdown:]
-[WebView(WebPendingPublic) unscheduleFromRunLoop:forMode:]
-[WebView _pluginForMIMEType:]
__ZN20WebFrameLoaderClient12createPluginERKN7WebCore7IntSizeEPNS0_17HTMLPlugInElementERKNS0_4KURLERKN3WTF6VectorINS0_6StringELm
__ZL3kitRKN3WTF6VectorIN7WebCore6StringELm0EEE
__ZL10pluginViewP8WebFrameP16WebPluginPackageP7NSArrayS4_P5NSURLP10DOMElementa
-[WebPluginPackage viewFactory]
+[WebPluginController plugInViewWithArguments:fromPluginPackage:]
__ZNK7WebCore6Widget11isFrameViewEv
__ZN7WebCore6Widget16setParentVisibleEb
-[WebPluginController addPlugin:]
-[WebView addPluginInstanceView:]
-[WebPluginDatabase addPluginInstanceView:]
-[WebPluginController webView]
-[WebPluginController webFrame]
-[WebView(WebPrivate) defersCallbacks]
_resumeTimerFired
-[WebPluginController destroyPlugin:]
-[WebView removePluginInstanceView:]
-[WebPluginDatabase removePluginInstanceView:]
__ZN12PluginWidgetD0Ev
-[WebPluginDatabase destroyAllPluginInstanceViews]
-[WebPluginDatabase dealloc]
-[WebView mainFrameTitle]
-[WebView setShouldCloseWithWindow:]
-[WebDataSource initialRequest]
__ZN20WebFrameLoaderClient14shouldFallBackERKN7WebCore13ResourceErrorE
__ZN20WebFrameLoaderClient30dispatchDidFailProvisionalLoadERKN7WebCore13ResourceErrorE
-[WebView(WebPrivate) _didFailProvisionalLoadWithError:forFrame:]
-[WebFramePolicyListener finalize]
-[WebElementDictionary finalize]
-[WebFramePolicyListener ignore]
-[WebDataSource finalize]
-[WebDataSourcePrivate finalize]
-[WebDefaultUIDelegate webView:didScrollDocumentInFrameView:]
__ZN15WebChromeClient18makeFirstResponderEP11NSResponder
-[WebView(WebPrivate) _pushPerformingProgrammaticFocus]
-[WebDefaultUIDelegate webView:makeFirstResponder:]
-[WebView(WebPrivate) _popPerformingProgrammaticFocus]
-[WebElementDictionary count]
-[WebElementDictionary _fillCache]
__ZL16cacheValueForKeyPKvS0_Pv
-[WebElementDictionary _title]
__ZL13NSStringOrNilN7WebCore6StringE
-[WebElementDictionary _absoluteImageURL]
-[WebElementDictionary _isContentEditable]
-[WebElementDictionary _image]
-[WebElementDictionary _spellingToolTip]
-[WebElementDictionary _titleDisplayString]
-[WebElementDictionary _textContent]
-[WebElementDictionary _imageRect]
-[WebElementDictionary _altDisplayString]
-[WebElementDictionary _isLiveLink]
__ZN20WebFrameLoaderClient38dispatchDidLoadResourceFromMemoryCacheEPN7WebCore14DocumentLoaderERKNS0_15ResourceRequestERKNS0_16R
-[WebHTMLRepresentation finalize]
-[WebHTMLView finalize]
-[WebHTMLViewPrivate finalize]
__ZN20WebFrameLoaderClient38dispatchDecidePolicyForNewWindowActionEMN7WebCore11FrameLoaderEFvNS0_12PolicyActionEERKNS0_16Naviga
__ZN20WebFrameLoaderClient19dispatchDidFailLoadERKN7WebCore13ResourceErrorE
-[WebView(WebPrivate) _didFailLoadWithError:forFrame:]
+[WebBaseNetscapePluginView initialize]
_WKSendUserChangeNotifications
+[WebHostedNetscapePluginView initialize]
-[WebBaseNetscapePluginView .cxx_construct]
-[WebHostedNetscapePluginView .cxx_construct]
-[WebHostedNetscapePluginView initWithFrame:pluginPackage:URL:baseURL:MIMEType:attributeKeys:attributeValues:loadManually:eleme
-[WebBaseNetscapePluginView initWithFrame:pluginPackage:URL:baseURL:MIMEType:attributeKeys:attributeValues:loadManually:element
-[WebHostedNetscapePluginView setAttributeKeys:andValues:]
-[WebBaseNetscapePluginView renewGState]
-[WebBaseNetscapePluginView viewWillMoveToSuperview:]
-[WebBaseNetscapePluginView visibleRect]
-[WebBaseNetscapePluginView isFlipped]
-[WebBaseNetscapePluginView _windowClipRect]
__ZN20WebFrameLoaderClient35dispatchDidChangeLocationWithinPageEv
__ZN20WebFrameLoaderClient13didFinishLoadEv
-[WebHTMLView validateUserInterfaceItem:]
-[WebHTMLView validateUserInterfaceItemWithoutDelegate:]
__ZL3kitN7WebCore8TriStateE
__Z30CallUIDelegateReturningBooleanaP7WebViewP13objc_selectorP11objc_objecta
-[WebView(WebIBActions) validateUserInterfaceItem:]
-[WebView(WebIBActions) validateUserInterfaceItemWithoutDelegate:]
-[WebView(WebIBActions) canMakeTextLarger]
-[WebView _canZoomIn:]
-[WebView _zoomMultiplier:]
-[WebView(WebIBActions) canMakeTextSmaller]
-[WebView _canZoomOut:]
-[WebHTMLView(WebPrivate) _hasSelection]
-[WebHTMLView(WebPrivate) _isEditable]
-[WebBaseNetscapePluginView viewWillMoveToWindow:]
-[WebBaseNetscapePluginView removeTrackingRect]
-[WebHostedNetscapePluginView removeWindowObservers]
-[WebBaseNetscapePluginView removeWindowObservers]
-[WebBaseNetscapePluginView setHasFocus:]
-[WebBaseNetscapePluginView viewDidMoveToWindow]
-[WebBaseNetscapePluginView resetTrackingRect]
-[WebBaseNetscapePluginView start]
-[WebBaseNetscapePluginView webView]
-[WebBaseNetscapePluginView webFrame]
-[WebBaseNetscapePluginView dataSource]
-[WebHostedNetscapePluginView createPlugin]
-[WebView userAgentForURL:]
__ZN6WebKit25NetscapePluginHostManager6sharedEv
__ZN6WebKit25NetscapePluginHostManagerC1Ev
__ZN6WebKit25NetscapePluginHostManagerC2Ev
__ZN6WebKit25NetscapePluginHostManager17instantiatePluginEP24WebNetscapePluginPackageP27WebHostedNetscapePluginViewP8NSStringP7
__ZN6WebKit25NetscapePluginHostManager14hostForPackageEP24WebNetscapePluginPackage
__ZN3WTF7HashMapIP24WebNetscapePluginPackagePN6WebKit23NetscapePluginHostProxyENS_7PtrHashIS2_EENS_10HashTraitsIS2_EENS8_IS5_EE
__ZN3WTF9HashTableIP24WebNetscapePluginPackageSt4pairIS2_PN6WebKit23NetscapePluginHostProxyEENS_18PairFirstExtractorIS7_EENS_7P
__ZN6WebKit25NetscapePluginHostManager15spawnPluginHostEP24WebNetscapePluginPackagejRjR19ProcessSerialNumber
__ZN6WebKit25NetscapePluginHostManager20initializeVendorPortEv
__WKPACheckInApplication
_WKInitializeRenderServer
-[WebNetscapePluginPackage pluginHostArchitecture]
__WKPASpawnPluginHost
__WKPHCheckInWithPluginHost
__ZN6WebKit23NetscapePluginHostProxyC1EjjRK19ProcessSerialNumber
__ZN6WebKit23NetscapePluginHostProxyC2EjjRK19ProcessSerialNumber
__ZN6WebKitL14pluginProxyMapEv
__ZN3WTF7HashMapIjPN6WebKit23NetscapePluginHostProxyENS_7IntHashIjEENS_10HashTraitsIjEENS6_IS3_EEE3addERKjRKS3_
__ZN3WTF9HashTableIjSt4pairIjPN6WebKit23NetscapePluginHostProxyEENS_18PairFirstExtractorIS5_EENS_7IntHashIjEENS_14PairHashTrait
_WKCreateMIGServerSource
__ZN6WebKit27NetscapePluginInstanceProxyC1EPNS_23NetscapePluginHostProxyEP27WebHostedNetscapePluginViewb
__ZN6WebKit27NetscapePluginInstanceProxyC2EPNS_23NetscapePluginHostProxyEP27WebHostedNetscapePluginViewb
__ZN6WebKit23NetscapePluginHostProxy14pluginInstanceEj
__ZNK3WTF7HashMapIjNS_6RefPtrIN6WebKit27NetscapePluginInstanceProxyEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3getERKj
__ZN6WebKit23NetscapePluginHostProxy17addPluginInstanceEPNS_27NetscapePluginInstanceProxyE
__ZN3WTF7HashMapIjNS_6RefPtrIN6WebKit27NetscapePluginInstanceProxyEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3setERKjRKS4_
__ZN6WebKit27NetscapePluginInstanceProxy13nextRequestIDEv
__WKPHInstantiatePlugin
__ZN6WebKit27NetscapePluginInstanceProxy30processRequestsAndWaitForReplyEj
__ZN3WTF7HashMapIjPN6WebKit27NetscapePluginInstanceProxy5ReplyENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE4takeERKj
__ZN3WTF9HashTableIjSt4pairIjPN6WebKit27NetscapePluginInstanceProxy5ReplyEENS_18PairFirstExtractorIS6_EENS_7IntHashIjEENS_14Pai
__ZN6WebKit23NetscapePluginHostProxy15processRequestsEv
_WebKitPluginClient_server
__XPCLoadURL
_WKPCLoadURL
__ZNK3WTF7HashMapIjPN6WebKit23NetscapePluginHostProxyENS_7IntHashIjEENS_10HashTraitsIjEENS6_IS3_EEE3getERKj
__ZN6WebKit27NetscapePluginInstanceProxy7loadURLEPKcS2_S2_j12LoadURLFlagsRj
-[WebBaseNetscapePluginView requestWithURLCString:]
-[WebBaseNetscapePluginView URLWithCString:]
-[NSString(WebKitExtras) _web_stringByStrippingReturnCharacters]
-[NSURL(WebNSURLExtras) _webkit_URLByRemovingResourceSpecifier]
-[NSMutableURLRequest(WebNSURLRequestExtras) _web_setHTTPReferrer:]
__ZN6WebKit27NetscapePluginInstanceProxy11loadRequestEP12NSURLRequestPKcbRj
-[NSURL(WebNSURLExtras) _webkit_scriptIfJavaScriptURL]
__ZN3WTF5DequeIPN6WebKit27NetscapePluginInstanceProxy13PluginRequestEE14expandCapacityEv
__XPCInstantiatePluginReply
_WKPCInstantiatePluginReply
__ZN3WTF7HashMapIjPN6WebKit27NetscapePluginInstanceProxy5ReplyENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3setERKjRKS4_
__ZN6WebKit27NetscapePluginInstanceProxy22InstantiatePluginReplyD0Ev
_WKSoftwareCARendererCreate
_WKMakeRenderLayer
__ZN6WebKit27NetscapePluginInstanceProxy18windowFrameChangedE6CGRect
__WKPHPluginInstanceWindowFrameChanged
-[WebHostedNetscapePluginView updateAndSetWindow]
-[WebBaseNetscapePluginView currentWindow]
__ZN6WebKit27NetscapePluginInstanceProxy6resizeE6CGRectS1_b
__WKPHResizePluginInstance
__XPCBooleanReply
_WKPCBooleanReply
__ZN6WebKit27NetscapePluginInstanceProxy12BooleanReplyD0Ev
-[WebHostedNetscapePluginView addWindowObservers]
-[WebBaseNetscapePluginView addWindowObservers]
-[WebBaseNetscapePluginView sendActivateEvent:]
-[WebHostedNetscapePluginView windowFocusChanged:]
__ZN6WebKit27NetscapePluginInstanceProxy18windowFocusChangedEb
__WKPHPluginInstanceWindowFocusChanged
-[WebBaseNetscapePluginView restartTimers]
-[WebHostedNetscapePluginView stopTimers]
__ZN6WebKit27NetscapePluginInstanceProxy10stopTimersEv
__WKPHPluginInstanceStopTimers
-[WebHostedNetscapePluginView startTimers]
__ZN6WebKit27NetscapePluginInstanceProxy11startTimersEb
__WKPHPluginInstanceStartTimers
-[WebHostedNetscapePluginView loadStream]
-[WebView acceptsFirstResponder]
-[WebHostedNetscapePluginView drawRect:]
_WKSoftwareCARendererRender
__ZN7WebCore5TimerIN6WebKit27NetscapePluginInstanceProxyEE5firedEv
__ZN6WebKit27NetscapePluginInstanceProxy17requestTimerFiredEPN7WebCore5TimerIS0_EE
__ZN6WebKit27NetscapePluginInstanceProxy14performRequestEPNS0_13PluginRequestE
-[WebPluginDatabase removePluginInstanceViewsFor:]
__ZN20WebFrameLoaderClient22dispatchWillSubmitFormEMN7WebCore11FrameLoaderEFvNS0_12PolicyActionEEN3WTF10PassRefPtrINS0_9FormSta
-[WebView(WebPrivate) _formDelegate]
__Z16CallFormDelegateP7WebViewP13objc_selectorP11objc_objectS4_S4_S4_S4_
-[WebFramePolicyListener continue]
-[WebBaseNetscapePluginView stop]
-[WebHostedNetscapePluginView shouldStop]
__ZN6WebKit27NetscapePluginInstanceProxy10shouldStopEv
-[WebHostedNetscapePluginView destroyPlugin]
_WKSoftwareCARendererDestroy
__ZN6WebKit27NetscapePluginInstanceProxy7destroyEv
__WKPHDestroyPluginInstance
__XPCCancelLoadURL
_WKPCCancelLoadURL
__ZN6WebKit27NetscapePluginInstanceProxy16cancelStreamLoadEjs
__ZNK3WTF7HashMapIjNS_6RefPtrIN6WebKit26HostedNetscapePluginStreamEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3getERKj
__ZN6WebKit27NetscapePluginInstanceProxy7cleanupEv
__ZN6WebKit27NetscapePluginInstanceProxy14stopAllStreamsEv
__ZN3WTF9HashTableIPN6WebKit13ProxyInstanceES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E4swapERSA_
__ZN3WTF9HashTableIPN6WebKit13ProxyInstanceES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E15dealloca
__ZN6WebKit27NetscapePluginInstanceProxy10invalidateEv
__ZN6WebKit23NetscapePluginHostProxy20removePluginInstanceEPNS_27NetscapePluginInstanceProxyE
__ZN6WebKit27NetscapePluginInstanceProxyD1Ev
__ZN6WebKit27NetscapePluginInstanceProxyD2Ev
__ZN3WTF20deleteAllPairSecondsIPN6WebKit27NetscapePluginInstanceProxy5ReplyEKNS_7HashMapIjS4_NS_7IntHashIjEENS_10HashTraitsIjEE
__ZN3WTF9HashTableIjSt4pairIjNS_9RetainPtrIP11objc_objectEEENS_18PairFirstExtractorIS6_EENS_7IntHashIjEENS_14PairHashTraitsINS_
-[WebHostedNetscapePluginView inputContext]
+[WebTextInputWindowController sharedTextInputWindowController]
-[WebTextInputWindowController init]
-[WebTextInputPanel init]
_WKGetInputPanelWindowStyle
-[WebTextInputWindowController inputContext]
-[WebTextInputPanel _inputContext]
__ZN20NetscapePluginWidgetD0Ev
-[WebBaseNetscapePluginView dealloc]
-[WebHostedNetscapePluginView .cxx_destruct]
-[WebBaseNetscapePluginView .cxx_destruct]
__ZN6WebKit23NetscapePluginHostProxy28deadNameNotificationCallbackEP12__CFMachPortPvlS3_
__ZN6WebKit23NetscapePluginHostProxy14pluginHostDiedEv
__ZN3WTF9HashTableIjSt4pairIjNS_6RefPtrIN6WebKit27NetscapePluginInstanceProxyEEEENS_18PairFirstExtractorIS6_EENS_7IntHashIjEENS
__ZN6WebKit25NetscapePluginHostManager14pluginHostDiedEPNS_23NetscapePluginHostProxyE
__ZN6WebKit23NetscapePluginHostProxyD1Ev
__ZN6WebKit23NetscapePluginHostProxyD2Ev
__ZN15WebChromeClient11scaleFactorEv
__ZN15WebEditorClient27doTextFieldCommandFromEventEPN7WebCore7ElementEPNS0_13KeyboardEventE
-[WebDefaultEditingDelegate webView:shouldInsertText:replacingDOMRange:givenAction:]
__ZN15WebEditorClient24textFieldDidBeginEditingEPN7WebCore7ElementE
-[WebHTMLRepresentation formForElement:]
__ZN15WebEditorClient24textDidChangeInTextFieldEPN7WebCore7ElementE
-[WebHTMLView performKeyEquivalent:]
-[WebHTMLView _handleStyleKeyEquivalent:]
-[WebPreferences(WebPrivate) respectStandardStyleKeyEquivalents]
-[WebHTMLView(WebNSTextInputSupport) doCommandBySelector:]
-[WebDefaultEditingDelegate webView:doCommandBySelector:]
-[WebHTMLRepresentation elementWithName:inForm:]
__ZN15WebEditorClient24smartInsertDeleteEnabledEv
-[WebView(WebViewEditing) smartInsertDeleteEnabled]
__ZN15WebEditorClient17shouldDeleteRangeEPN7WebCore5RangeE
-[WebDefaultEditingDelegate webView:shouldDeleteDOMRange:]
__ZN15WebEditorClient28textWillBeDeletedInTextFieldEPN7WebCore7ElementE
__Z32CallFormDelegateReturningBooleanaP7WebViewP13objc_selectorP11objc_objectS2_S4_
__ZN3WTF6VectorIN7WebCore18TextCheckingResultELm0EE14expandCapacityEmPKS2_
__ZN3WTF6VectorIN7WebCore18TextCheckingResultELm0EE14expandCapacityEm
__ZN3WTF6VectorIN7WebCore18TextCheckingResultELm0EE15reserveCapacityEm
__ZN7WebCore18TextCheckingResultC2ERKS0_
__ZN3WTF6VectorIN7WebCore13GrammarDetailELm0EEC1ERKS3_
__ZN3WTF6VectorIN7WebCore13GrammarDetailELm0EEC2ERKS3_
__ZN7WebCore18TextCheckingResultD2Ev
_WKSetPatternPhaseInUserSpace
-[NSString(WebNSURLExtras) _web_isUserVisibleURL]
+[WebHTMLView(WebPrivate) _postFlagsChangedEvent:]
-[WebHTMLView flagsChanged:]
__ZN15WebEditorClient33isSelectTrailingWhitespaceEnabledEv
-[WebView(WebPrivate) isSelectTrailingWhitespaceEnabled]
__ZN15WebChromeClient11canRunModalEv
-[WebHTMLView(WebPrivate) view:stringForToolTip:point:userData:]
+[WebStringTruncator rightTruncateString:toWidth:withFont:]
-[WebView(WebIBActions) goBack:]
-[WebView goBack]
__ZNK20WebFrameLoaderClient21shouldGoToHistoryItemEPN7WebCore11HistoryItemE
__ZN20WebFrameLoaderClient16restoreViewStateEv
-[WebDynamicScrollBarsView(WebInternal) allowsHorizontalScrolling]
-[WebView(WebPendingPublic) shouldClose]
-[NSEvent(WebExtras) _web_isReturnOrEnterKeyEvent]
-[NSEvent(WebExtras) _web_isKeyEvent:]
__ZN20WebFrameLoaderClient27registerForIconNotificationEb
-[WebView(WebViewInternal) _receivedIconChangedNotification:]
__ZN20WebFrameLoaderClient36transitionToCommittedFromCachedFrameEPN7WebCore11CachedFrameE
__ZN20WebFrameLoaderClient11forceLayoutEv
-[WebHTMLView setNeedsToApplyStyles:]
__XPCGetWindowNPObject
_WKPCGetWindowNPObject
__ZN6WebKit27NetscapePluginInstanceProxy17getWindowNPObjectERj
__ZN6WebKit27NetscapePluginInstanceProxy11idForObjectEPN3JSC8JSObjectE
__ZNK3WTF9HashTableIjSt4pairIjN3JSC12ProtectedPtrINS2_8JSObjectEEEENS_18PairFirstExtractorIS6_EENS_7IntHashIjEENS_14PairHashTra
__ZN3WTF7HashMapIjN3JSC12ProtectedPtrINS1_8JSObjectEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3setERKjRKS4_
__ZN3WTF9HashTableIjSt4pairIjN3JSC12ProtectedPtrINS2_8JSObjectEEEENS_18PairFirstExtractorIS6_EENS_7IntHashIjEENS_14PairHashTrai
__XPCEvaluate
_WKPCEvaluate
__ZN6WebKit27NetscapePluginInstanceProxy22willCallPluginFunctionEv
__ZN6WebKit27NetscapePluginInstanceProxy8evaluateEjRKN7WebCore6StringERPcRj
__ZNK3JSC21UStringSourceProvider6lengthEv
__ZNK3JSC21UStringSourceProvider4dataEv
__ZN6WebKit27NetscapePluginInstanceProxy12marshalValueEPN3JSC9ExecStateENS1_7JSValueERPcRj
__ZN6WebKit27NetscapePluginInstanceProxy15addValueToArrayEP14NSMutableArrayPN3JSC9ExecStateENS3_7JSValueE
__WKPHBooleanAndDataReply
__ZN6WebKit27NetscapePluginInstanceProxy21didCallPluginFunctionEv
__XPCGetStringIdentifier
_WKPCGetStringIdentifier
__XPCInvoke
_WKPCInvoke
__ZL27identifierFromIdentifierRepPN7WebCore13IdentifierRepE
__ZN6WebKit27NetscapePluginInstanceProxy6invokeEjRKN3JSC10IdentifierEPcjRS5_Rj
__ZNK3WTF7HashMapIjN3JSC12ProtectedPtrINS1_8JSObjectEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3getERKj
__ZN6WebKit27NetscapePluginInstanceProxy15demarshalValuesEPN3JSC9ExecStateEPcjRNS1_20MarkedArgumentBufferE
__ZN6WebKit27NetscapePluginInstanceProxy23demarshalValueFromArrayEPN3JSC9ExecStateEP7NSArrayRmRNS1_7JSValueE
__XPCReleaseObject
_WKPCReleaseObject
__ZN6WebKit27NetscapePluginInstanceProxy13releaseObjectEj
__ZN6WebKit26HostedNetscapePluginStreamC1EPNS_27NetscapePluginInstanceProxyEjP12NSURLRequest
__ZN6WebKit26HostedNetscapePluginStreamC2EPNS_27NetscapePluginInstanceProxyEjP12NSURLRequest
__ZN3WTF7HashMapIjNS_6RefPtrIN6WebKit26HostedNetscapePluginStreamEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3addERKjRKS4_
__ZN3WTF9HashTableIjSt4pairIjNS_6RefPtrIN6WebKit26HostedNetscapePluginStreamEEEENS_18PairFirstExtractorIS6_EENS_7IntHashIjEENS_
__ZN6WebKit26HostedNetscapePluginStream5startEv
-[WebHostedNetscapePluginView createPluginBindingsInstance:]
__ZN6WebKit27NetscapePluginInstanceProxy22createBindingsInstanceEN3WTF10PassRefPtrIN3JSC8Bindings10RootObjectEEE
__WKPHGetScriptableNPObject
__XPCInvalidateRect
_WKPCInvalidateRect
__ZN6WebKit27NetscapePluginInstanceProxy14invalidateRectEdddd
__XPCGetScriptableNPObjectReply
_WKPCGetScriptableNPObjectReply
__ZN6WebKit13ProxyInstanceC1EN3WTF10PassRefPtrIN3JSC8Bindings10RootObjectEEEPNS_27NetscapePluginInstanceProxyEj
__ZN6WebKit13ProxyInstanceC2EN3WTF10PassRefPtrIN3JSC8Bindings10RootObjectEEEPNS_27NetscapePluginInstanceProxyEj
__ZN6WebKit27NetscapePluginInstanceProxy11addInstanceEPNS_13ProxyInstanceE
__ZN3WTF7HashSetIPN6WebKit13ProxyInstanceENS_7PtrHashIS3_EENS_10HashTraitsIS3_EEE3addERKS3_
__ZN3WTF9HashTableIPN6WebKit13ProxyInstanceES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E6expandEv
__ZN3WTF9HashTableIPN6WebKit13ProxyInstanceES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E6rehashEi
__ZN3WTF9HashTableIPN6WebKit13ProxyInstanceES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E13allocate
__ZN6WebKit27NetscapePluginInstanceProxy26GetScriptableNPObjectReplyD0Ev
__ZN3JSC8Bindings8Instance12virtualBeginEv
__ZNK6WebKit13ProxyInstance8getClassEv
__ZN6WebKitL10proxyClassEv
__ZNK6WebKit10ProxyClass10fieldNamedERKN3JSC10IdentifierEPNS1_8Bindings8InstanceE
__ZN6WebKit13ProxyInstance10fieldNamedERKN3JSC10IdentifierE
__WKPHNPObjectHasProperty
__XPCIdentifierInfo
_WKPCIdentifierInfo
__ZN3WTF7HashMapINS_6RefPtrIN3JSC7UString3RepEEEPNS2_8Bindings5FieldENS_7StrHashIS5_EENS_10HashTraitsIS5_EENSB_IS8_EEE3addEPS4_
__ZN3WTF9HashTableINS_6RefPtrIN3JSC7UString3RepEEESt4pairIS5_PNS2_8Bindings5FieldEENS_18PairFirstExtractorISA_EENS_7StrHashIS5_
__ZNK6WebKit10ProxyClass12methodsNamedERKN3JSC10IdentifierEPNS1_8Bindings8InstanceE
__ZN6WebKit13ProxyInstance12methodsNamedERKN3JSC10IdentifierE
__WKPHNPObjectHasMethod
__ZN3WTF7HashMapINS_6RefPtrIN3JSC7UString3RepEEEPNS2_8Bindings6MethodENS_7StrHashIS5_EENS_10HashTraitsIS5_EENSB_IS8_EEE3addEPS4
__ZN3WTF9HashTableINS_6RefPtrIN3JSC7UString3RepEEESt4pairIS5_PNS2_8Bindings6MethodEENS_18PairFirstExtractorISA_EENS_7StrHashIS5
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EEC1ERKS5_
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EEC2ERKS5_
__ZN3JSC8Bindings5Class14fallbackObjectEPNS_9ExecStateEPNS0_8InstanceERKNS_10IdentifierE
__ZN3JSC8Bindings8Instance10virtualEndEv
__ZN3JSC8Bindings8Instance18getOwnPropertySlotEPNS_8JSObjectEPNS_9ExecStateERKNS_10IdentifierERNS_12PropertySlotE
__ZN6WebKit26HostedNetscapePluginStream7didFailEPN7WebCore26NetscapePlugInStreamLoaderERKNS1_13ResourceErrorE
__WKPHStreamDidFail
__ZN15WebChromeClient10windowRectEv
__ZN6WebKit13ProxyInstanceD0Ev
__ZN3WTF20deleteAllPairSecondsIPN3JSC8Bindings5FieldEKNS_7HashMapINS_6RefPtrINS1_7UString3RepEEES4_NS_7StrHashIS9_EENS_10HashTr
__ZN3WTF20deleteAllPairSecondsIPN3JSC8Bindings6MethodEKNS_7HashMapINS_6RefPtrINS1_7UString3RepEEES4_NS_7StrHashIS9_EENS_10HashT
__ZN6WebKit27NetscapePluginInstanceProxy14removeInstanceEPNS_13ProxyInstanceE
__ZN3WTF9HashTableIPN6WebKit13ProxyInstanceES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E4findIS3_N
__ZN3WTF9HashTableIPN6WebKit13ProxyInstanceES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E47removeAn
__ZN3WTF9HashTableIPN6WebKit13ProxyInstanceES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E6removeEPS
__ZN6WebKit13ProxyInstance10invalidateEv
__WKPHNPObjectRelease
__ZN3WTF6VectorINS_6RefPtrIN6WebKit26HostedNetscapePluginStreamEEELm0EE14expandCapacityEm
__ZN3WTF6VectorINS_6RefPtrIN6WebKit26HostedNetscapePluginStreamEEELm0EE15reserveCapacityEm
__ZN6WebKit26HostedNetscapePluginStream4stopEv
__ZN3WTF6VectorINS_6RefPtrIN6WebKit26HostedNetscapePluginStreamEEELm0EE6shrinkEm
__ZN3JSC21UStringSourceProviderD0Ev
-[WebView(WebIBActions) goForward:]
-[WebView goForward]
-[WebFramePolicyListener download]
__ZN20WebFrameLoaderClient8downloadEPN7WebCore14ResourceHandleERKNS0_15ResourceRequestES5_RKNS0_16ResourceResponseE
-[WebDownload _initWithLoadingConnection:request:response:delegate:proxy:]
-[WebDownload _setRealDelegate:]
-[WebDownloadInternal setRealDelegate:]
-[WebDownload init]
-[WebDownloadInternal respondsToSelector:]
-[WebDownloadInternal downloadDidBegin:]
-[WebDownloadInternal download:didReceiveResponse:]
__ZNK20WebFrameLoaderClient25setOriginalURLForDownloadEP11WebDownloadRKN7WebCore15ResourceRequestE
__ZN20WebFrameLoaderClient29interruptForPolicyChangeErrorERKN7WebCore15ResourceRequestE
-[WebDownloadInternal download:didReceiveDataOfLength:]
-[WebDownloadInternal download:decideDestinationWithSuggestedFilename:]
-[NSFileManager(WebNSFileManagerExtras) _webkit_setMetadataURL:referrer:atPath:]
_setMetaData
_WKSetMetadataURL
-[WebDownloadInternal download:didCreateDestination:]
-[WebDownloadInternal downloadDidFinish:]
-[WebDownload dealloc]
-[WebDownloadInternal dealloc]
__ZN20NetscapePluginWidget11handleEventEPN7WebCore5EventE
-[WebHostedNetscapePluginView handleMouseMoved:]
__ZN6WebKit27NetscapePluginInstanceProxy10mouseEventEP6NSViewP7NSEvent16NPCocoaEventType
__WKPHPluginInstanceMouseEvent
__ZN6WebKit26HostedNetscapePluginStream18didReceiveResponseEPN7WebCore26NetscapePlugInStreamLoaderERKNS1_16ResourceResponseE
_WKGetNSURLResponseLastModifiedDate
__ZN6WebKit26HostedNetscapePluginStream11startStreamEP5NSURLxP6NSDateP8NSStringP6NSData
-[NSURL(WebNSURLExtras) _web_URLCString]
__WKPHStartStream
__ZNK6WebKit26HostedNetscapePluginStream15wantsAllStreamsEv
__ZN6WebKit26HostedNetscapePluginStream14didReceiveDataEPN7WebCore26NetscapePlugInStreamLoaderEPKci
__WKPHStreamDidReceiveData
__ZN6WebKit26HostedNetscapePluginStream16didFinishLoadingEPN7WebCore26NetscapePlugInStreamLoaderE
__WKPHStreamDidFinishLoading
__ZN6WebKit27NetscapePluginInstanceProxy16disconnectStreamEPNS_26HostedNetscapePluginStreamE
__ZN6WebKit26HostedNetscapePluginStreamD0Ev
-[WebHostedNetscapePluginView mouseExited:]
__ZN20WebFrameLoaderClient18dispatchCreatePageEv
-[WebBaseNetscapePluginView preferencesHaveChanged:]
__ZN20WebFrameLoaderClient12dispatchShowEv
-[WebBaseNetscapePluginView windowResignedKey:]
-[WebView(WebPendingPublic) canMarkAllTextMatches]
-[WebView(WebPendingPublic) searchFor:direction:caseSensitive:wrap:startInSelection:]
-[WebHTMLView(WebDocumentPrivateProtocols) searchFor:direction:caseSensitive:wrap:startInSelection:]
-[WebView(WebPendingPublic) rectsForTextMatches]
-[WebHTMLView(WebDocumentInternalProtocols) rectsForTextMatches]
__ZN3WTF6VectorIN7WebCore7IntRectELm0EE6shrinkEm
-[WebHTMLView(WebDocumentPrivateProtocols) selectionRect]
-[WebHTMLView(WebDocumentPrivateProtocols) selectionTextRects]
__ZN3WTF6VectorIN7WebCore9FloatRectELm0EE6shrinkEm
-[WebHTMLView(WebDocumentPrivateProtocols) selectionImageForcingBlackText:]
-[WebHTMLView(WebDocumentPrivateProtocols) selectedString]
-[WebFrame(WebInternal) _selectedString]
-[WebBaseNetscapePluginView windowBecameKey:]
-[WebHostedNetscapePluginView windowFrameDidChange:]
+[WebStringTruncator widthOfString:font:]
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EE14expandCapacityEmPKS4_
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EE14expandCapacityEm
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EE15reserveCapacityEm
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EE6shrinkEm
__ZN6WebKit13ProxyInstance12invokeMethodEPN3JSC9ExecStateERKN3WTF6VectorIPNS1_8Bindings6MethodELm0EEERKNS1_7ArgListE
__ZN6WebKit13ProxyInstance6invokeEPN3JSC9ExecStateE10InvokeTypeyRKNS1_7ArgListE
__ZN6WebKit27NetscapePluginInstanceProxy13marshalValuesEPN3JSC9ExecStateERKNS1_7ArgListE
__WKPHNPObjectInvoke
__XPCBooleanAndDataReply
_WKPCBooleanAndDataReply
__ZN6WebKit27NetscapePluginInstanceProxy14demarshalValueEPN3JSC9ExecStateEPKcj
__ZN6WebKit27NetscapePluginInstanceProxy19BooleanAndDataReplyD0Ev
-[NSString(WebNSURLExtras) _webkit_stringByReplacingValidPercentEscapes]
-[WebFrame findFrameNamed:]
__ZN6WebKit27NetscapePluginInstanceProxy18evaluateJavaScriptEPNS0_13PluginRequestE
-[WebHostedNetscapePluginView mouseEntered:]
-[WebView(WebIBActions) stopLoading:]
__ZN6WebKit11ProxyMethodD0Ev
-[WebDownloadInternal download:shouldDecodeSourceDataOfMIMEType:]
__ZN20WebFrameLoaderClient25pluginWillHandleLoadErrorERKN7WebCore16ResourceResponseE
-[NSError(WebKitExtras) _initWithPluginErrorCode:contentURL:pluginPageURL:pluginName:MIMEType:]
-[WebHTMLRepresentation receivedError:withDataSource:]
_WKDrawMediaUIPart
__ZL24createCGImageRefFromDataPKhj
__ZL14drawMediaImageP9CGContext6CGRectP7CGImage
_WKDrawMediaSliderTrack
_WKQTMovieMaxTimeSeekable
__ZN15WebChromeClient5focusEv
__Z13webGetNSImagePN7WebCore5ImageE7_NSSize
__ZL12CallDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS0_S2_S0_
__ZL12CallDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS0_S2_S0_S0_
__ZL12CallDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS0_S2_S0_S0_S0_S0_
__ZL12CallDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS0_S2_S0_S0_S0_
__ZL12CallDelegateP7WebViewP11objc_objectP13objc_selectorS2_
__Z24CallResourceLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_iS0_
__ZL12CallDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS0_S2_S0_iS0_
__ZSt16__introsort_loopIPiiEvT_S1_T0_
__ZL9setCursorP8NSWindowP13objc_selector8_NSPoint
+[WebNetscapePluginPackage initialize]
_WebLMGetCurApRefNum
_WebLMSetCurApRefNum
+[WebNetscapePluginDocumentView initialize]
-[WebNetscapePluginDocumentView .cxx_construct]
-[WebNetscapePluginDocumentView initWithFrame:pluginPackage:URL:baseURL:MIMEType:attributeKeys:attributeValues:loadManually:ele
-[WebNetscapePluginDocumentView setAttributeKeys:andValues:]
-[WebNetscapePluginPackage load]
-[WebNetscapePluginPackage _tryLoad]
-[WebNetscapePluginPackage _applyDjVuWorkaround]
-[WebNetscapePluginDocumentView createPlugin]
-[WebNetscapePluginPackage open]
-[WebNetscapePluginDocumentView(Internal) _createPlugin]
+[WebNetscapePluginDocumentView setCurrentPluginView:]
-[WebNetscapePluginPackage pluginFuncs]
_NPN_UserAgent
__Z21pluginViewForInstanceP4_NPP
+[WebNetscapePluginDocumentView currentPluginView]
-[WebNetscapePluginDocumentView(WebNPPCallbacks) userAgent]
_NPN_GetValue
-[WebNetscapePluginDocumentView(WebNPPCallbacks) getVariable:value:]
_NPN_SetValue
-[WebNetscapePluginDocumentView(WebNPPCallbacks) setVariable:value:]
_NPN_InvalidateRect
-[WebNetscapePluginDocumentView(WebNPPCallbacks) invalidateRect:]
__ZN29WebNetscapePluginEventHandler6createEP29WebNetscapePluginDocumentView
-[WebNetscapePluginDocumentView eventModel]
__ZN35WebNetscapePluginEventHandlerCarbonC1EP29WebNetscapePluginDocumentView
__ZN35WebNetscapePluginEventHandlerCarbonC2EP29WebNetscapePluginDocumentView
-[WebNetscapePluginDocumentView updateAndSetWindow]
-[WebNetscapePluginDocumentView saveAndSetNewPortState]
-[WebNetscapePluginDocumentView saveAndSetNewPortStateForUpdate:]
-[WebNetscapePluginDocumentView superviewsHaveSuperviews]
-[WebNetscapePluginDocumentView setWindowIfNecessary]
-[WebNetscapePluginDocumentView isNewWindowEqualToOldWindow]
-[WebNetscapePluginDocumentView willCallPlugInFunction]
-[WebNetscapePluginDocumentView didCallPlugInFunction]
-[WebNetscapePluginDocumentView restorePortState:]
-[WebNetscapePluginDocumentView windowFocusChanged:]
__ZN35WebNetscapePluginEventHandlerCarbon18windowFocusChangedEb
__ZL14getCarbonEventP11EventRecord
__ZN35WebNetscapePluginEventHandlerCarbon9sendEventEP11EventRecord
-[WebNetscapePluginDocumentView sendEvent:isDrawRect:]
-[WebNetscapePluginDocumentView stopTimers]
-[WebBaseNetscapePluginView stopTimers]
__ZN35WebNetscapePluginEventHandlerCarbon10stopTimersEv
-[WebNetscapePluginDocumentView startTimers]
-[WebBaseNetscapePluginView startTimers]
__ZN35WebNetscapePluginEventHandlerCarbon11startTimersEb
-[WebNetscapePluginDocumentView loadStream]
-[WebNetscapePluginDocumentView(Internal) _shouldCancelSrcStream]
-[NSURL(WebNSURLExtras) _web_isEmpty]
-[WebNetscapePluginDocumentView(WebNPPCallbacks) loadRequest:inTarget:withNotifyData:sendNotification:]
__ZN23WebNetscapePluginStreamC1EP12NSURLRequestP4_NPPbPv
__ZN23WebNetscapePluginStreamC2EP12NSURLRequestP4_NPPbPv
__ZN23WebNetscapePluginStream9setPluginEP4_NPP
-[WebBaseNetscapePluginView pluginPackage]
__ZL7streamsv
__ZN3WTF7HashMapIP9_NPStreamP4_NPPNS_7PtrHashIS2_EENS_10HashTraitsIS2_EENS7_IS4_EEE3addERKS2_RKS4_
__ZN3WTF9HashTableIP9_NPStreamSt4pairIS2_P4_NPPENS_18PairFirstExtractorIS6_EENS_7PtrHashIS2_EENS_14PairHashTraitsINS_10HashTrai
__ZN3WTF7HashSetINS_6RefPtrI23WebNetscapePluginStreamEENS_7PtrHashIS3_EENS_10HashTraitsIS3_EEE3addERKS3_
__ZN3WTF9HashTableINS_6RefPtrI23WebNetscapePluginStreamEES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES
__ZN23WebNetscapePluginStream5startEv
__ZN3WTF6VectorI6CGRectLm16EE6shrinkEm
-[WebNetscapePluginDocumentView drawRect:]
-[WebNetscapePluginDocumentView sendDrawRectEvent:]
__ZN35WebNetscapePluginEventHandlerCarbon8drawRectEP9CGContextRK7_NSRect
__ZN35WebNetscapePluginEventHandlerCarbon19nullEventTimerFiredEP16__CFRunLoopTimerPv
__ZN35WebNetscapePluginEventHandlerCarbon13sendNullEventEv
__ZN23WebNetscapePluginStream18didReceiveResponseEPN7WebCore26NetscapePlugInStreamLoaderERKNS0_16ResourceResponseE
__ZN23WebNetscapePluginStream11startStreamEP5NSURLxP6NSDateP8NSStringP6NSData
__ZNK23WebNetscapePluginStream15wantsAllStreamsEv
__ZN23WebNetscapePluginStream14didReceiveDataEPN7WebCore26NetscapePlugInStreamLoaderEPKci
__ZN23WebNetscapePluginStream11deliverDataEv
__ZN23WebNetscapePluginStream16didFinishLoadingEPN7WebCore26NetscapePlugInStreamLoaderE
__ZN23WebNetscapePluginStream23destroyStreamWithReasonEs
__ZN23WebNetscapePluginStream13destroyStreamEv
-[WebNetscapePluginDocumentView disconnectStream:]
__ZN23WebNetscapePluginStreamD0Ev
-[WebNetscapePluginDocumentView createPluginScriptableObject]
_NPN_MemFree
_NPN_PostURLNotify
-[WebNetscapePluginDocumentView(WebNPPCallbacks) postURLNotify:target:len:buf:file:notifyData:]
-[WebNetscapePluginDocumentView(WebNPPCallbacks) _postURL:target:len:buf:file:notifyData:sendNotification:allowHeaders:]
-[NSData(WebNSDataExtras) _web_startsWithBlankLine]
-[NSData(WebNSDataExtras) _web_locationAfterFirstBlankLine]
-[NSData(WebNSDataExtras) _webkit_parseRFC822HeaderFields]
-[NSString(WebNSDataExtrasInternal) _web_capitalizeRFC822HeaderFieldName]
_NPN_GetURLNotify
-[WebNetscapePluginDocumentView(WebNPPCallbacks) getURLNotify:target:notifyData:]
_NPN_GetURL
-[WebNetscapePluginDocumentView(WebNPPCallbacks) getURL:target:]
-[WebPluginRequest initWithRequest:frameName:notifyData:sendNotification:didStartFromUserGesture:]
-[WebNetscapePluginDocumentView(WebNPPCallbacks) loadPluginRequest:]
-[WebPluginRequest request]
-[WebPluginRequest frameName]
-[WebNetscapePluginDocumentView(WebNPPCallbacks) evaluateJavaScriptPluginRequest:]
-[WebPluginRequest isCurrentEventUserGesture]
-[WebPluginRequest sendNotification]
-[WebPluginRequest dealloc]
-[WebHistoryItem(WebPrivate) _getDailyVisitCounts:]
-[WebHistoryItem(WebPrivate) _getWeeklyVisitCounts:]
-[WebHistoryItem(WebPrivate) _lastVisitWasHTTPNonGet]
-[WebHistoryItem(WebPrivate) lastVisitWasFailure]
-[WebHistoryItem(WebPrivate) _redirectURLs]
-[WebView(WebIBActions) reload:]
-[WebFrame reload]
__Z14CallUIDelegateP7WebViewP13objc_selectorP11objc_objectj
__ZL12CallDelegateP7WebViewP11objc_objectP13objc_selectorS2_j
-[WebNetscapePluginDocumentView mouseEntered:]
__ZN35WebNetscapePluginEventHandlerCarbon12mouseEnteredEP7NSEvent
__ZL14getCarbonEventP11EventRecordP7NSEvent
_WKConvertNSEventToCarbonEvent
-[WebNetscapePluginDocumentView handleMouseMoved:]
__ZN35WebNetscapePluginEventHandlerCarbon10mouseMovedEP7NSEvent
-[WebBaseNetscapePluginView acceptsFirstResponder]
-[WebBaseNetscapePluginView becomeFirstResponder]
-[WebNetscapePluginDocumentView focusChanged]
__ZN35WebNetscapePluginEventHandlerCarbon12focusChangedEb
__ZN35WebNetscapePluginEventHandlerCarbon22installKeyEventHandlerEv
-[WebNetscapePluginDocumentView mouseDown:]
__ZN35WebNetscapePluginEventHandlerCarbon9mouseDownEP7NSEvent
-[WebNetscapePluginDocumentView inputContext]
-[WebNetscapePluginDocumentView mouseUp:]
__ZN35WebNetscapePluginEventHandlerCarbon7mouseUpEP7NSEvent
-[WebNetscapePluginDocumentView mouseExited:]
__ZN35WebNetscapePluginEventHandlerCarbon11mouseExitedEP7NSEvent
-[WebNetscapePluginDocumentView mouseDragged:]
__ZN35WebNetscapePluginEventHandlerCarbon12mouseDraggedEP7NSEvent
-[WebNetscapePluginDocumentView keyDown:]
__ZN35WebNetscapePluginEventHandlerCarbon7keyDownEP7NSEvent
_WKSendKeyEventToTSM
__ZN35WebNetscapePluginEventHandlerCarbon15TSMEventHandlerEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv
-[WebNetscapePluginDocumentView keyUp:]
__ZN35WebNetscapePluginEventHandlerCarbon5keyUpEP7NSEvent
-[WebNetscapePluginDocumentView flagsChanged:]
__ZN35WebNetscapePluginEventHandlerCarbon12flagsChangedEP7NSEvent
-[WebBaseNetscapePluginView resignFirstResponder]
__ZN35WebNetscapePluginEventHandlerCarbon21removeKeyEventHandlerEv
-[WebNetscapePluginDocumentView shouldStop]
-[WebNetscapePluginDocumentView destroyPlugin]
-[WebNetscapePluginDocumentView(Internal) _destroyPlugin]
-[WebNetscapePluginPackage close]
__ZN35WebNetscapePluginEventHandlerCarbonD0Ev
-[WebNetscapePluginDocumentView dealloc]
-[WebNetscapePluginDocumentView fini]
-[WebNetscapePluginDocumentView .cxx_destruct]
__ZL12CallDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS0_S2_S0_dS0_S0_
-[WebViewFactory imageTitleForFilename:width:height:]
-[WebHTMLRepresentation matchLabels:againstElement:]
-[WebHTMLRepresentation searchForLabels:beforeElement:]
__ZN20WebFrameLoaderClient22createJavaAppletWidgetERKN7WebCore7IntSizeEPNS0_17HTMLAppletElementERKNS0_4KURLERKN3WTF6VectorINS0_
__ZL14parameterValueRKN3WTF6VectorIN7WebCore6StringELm0EEES5_RKS2_
__ZN7WebCore6Widget11handleEventEPNS_5EventE
__ZN20WebFrameLoaderClient10javaAppletEP6NSView
-[WebPluginController webPlugInContainerShowStatus:]
__ZN20WebFrameLoaderClient21fileDoesNotExistErrorERKN7WebCore16ResourceResponseE
__ZN23WebNetscapePluginStream7didFailEPN7WebCore26NetscapePlugInStreamLoaderERKNS0_13ResourceErrorE
__ZN23WebNetscapePluginStream22destroyStreamWithErrorEP7NSError
__ZN23WebNetscapePluginStream14reasonForErrorEP7NSError
__ZN13WebDragClient24declareAndWriteDragImageEP12NSPasteboardP10DOMElementP5NSURLP8NSStringPN7WebCore5FrameE
__ZL14getTopHTMLViewPN7WebCore5FrameE
-[NSPasteboard(WebExtras) _web_declareAndWriteDragImageForElement:URL:title:archive:source:]
+[NSPasteboard(WebExtras) _web_writableTypesForImageIncludingArchive:]
__ZL33_writableTypesForImageWithArchivev
__ZL36_writableTypesForImageWithoutArchivev
+[NSPasteboard(WebExtras) _web_writableTypesForURL]
-[NSPasteboard(WebExtras) _web_writeImage:element:URL:title:archive:types:source:]
-[NSPasteboard(WebExtras) _web_writeURL:andTitle:types:]
+[WebURLsWithTitles writeURLs:andTitles:toPasteboard:]
+[WebURLsWithTitles arrayWithIFURLsWithTitlesPboardType]
-[WebHTMLView(WebInternal) setPromisedDragTIFFDataSource:]
__ZL18promisedDataClientv
__ZN7WebCore20CachedResourceClient12imageChangedEPNS_11CachedImageEPKNS_7IntRectE
__ZN7WebCore20CachedResourceClient14notifyFinishedEPNS_14CachedResourceE
__ZN13WebDragClient27willPerformDragSourceActionEN7WebCore16DragSourceActionERKNS0_8IntPointEPNS0_9ClipboardE
-[WebDefaultUIDelegate webView:willPerformDragSourceAction:fromPoint:withPasteboard:]
__ZN13WebDragClient9startDragEN3WTF9RetainPtrI7NSImageEERKN7WebCore8IntPointES7_PNS4_9ClipboardEPNS4_5FrameEb
-[WebHTMLView(WebInternal) _mouseDownEvent]
-[WebHTMLView dragImage:at:offset:event:pasteboard:source:slideBack:]
-[WebHTMLView draggingSourceOperationMaskForLocal:]
-[WebHTMLView draggedImage:movedTo:]
-[WebFrame(WebInternal) _dragSourceMovedTo:]
-[WebView draggingExited:]
-[WebHTMLView draggedImage:endedAt:operation:]
-[WebFrame(WebInternal) _dragSourceEndedAt:operation:]
-[WebNetscapePluginDocumentView setLayer:]
__ZN34WebNetscapePluginEventHandlerCocoaC1EP29WebNetscapePluginDocumentView
__ZN34WebNetscapePluginEventHandlerCocoaC2EP29WebNetscapePluginDocumentView
__ZN34WebNetscapePluginEventHandlerCocoa18windowFocusChangedEb
__ZN34WebNetscapePluginEventHandlerCocoa9sendEventEP13_NPCocoaEvent
__ZN29WebNetscapePluginEventHandler10stopTimersEv
__ZN29WebNetscapePluginEventHandler11startTimersEb
_NPN_ConvertPoint
-[WebBaseNetscapePluginView convertFromX:andY:space:toX:andY:space:]
__Z26browserContainerCheckFuncsv
_WKN_CheckIfAllowedToLoadURL
-[WebNetscapePluginDocumentView checkIfAllowedToLoadURL:frame:callbackFunc:context:]
-[WebNetscapeContainerCheckContextInfo initWithCheckRequestID:callbackFunc:context:]
+[WebPluginContainerCheck checkWithRequest:target:resultObject:selector:controller:contextInfo:]
-[WebPluginContainerCheck initWithRequest:target:resultObject:selector:controller:contextInfo:]
-[WebPluginContainerCheck start]
-[WebPluginContainerCheck _isForbiddenFileLoad]
-[WebPluginContainerCheck _askPolicyDelegate]
-[WebPluginContainerCheck _actionInformationWithURL:]
-[WebPolicyDecisionListener _initWithTarget:action:]
-[WebPolicyDecisionListenerPrivate initWithTarget:action:]
-[WebPolicyDecisionListener use]
-[WebPolicyDecisionListener _usePolicy:]
-[WebPluginContainerCheck _continueWithPolicy:]
-[WebNetscapePluginDocumentView _containerCheckResult:contextInfo:]
-[WebNetscapeContainerCheckContextInfo callback]
-[WebNetscapeContainerCheckContextInfo context]
-[WebNetscapeContainerCheckContextInfo checkRequestID]
-[WebNetscapePluginDocumentView plugin]
-[WebNetscapePluginDocumentView _webPluginContainerCancelCheckIfAllowedToLoadRequest:]
-[WebPluginContainerCheck contextInfo]
-[WebNetscapePluginDocumentView cancelCheckIfAllowedToLoadURL:]
-[WebPluginContainerCheck cancel]
-[WebPolicyDecisionListener _invalidate]
-[WebPolicyDecisionListener dealloc]
-[WebPolicyDecisionListenerPrivate dealloc]
-[WebPluginContainerCheck dealloc]
_NPN_MemAlloc
__ZN34WebNetscapePluginEventHandlerCocoaD0Ev
-[WebView _pluginForExtension:]
-[WebPluginDatabase pluginForExtension:]
-[WebBasePluginPackage extensionEnumerator]
-[WebBasePluginPackage MIMETypeForExtension:]
__ZN34WebNetscapePluginEventHandlerCocoa10mouseMovedEP7NSEvent
__ZN34WebNetscapePluginEventHandlerCocoa14sendMouseEventEP7NSEvent16NPCocoaEventType
__ZN34WebNetscapePluginEventHandlerCocoa11mouseExitedEP7NSEvent
__ZN15WebChromeClient12createWindowEPN7WebCore5FrameERKNS0_16FrameLoadRequestERKNS0_14WindowFeaturesE
__Z14CallUIDelegateP7WebViewP13objc_selectorP11objc_objectS4_
__ZL12CallDelegateP7WebViewP11objc_objectP13objc_selectorS2_S2_
__ZN15WebChromeClient18setToolbarsVisibleEb
__ZN15WebChromeClient19setStatusbarVisibleEb
__ZN15WebChromeClient20setScrollbarsVisibleEb
__ZN15WebChromeClient17setMenubarVisibleEb
__ZN15WebChromeClient12setResizableEb
__ZN15WebChromeClient8pageRectEv
__ZN15WebChromeClient13setWindowRectERKN7WebCore9FloatRectE
__ZN15WebChromeClient4showEv
__ZN34WebNetscapePluginEventHandlerCocoa12mouseEnteredEP7NSEvent
__ZN34WebNetscapePluginEventHandlerCocoa12focusChangedEb
__ZN34WebNetscapePluginEventHandlerCocoa22installKeyEventHandlerEv
__ZN34WebNetscapePluginEventHandlerCocoa9mouseDownEP7NSEvent
__ZN34WebNetscapePluginEventHandlerCocoa12mouseDraggedEP7NSEvent
__ZN34WebNetscapePluginEventHandlerCocoa7mouseUpEP7NSEvent
-[WebBaseNetscapePluginView windowWillClose:]
-[WebFrameView keyDown:]
-[WebFrameView(WebFrameViewFileInternal) _web_frame]
-[WebNetscapePluginDocumentView scrollWheel:]
__ZN35WebNetscapePluginEventHandlerCarbon11scrollWheelEP7NSEvent
__ZN3WTF6VectorINS_6RefPtrI23WebNetscapePluginStreamEELm0EE14expandCapacityEm
__ZN3WTF6VectorINS_6RefPtrI23WebNetscapePluginStreamEELm0EE15reserveCapacityEm
__ZN23WebNetscapePluginStream4stopEv
__ZN23WebNetscapePluginStream35cancelLoadAndDestroyStreamWithErrorEP7NSError
__ZN23WebNetscapePluginStream19cancelLoadWithErrorEP7NSError
__ZN3WTF6VectorINS_6RefPtrI23WebNetscapePluginStreamEELm0EE6shrinkEm
-[WebHTMLView(WebPrivate) pasteboard:provideDataForType:]
-[WebHTMLView(WebInternal) promisedDragTIFFDataSource]
-[WebArchive initWithData:]
-[WebArchivePrivate init]
-[WebArchivePrivate setCoreArchive:]
-[NSPasteboard(WebExtras) _web_writePromisedRTFDFromArchive:containsImage:]
-[WebResource(WebResourcePrivate) _fileWrapperRepresentation]
-[WebResource(WebResourcePrivate) _suggestedFilename]
-[NSPasteboard(WebExtras) _web_writeFileWrapperAsRTFDAttachment:]
__ZN15WebChromeClient16statusbarVisibleEv
__Z30CallUIDelegateReturningBooleanaP7WebViewP13objc_selector
-[WebIconDatabase releaseIconForURL:]
-[WebPreferences setSerifFontFamily:]
-[WebPreferences setSansSerifFontFamily:]
-[WebPreferences setCursiveFontFamily:]
-[WebPreferences setFantasyFontFamily:]
-[WebPreferences setTabsToLinks:]
-[WebPreferences setUsesPageCache:]
+[WebPluginDatabase setAdditionalWebPlugInPaths:]
-[WebHistory removeAllItems]
-[WebHistoryPrivate removeAllItems]
+[WebCache empty]
-[WebBackForwardList pageCacheSize]
-[WebBackForwardList setPageCacheSize:]
-[WebView(WebPrivate) setUsesPageCache:]
-[WebIconDatabase(WebPendingPublic) removeAllIcons]
__ZN21WebIconDatabaseClient25dispatchDidRemoveAllIconsEv
-[WebIconDatabase(WebInternal) _sendDidRemoveAllIconsNotification]
-[WebView(WebPendingPublic) setMediaVolume:]
-[WebView(WebDebugBinding) addObserver:forKeyPath:options:context:]
-[WebView(WebPrivate) setObservationInfo:]
+[WebView(WebPrivate) automaticallyNotifiesObserversForKey:]
-[WebView(WebPrivate) drawRect:]
-[WebView(WebIBActions) makeTextStandardSize:]
-[WebView _resetZoom:isTextOnly:]
-[WebView(WebPendingPublic) resetPageZoom:]
-[WebView(WebPrivate) _setDashboardBehavior:to:]
-[WebView(WebPrivate) _clearMainFrameName]
-[WebPreferences(WebPrivate) setAuthorAndUserStylesEnabled:]
-[WebPreferences(WebPrivate) setOfflineWebApplicationCacheEnabled:]
-[WebPreferences(WebPrivate) setDeveloperExtrasEnabled:]
-[WebView(WebViewEditing) setSmartInsertDeleteEnabled:]
-[WebView(WebPrivate) setSelectTrailingWhitespaceEnabled:]
-[WebView(WebPrivate) inspector]
-[WebInspector initWithWebView:]
-[WebInspector setJavaScriptProfilingEnabled:]
+[WebView(WebPrivate) _setUsesTestModeFocusRingColor:]
-[WebDefaultPolicyDelegate webView:decidePolicyForNavigationAction:request:frame:decisionListener:]
-[WebDefaultPolicyDelegate webView:decidePolicyForMIMEType:request:frame:decisionListener:]
-[WebFrame windowObject]
-[WebFrame globalContext]
-[WebHTMLView accessibilityFocusedUIElement]
-[WebFrame(WebInternal) _accessibilityTree]
-[WebFrame(WebPrivate) _pendingFrameUnloadEventCount]
-[NSView(WebExtras) _web_parentWebFrameView]
-[WebHistoryItem hash]
-[WebClipView _focusRingVisibleRect]
+[WebView(WebPrivate) _pointingHandCursor]
-[NSEvent(WebExtras) _web_isDeleteKeyEvent]
-[WebFrameView allowsScrolling]
-[WebFrameView _scrollLineHorizontally:]
-[WebFrameView _scrollOverflowInDirection:granularity:]
-[WebFrameView(WebPrivate) _hasScrollBars]
-[WebFrameView(WebPrivate) _largestChildWithScrollBars]
-[WebHostedNetscapePluginView mouseDown:]
-[WebHostedNetscapePluginView mouseDragged:]
-[WebHostedNetscapePluginView mouseUp:]
-[WebHostedNetscapePluginView scrollWheel:]
-[WebViewFactory unregisterUniqueIdForUIElement:]
_WKUnregisterUniqueIdForElement
-[WebViewFactory accessibilityHandleFocusChanged]
_WKAccessibilityHandleFocusChanged
-[WebViewFactory textMarkerWithBytes:length:]
_WKCreateAXTextMarker
-[WebViewFactory objectIsTextMarker:]
_WKGetAXTextMarkerTypeID
-[WebViewFactory objectIsTextMarkerRange:]
_WKGetAXTextMarkerRangeTypeID
-[WebHTMLView accessibilityAttributeValue:]
-[WebHTMLView _accessibilityParentForSubview:]
-[WebViewFactory AXWebAreaText]
-[WebViewFactory AXLinkText]
-[WebViewFactory AXHeadingText]
-[WebViewFactory AXDefinitionListTermText]
-[WebViewFactory AXDefinitionListDefinitionText]
-[WebViewFactory fileButtonChooseFileLabel]
-[WebViewFactory fileButtonNoFileSelectedLabel]
-[WebViewFactory textMarkerRangeWithStart:end:]
_WKCreateAXTextMarkerRange
-[WebFrame(WebPrivate) _numberOfActiveAnimations]
-[WebFrame(WebPrivate) _pauseAnimation:onNode:atTime:]
-[WebFrame(WebKitDebug) renderTreeAsExternalRepresentation]
+[WebCoreStatistics garbageCollectJavaScriptObjects]
-[WebNullPluginView initWithFrame:error:DOMElement:]
-[WebNullPluginView viewDidMoveToWindow]
-[WebNullPluginView reportFailure]
-[WebNullPluginView dealloc]
-[WebInspector webViewClosed]
-[WebView(WebDebugBinding) removeObserver:forKeyPath:]
+[WebCoreStatistics emptyCache]
+[NSObject(WebScripting) isKeyExcludedFromWebScript:]
-[WebIconDatabase iconURLForURL:]
__ZN15WebChromeClient7repaintERKN7WebCore7IntRectEbbb
-[WebHistoryItem(WebPrivate) RSSFeedReferrer]
-[WebViewFactory refreshPlugins]
-[WebViewFactory searchableIndexIntroduction]
__ZN15WebChromeClient15closeWindowSoonEv
-[WebView(WebPrivate) _closeWindow]
-[WebHTMLView validRequestorForSendType:returnType:]
-[WebHTMLView(WebDocumentPrivateProtocols) pasteboardTypesForSelection]
-[WebHTMLView(WebInternal) _canSmartCopyOrDelete]
-[WebHTMLView(WebInternal) isGrammarCheckingEnabled]
-[WebView(WebPendingPublic) canResetPageZoom]
-[WebView _canResetZoom:]
-[WebView(WebIBActions) canMakeTextStandardSize]
-[WebView(WebPendingPublic) canZoomPageIn]
-[WebView(WebPendingPublic) canZoomPageOut]
-[WebHTMLRepresentation canProvideDocumentSource]
-[WebFrame(WebInternal) _canProvideDocumentSource]
-[WebView supportsTextEncoding]
-[WebHTMLView(WebDocumentPrivateProtocols) supportsTextEncoding]
__ZN15WebEditorClient26shouldMoveRangeAfterDeleteEPN7WebCore5RangeES2_
-[WebDefaultEditingDelegate webView:shouldMoveRangeAfterDelete:replacingRange:]
__ZN15WebEditorClient25shouldShowDeleteInterfaceEPN7WebCore11HTMLElementE
__ZN15WebEditorClient16shouldEndEditingEPN7WebCore5RangeE
-[WebView(WebPrivate) _executeCoreCommandByName:value:]
__ZN15WebChromeClient18runJavaScriptAlertEPN7WebCore5FrameERKNS0_6StringE
__ZNK15WebEditorClient7canUndoEv
__ZN15WebEditorClient4undoEv
-[WebEditorUndoTarget undoEditing:]
-[WebEditCommand command]
__ZN15WebEditorClient22registerCommandForRedoEN3WTF10PassRefPtrIN7WebCore11EditCommandEEE
__ZN15WebEditorClient23textDidChangeInTextAreaEPN7WebCore7ElementE
__ZN15WebChromeClient7unfocusEv
-[WebDefaultUIDelegate webViewUnfocus:]
__ZN15WebEditorClient33didSetSelectionTypesForPasteboardEv
-[WebDefaultEditingDelegate webView:didSetSelectionTypesForPasteboard:]
__ZN15WebEditorClient29didWriteSelectionToPasteboardEv
-[WebDefaultEditingDelegate webView:didWriteSelectionToPasteboard:]
-[WebHTMLView(WebInternal) paste:]
-[WebHTMLView callDelegateDoCommandBySelectorIfNeeded:]
-[WebHTMLView(WebHTMLViewFileInternal) _pasteWithPasteboard:allowPlainText:]
-[WebView(WebViewInternal) _setInsertionPasteboard:]
-[WebHTMLView(WebHTMLViewFileInternal) _documentFragmentFromPasteboard:inContext:allowPlainText:]
-[WebHTMLView(WebPrivate) _documentFragmentFromPasteboard:forType:inContext:subresources:]
-[WebHTMLView(WebHTMLViewFileInternal) _dataSource]
-[WebDataSource(WebInternal) _documentFragmentWithArchive:]
-[WebArchive(WebInternal) _coreLegacyWebArchive]
-[WebFrame(WebInternal) _documentFragmentWithMarkupString:baseURLString:]
-[WebHTMLView(WebHTMLViewFileInternal) _shouldInsertFragment:replacingDOMRange:givenAction:]
-[WebHTMLView(WebPrivate) _canSmartReplaceWithPasteboard:]
-[WebFrame(WebPrivate) _replaceSelectionWithFragment:selectReplacement:smartReplace:matchStyle:]
-[WebView(WebIBActions) _responderValidateUserInterfaceItem:]
-[WebView(WebFileInternal) _responderForResponderOperations]
-[NSView(WebExtras) _web_firstResponderIsSelfOrDescendantView]
__ZN15WebChromeClient5printEPN7WebCore5FrameE
__ZNK15WebEditorClient7canRedoEv
__ZN15WebEditorClient4redoEv
-[WebEditorUndoTarget redoEditing:]
-[DOMDocument(WebDOMDocumentOperations) URLWithAttributeString:]
-[WebView(WebPrivate) _catchesDelegateExceptions]
__ZNK19WebPasteboardHelper22fragmentFromPasteboardEPK12NSPasteboard
-[WebHTMLView(WebInternal) _documentFragmentFromPasteboard:]
__ZN15WebEditorClient16shouldInsertNodeEPN7WebCore4NodeEPNS0_5RangeENS0_18EditorInsertActionE
__ZN15WebEditorClient17userVisibleStringEP5NSURL
_WKGetExtensionsForMIMEType
-[WebHTMLView(WebPrivate) _hasHTMLDocument]
+[WebHTMLView(WebHTMLViewFileInternal) _excludedElementsForAttributedStringConversion]
+[NSURL(WebDataURL) _web_uniqueWebDataURL]
-[WebResource initWithData:URL:MIMEType:textEncodingName:frameName:]
-[WebResource(WebResourcePrivate) _initWithData:URL:MIMEType:textEncodingName:frameName:response:copyData:]
__ZN7WebCore20ResourceResponseBaseD2Ev
-[WebDataSource addSubresource:]
-[WebResource(WebResourceInternal) _coreResource]
__ZN13WebDragClient22createDragImageForLinkERN7WebCore4KURLERKNS0_6StringEPNS0_5FrameE
-[WebHTMLView(WebPrivate) _dragImageForURL:withLabel:]
__ZNK19WebPasteboardHelper23plainTextFromPasteboardEPK12NSPasteboard
__ZL25uniqueURLWithRelativePartP8NSString
-[WebDataSource(WebInternal) _documentFragmentWithImageResource:]
-[WebDataSource(WebInternal) _imageElementWithImageResource:]
-[WebHTMLView menuForEvent:]
-[WebViewFactory contextMenuItemTagOpenLink]
-[WebViewFactory contextMenuItemTagOpenLinkInNewWindow]
-[WebViewFactory contextMenuItemTagDownloadLinkToDisk]
-[WebViewFactory contextMenuItemTagCopyLinkToClipboard]
-[WebViewFactory contextMenuItemTagOpenImageInNewWindow]
-[WebViewFactory contextMenuItemTagDownloadImageToDisk]
-[WebViewFactory contextMenuItemTagCopyImageToClipboard]
-[WebViewFactory contextMenuItemTagSearchInSpotlight]
-[WebViewFactory contextMenuItemTagLookUpInDictionary]
-[WebViewFactory contextMenuItemTagSearchWeb]
-[WebViewFactory contextMenuItemTagCopy]
-[WebViewFactory contextMenuItemTagGoBack]
-[WebViewFactory contextMenuItemTagGoForward]
-[WebViewFactory contextMenuItemTagStop]
-[WebViewFactory contextMenuItemTagReload]
-[WebViewFactory contextMenuItemTagOpenFrameInNewWindow]
-[WebViewFactory contextMenuItemTagNoGuessesFound]
-[WebViewFactory contextMenuItemTagIgnoreSpelling]
-[WebViewFactory contextMenuItemTagLearnSpelling]
-[WebViewFactory contextMenuItemTagIgnoreGrammar]
-[WebViewFactory contextMenuItemTagCut]
-[WebViewFactory contextMenuItemTagPaste]
__ZN20WebContextMenuClient29getCustomMenuFromDefaultItemsEPN7WebCore11ContextMenuE
-[WebViewFactory contextMenuItemTagSpellingMenu]
-[WebViewFactory contextMenuItemTagShowSpellingPanel:]
-[WebViewFactory contextMenuItemTagCheckSpelling]
-[WebViewFactory contextMenuItemTagCheckSpellingWhileTyping]
-[WebViewFactory contextMenuItemTagCheckGrammarWithSpelling]
-[WebViewFactory contextMenuItemTagCorrectSpellingAutomatically]
__ZN15WebEditorClient19spellingUIIsShowingEv
-[WebViewFactory contextMenuItemTagSubstitutionsMenu]
-[WebViewFactory contextMenuItemTagShowSubstitutions:]
-[WebViewFactory contextMenuItemTagSmartCopyPaste]
-[WebViewFactory contextMenuItemTagSmartQuotes]
-[WebViewFactory contextMenuItemTagSmartDashes]
-[WebViewFactory contextMenuItemTagSmartLinks]
-[WebViewFactory contextMenuItemTagTextReplacement]
__ZN15WebEditorClient27substitutionsPanelIsShowingEv
-[WebViewFactory contextMenuItemTagTransformationsMenu]
-[WebViewFactory contextMenuItemTagMakeUpperCase]
-[WebViewFactory contextMenuItemTagMakeLowerCase]
-[WebViewFactory contextMenuItemTagCapitalize]
-[WebViewFactory contextMenuItemTagFontMenu]
-[WebViewFactory contextMenuItemTagShowFonts]
-[WebViewFactory contextMenuItemTagBold]
-[WebViewFactory contextMenuItemTagItalic]
-[WebViewFactory contextMenuItemTagUnderline]
-[WebViewFactory contextMenuItemTagOutline]
-[WebViewFactory contextMenuItemTagStyles]
-[WebViewFactory contextMenuItemTagShowColors]
-[WebViewFactory contextMenuItemTagSpeechMenu]
-[WebViewFactory contextMenuItemTagStartSpeaking]
-[WebViewFactory contextMenuItemTagStopSpeaking]
-[WebViewFactory contextMenuItemTagWritingDirectionMenu]
-[WebViewFactory contextMenuItemTagDefaultDirection]
-[WebViewFactory contextMenuItemTagLeftToRight]
-[WebViewFactory contextMenuItemTagRightToLeft]
-[WebHTMLView(WebNSTextInputSupport) selectedRange]
-[WebFrame(WebPrivate) _selectedNSRange]
-[WebFrame(WebInternal) _convertToNSRange:]
-[WebHTMLView(WebNSTextInputSupport) firstRectForCharacterRange:]
-[WebFrame(WebInternal) _convertNSRangeToDOMRange:]
-[WebFrame(WebInternal) _convertToDOMRange:]
-[WebFrame(WebInternal) _firstRectForDOMRange:]
__ZN15WebChromeClient19customHighlightRectEPN7WebCore4NodeERKNS0_12AtomicStringERKNS0_9FloatRectE
-[WebHTMLView(WebInternal) _highlighterForType:]
__ZN15WebChromeClient20paintCustomHighlightEPN7WebCore4NodeERKNS0_12AtomicStringERKNS0_9FloatRectES8_bb
-[WebView(WebIBActions) makeTextLarger:]
-[WebView _zoomIn:isTextOnly:]
-[WebDefaultPolicyDelegate webView:shouldGoToHistoryItem:]
-[WebView(WebPendingPublic) zoomPageIn:]
-[WebView(WebPendingPublic) zoomPageOut:]
-[WebView _zoomOut:isTextOnly:]
-[WebPDFRepresentation setDataSource:]
-[WebPDFView initWithFrame:]
+[WebPDFView(FileInternal) _PDFPreviewViewClass]
+[WebPDFView PDFKitBundle]
-[PDFPrefUpdatingProxy initWithView:]
-[WebPDFView setNextKeyView:]
-[WebPDFView viewWillMoveToWindow:]
-[WebPDFView viewDidMoveToWindow]
-[WebPDFView(FileInternal) _trackFirstResponder]
-[WebPDFView(FileInternal) _clipViewForPDFDocumentView]
-[WebPDFView becomeFirstResponder]
-[WebPDFView setDataSource:]
-[WebPDFView setNeedsLayout:]
-[WebPDFView layout]
-[WebPDFView acceptsFirstResponder]
-[WebPDFRepresentation receivedData:withDataSource:]
-[WebPDFView dataSourceUpdated:]
-[WebPDFRepresentation title]
-[WebPDFRepresentation finishedLoadingWithDataSource:]
-[WebDataSource data]
+[WebPDFRepresentation PDFDocumentClass]
-[WebPDFView setPDFDocument:]
-[WebPDFView(FileInternal) _scaleOrDisplayModeOrPageChanged:]
-[WebPDFView(FileInternal) _applyPDFDefaults]
-[WebPreferences(WebPrivate) PDFScaleFactor]
-[WebPreferences _floatValueForKey:]
-[WebPreferences(WebPrivate) PDFDisplayMode]
-[WebPDFView selectionView]
-[WebPDFView string]
-[WebPDFView dealloc]
+[WebCoreStatistics javaScriptObjectsCount]
-[WebBackForwardList capacity]
-[WebBackForwardList addItem:]
-[WebBackForwardList goToItem:]
-[WebDefaultUIDelegate webView:setToolbarsVisible:]
-[WebDefaultUIDelegate webView:setStatusBarVisible:]
-[WebDefaultUIDelegate webView:setResizable:]
-[WebDefaultUIDelegate webViewShow:]
__XPCGetProperty
_WKPCGetProperty
__ZN6WebKit27NetscapePluginInstanceProxy11getPropertyEjRKN3JSC10IdentifierERPcRj
-[WebHostedNetscapePluginView setLayer:]
-[WebDefaultPolicyDelegate webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:]
-[WebDefaultUIDelegate webView:createWebViewWithRequest:windowFeatures:]
-[WebKeyGenerator strengthMenuItemTitles]
-[WebViewFactory resetButtonDefaultLabel]
__ZL19isPreVersion3Clientv
__ZL26fixMenusToSendToOldClientsP14NSMutableArray
__ZL28isPreInspectElementTagClientv
__ZN15WebChromeClient20runJavaScriptConfirmEPN7WebCore5FrameERKNS0_6StringE
__Z30CallUIDelegateReturningBooleanaP7WebViewP13objc_selectorP11objc_objectS4_
__ZN15WebChromeClient19runJavaScriptPromptEPN7WebCore5FrameERKNS0_6StringES5_RS3_
__Z14CallUIDelegateP7WebViewP13objc_selectorP11objc_objectS4_S4_
__ZN15WebChromeClient17scrollbarsVisibleEv
__ZN15WebChromeClient15toolbarsVisibleEv
__ZN15WebChromeClient14menubarVisibleEv
-[NSString(WebNSURLExtras) _web_encodeHostName]
__ZL22readIDNScriptWhiteListv
__ZL26readIDNScriptWhiteListFileP8NSString
__ZNK15WebChromeClient11tabsToLinksEv
-[WebPreferences tabsToLinks]
-[WebViewFactory submitButtonDefaultLabel]
__ZN15WebChromeClient12canTakeFocusEN7WebCore14FocusDirectionE
__ZN15WebChromeClient9takeFocusEN7WebCore14FocusDirectionE
-[WebView(WebViewInternal) _becomingFirstResponderFromOutside]
-[WebHostedNetscapePluginView focusChanged]
__ZN6WebKit27NetscapePluginInstanceProxy12focusChangedEb
__WKPHPluginInstanceFocusChanged
__ZN15WebChromeClient14keyboardUIModeEv
-[WebView(WebViewInternal) _keyboardUIMode]
-[WebView(WebViewInternal) _retrieveKeyboardUIModeFromPreferences:]
-[WebHistory dealloc]
-[WebHistoryPrivate dealloc]
-[WebDefaultUIDelegate webViewClose:]
__ZN15WebChromeClient21exceededDatabaseQuotaEPN7WebCore5FrameERKNS0_6StringE
-[WebSecurityOrigin(WebInternal) _initWithWebCoreSecurityOrigin:]
-[WebSecurityOrigin setQuota:]
__ZN24WebDatabaseTrackerClient23dispatchDidModifyOriginEPN7WebCore14SecurityOriginE
-[WebSecurityOrigin dealloc]
__ZN24WebDatabaseTrackerClient25dispatchDidModifyDatabaseEPN7WebCore14SecurityOriginERKNS0_6StringE
-[NSURL(WebNSURLExtras) _web_URLWithLowercasedScheme]
-[WebFrame loadAlternateHTMLString:baseURL:forUnreachableURL:]
__ZN3WTF10RefCountedIN7WebCore10StringImplEE5derefEv
__ZN20WebFrameLoaderClient18cannotShowURLErrorERKN7WebCore15ResourceRequestE
-[WebHistoryItem(WebPrivate) target]
-[WebHistoryItem(WebPrivate) isTargetItem]
-[WebHistoryItem(WebPrivate) children]
__ZN20WebFrameLoaderClient31dispatchUnableToImplementPolicyERKN7WebCore13ResourceErrorE
-[WebView goToBackForwardItem:]
__ZN3WTF6VectorIN3JSC8RegisterELm8EE6shrinkEm
-[NSString(WebKitExtras) _webkit_fixedCarbonPOSIXPath]
_WKCreateCustomCFReadStream
_WKSignalCFReadStreamHasBytes
_WKSignalCFReadStreamEnd
__ZN20WebFrameLoaderClient12blockedErrorERKN7WebCore15ResourceRequestE
-[WebHTMLView(WebNSTextInputSupport) setMarkedText:selectedRange:]
__ZN3WTF6VectorIN7WebCore20CompositionUnderlineELm0EE14expandCapacityEmPKS2_
__ZN3WTF6VectorIN7WebCore20CompositionUnderlineELm0EE14expandCapacityEm
__ZN3WTF6VectorIN7WebCore20CompositionUnderlineELm0EE15reserveCapacityEm
__ZN3WTF6VectorIN7WebCore20CompositionUnderlineELm0EE6shrinkEm
-[WebFrame(WebPrivate) _selectNSRange:]
-[WebHTMLView(WebNSTextInputSupport) attributedSubstringFromRange:]
-[WebHTMLView(WebNSTextInputSupport) markedRange]
-[WebHTMLView(WebNSTextInputSupport) unmarkText]
-[WebHTMLView(WebNSTextInputSupport) characterIndexForPoint:]
-[WebFrame(WebInternal) _characterRangeAtPoint:]
-[WebFrame(WebInternal) _visiblePositionForPoint:]
-[WebHTMLView(WebNSTextInputSupport) conversationIdentifier]
-[WebView(WebPendingPublic) aeDescByEvaluatingJavaScriptFromString:]
__ZL17aeDescFromJSValuePN3JSC9ExecStateENS_7JSValueE
__ZN3WTF12bitwise_castIdlEET_T0_
__ZNK3WTF9HashTableIPN3JSC8JSObjectES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E8containsIS3_NS_22
__ZN3WTF7HashSetIPN3JSC8JSObjectENS_7PtrHashIS3_EENS_10HashTraitsIS3_EEE3addERKS3_
__ZN3WTF9HashTableIPN3JSC8JSObjectES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E6expandEv
__ZN3WTF9HashTableIPN3JSC8JSObjectES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E6rehashEi
__ZN3WTF9HashTableIPN3JSC8JSObjectES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E13allocateTableEi
__ZN3WTF9HashTableIPN3JSC8JSObjectES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E15deallocateTableEP
__ZN3WTF9HashTableIPN3JSC8JSObjectES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E4findIS3_NS_22Ident
__ZN3WTF9HashTableIPN3JSC8JSObjectES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E47removeAndInvalida
__ZN3WTF9HashTableIPN3JSC8JSObjectES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E6removeEPS3_
-[WebFrame(WebInternal) _convertDOMRangeToNSRange:]
__ZNK6WebKit13ProxyInstance27supportsInvokeDefaultMethodEv
__WKPHNPObjectHasInvokeDefaultMethod
__ZN6WebKit13ProxyInstance19invokeDefaultMethodEPN3JSC9ExecStateERKNS1_7ArgListE
__ZNK6WebKit10ProxyField17valueFromInstanceEPN3JSC9ExecStateEPKNS1_8Bindings8InstanceE
__ZNK6WebKit13ProxyInstance10fieldValueEPN3JSC9ExecStateEPKNS1_8Bindings5FieldE
__WKPHNPObjectGetProperty
__ZN6WebKit10ProxyFieldD0Ev
__WKPHLoadURLNotify
__XPCGetIntIdentifier
_WKPCGetIntIdentifier
__ZNK6WebKit10ProxyField18setValueToInstanceEPN3JSC9ExecStateEPKNS1_8Bindings8InstanceENS1_7JSValueE
__ZNK6WebKit13ProxyInstance13setFieldValueEPN3JSC9ExecStateEPKNS1_8Bindings5FieldENS1_7JSValueE
__WKPHNPObjectSetProperty
__XPCConstruct
_WKPCConstruct
__ZN6WebKit27NetscapePluginInstanceProxy9constructEjPcjRS1_Rj
__ZNK6WebKit13ProxyInstance17supportsConstructEv
__WKPHNPObjectHasConstructMethod
__ZN6WebKit13ProxyInstance15invokeConstructEPN3JSC9ExecStateERKNS1_7ArgListE
__XPCGetPluginElementNPObject
_WKPCGetPluginElementNPObject
__ZN6WebKit27NetscapePluginInstanceProxy24getPluginElementNPObjectERj
-[WebBaseNetscapePluginView element]
__XPCSetProperty
_WKPCSetProperty
__ZN6WebKit27NetscapePluginInstanceProxy11setPropertyEjRKN3JSC10IdentifierEPcj
__XPCEnumerate
_WKPCEnumerate
__ZN6WebKit27NetscapePluginInstanceProxy9enumerateEjRPcRj
__ZN3WTF9HashTableIPN3JSC7UString3RepES4_NS_17IdentityExtractorIS4_EENS_7PtrHashIS4_EENS_10HashTraitsIS4_EESA_E15deallocateTabl
__ZN6WebKit13ProxyInstance16getPropertyNamesEPN3JSC9ExecStateERNS1_17PropertyNameArrayE
__WKPHNPObjectEnumerate
__XPCInvokeDefault
_WKPCInvokeDefault
__ZN6WebKit27NetscapePluginInstanceProxy13invokeDefaultEjPcjRS1_Rj
__ZN3WTF12bitwise_castIldEET_T0_
__ZN20WebFrameLoaderClient20redirectDataToPluginEPN7WebCore6WidgetE
-[WebHTMLRepresentation _redirectDataToManualLoader:forPluginView:]
-[WebHostedNetscapePluginView pluginView:receivedResponse:]
__ZN6WebKit26HostedNetscapePluginStreamC1EPNS_27NetscapePluginInstanceProxyEPN7WebCore11FrameLoaderE
__ZN6WebKit26HostedNetscapePluginStreamC2EPNS_27NetscapePluginInstanceProxyEPN7WebCore11FrameLoaderE
__ZN6WebKit27NetscapePluginInstanceProxy15setManualStreamEN3WTF10PassRefPtrINS_26HostedNetscapePluginStreamEEE
__ZN6WebKit26HostedNetscapePluginStream23startStreamWithResponseEP13NSURLResponse
-[WebHostedNetscapePluginView pluginView:receivedData:]
-[WebHostedNetscapePluginView pluginViewFinishedLoading:]
__ZN6WebKit26HostedNetscapePluginStream10cancelLoadEs
__ZNK6WebKit26HostedNetscapePluginStream14errorForReasonEs
__ZNK6WebKit26HostedNetscapePluginStream30pluginCancelledConnectionErrorEv
__ZN6WebKit26HostedNetscapePluginStream10cancelLoadEP7NSError
+[WebDatabaseManager sharedWebDatabaseManager]
-[WebDatabaseManager deleteAllDatabases]
-[WebSecurityOrigin initWithURL:]
-[WebSecurityOrigin port]
-[WebSecurityOrigin host]
-[WebSecurityOrigin protocol]
-[WebFrame(WebPrivate) _pauseTransitionOfProperty:onNode:atTime:]
__ZN3WTF6VectorINS_6RefPtrIN7WebCore7ArchiveEEELm0EE6shrinkEm
-[WebDataSource webArchive]
-[WebIconDatabase(WebPendingPublic) setEnabled:]
-[WebIconDatabase(WebInternal) _shutDownIconDatabase]
-[WebPDFView viewState]
-[WebFramePolicyListener invalidate]
__ZL8hexDigiti
__ZNK3JSC21UStringSourceProvider8getRangeEii
__ZN7WebCore13ResourceErrorD2Ev
+[WebIconDatabase(WebPrivate) _checkIntegrityBeforeOpening]
__XPCConvertPoint
_WKPCConvertPoint
__ZN6WebKit27NetscapePluginInstanceProxy12convertPointEdd17NPCoordinateSpaceRdS2_S1_
-[WebHistoryItem(WebPrivate) _lastVisitedDate]
__ZN6WebKit27NetscapePluginInstanceProxy10wheelEventEP6NSViewP7NSEvent
__WKPHPluginInstanceWheelEvent
-[WebPreferences init]
-[WebPreferences(WebPrivate) setApplicationChromeModeEnabled:]
-[WebHistoryItem(WebPrivate) _setTransientProperty:forKey:]
-[WebHistoryItem(WebPrivate) _setLastVisitWasFailure:]
-[WebBackForwardList backItem]
_WKAdvanceDefaultButtonPulseAnimation
-[WKAppKitDrawDecoyWindow isKeyWindow]
-[WebHostedNetscapePluginView keyDown:]
-[WebTextInputWindowController interpretKeyEvent:string:]
-[WebTextInputPanel _interpretKeyEvent:string:]
__ZN6WebKit27NetscapePluginInstanceProxy8keyEventEP6NSViewP7NSEvent16NPCocoaEventType
_WKGetNSEventKeyChar
__WKPHPluginInstanceKeyboardEvent
-[WebHostedNetscapePluginView keyUp:]
-[WebFrameView scrollLineUp:]
-[WebFrameView _scrollLineVertically:]
-[WebFrameView(WebFrameViewFileInternal) _verticalKeyboardScrollDistance]
-[WebFrameView _scrollVerticallyBy:]
-[WebFrameView scrollLineDown:]
-[WebHostedNetscapePluginView flagsChanged:]
__ZN6WebKit27NetscapePluginInstanceProxy12flagsChangedEP7NSEvent
-[WebDataSource(WebPrivate) _fileWrapperForURL:]
-[WebDataSource subresourceForURL:]
__XPCSetMenuBarVisible
_WKPCSetMenuBarVisible
__ZN6WebKit23NetscapePluginHostProxy17setMenuBarVisibleEb
-[WebBackForwardList backListWithLimit:]
__ZL15vectorToNSArrayRN3WTF6VectorINS_6RefPtrIN7WebCore11HistoryItemEEELm0EEE
__ZL30bumperCarBackForwardHackNeededv
__ZN3WTF6VectorINS_6RefPtrIN7WebCore11HistoryItemEEELm0EE6shrinkEm
-[WebHistoryItem(WebPrivate) targetItem]
-[WebHistoryItem icon]
-[WebBackForwardList forwardItem]
__ZN15WebChromeClient13willPopUpMenuEP6NSMenu
_WKPopupMenu
-[WebBaseNetscapePluginView viewWillMoveToHostWindow:]
-[WebBaseNetscapePluginView viewDidMoveToHostWindow]
-[WebFrame(WebPrivate) _isDescendantOfFrame:]
__ZN3WTF6VectorItLm2048EE14expandCapacityEmPKt
__ZN3WTF6VectorItLm2048EE14expandCapacityEm
__ZN3WTF6VectorItLm2048EE15reserveCapacityEm
-[WebHTMLView copy:]
-[WebHTMLView executeCoreCommandBySelector:]
-[WebView(WebViewEditingInMail) _selectionIsAll]
-[WebView(WebPrivate) _cachedResponseForURL:]
-[NSMutableURLRequest(WebNSURLRequestExtras) _web_setHTTPUserAgent:]
+[WebView(WebPrivate) suggestedFileExtensionForMIMEType:]
_WKGetPreferredExtensionForMIMEType
-[WebHTMLView(WebPrivate) pasteboardChangedOwner:]
-[NSURL(WebNSURLExtras) _webkit_isJavaScriptURL]
+[WebCoreStatistics statistics]
+[WebCache statistics]
+[WebCoreStatistics javaScriptGlobalObjectsCount]
+[WebCoreStatistics javaScriptProtectedObjectsCount]
+[WebCoreStatistics javaScriptProtectedObjectTypeCounts]
__ZN3WTF9HashTableIPKcSt4pairIS2_jENS_18PairFirstExtractorIS4_EENS_7PtrHashIS2_EENS_14PairHashTraitsINS_10HashTraitsIS2_EENSA_I
+[WebCoreStatistics iconPageURLMappingCount]
+[WebCoreStatistics iconRetainedPageURLCount]
+[WebCoreStatistics iconRecordCount]
+[WebCoreStatistics iconsWithDataCount]
+[WebCoreStatistics cachedFontDataCount]
+[WebCoreStatistics cachedFontDataInactiveCount]
+[WebCoreStatistics glyphPageCount]
+[WebCoreStatistics memoryStatistics]
__XPCSetModal
_WKPCSetModal
__ZN6WebKit23NetscapePluginHostProxy8setModalEb
__ZN6WebKit23NetscapePluginHostProxy10beginModalEv
-[WebPlaceholderModalWindow _wantsUserAttention]
__ZN6WebKit23NetscapePluginHostProxy8endModalEv
-[WebHTMLRepresentation canSaveAsWebArchive]
-[WebFrame(WebInternal) _canSaveAsWebArchive]
+[WebView(WebPrivate) _decodeData:]
-[WebFrameView documentViewShouldHandlePrint]
-[WebFrameView printOperationWithPrintInfo:]
-[WebFrameView canPrintHeadersAndFooters]
-[WebHTMLView canPrintHeadersAndFooters]
-[WebHTMLView knowsPageRange:]
-[WebHTMLView _availablePaperWidthForPrintOperation:]
-[WebHTMLView _setPrinting:minimumPageWidth:maximumPageWidth:adjustViewSize:]
-[WebView(WebViewPrintingPrivate) _adjustPrintingMarginsForHeaderAndFooter]
-[NSPrintOperation(WebKitExtras) _web_pageSetupScaleFactor]
-[WebView(WebViewPrintingPrivate) _headerHeight]
__Z28CallUIDelegateReturningFloatP7WebViewP13objc_selector
-[WebView(WebViewPrintingPrivate) _footerHeight]
-[WebHTMLView _scaleFactorForPrintOperation:]
-[WebHTMLView(WebHTMLViewFileInternal) _calculatePrintHeight]
-[WebFrame(WebInternal) _computePageRectsWithPrintWidthScaleFactor:printHeight:]
-[WebHTMLView _provideTotalScaleFactorForPrintOperation:]
-[WebHTMLView beginDocument]
-[WebHTMLView rectForPage:]
-[WebHTMLView drawPageBorderWithSize:]
-[WebView(WebViewPrintingPrivate) _drawHeaderAndFooter]
-[WebView(WebViewPrintingPrivate) _drawHeaderInRect:]
__Z14CallUIDelegateP7WebViewP13objc_selector6CGRect
-[WebView(WebViewPrintingPrivate) _drawFooterInRect:]
-[WebHTMLView endDocument]
-[WebHTMLView _endPrintMode]
-[WebHTMLView(WebPrivate) _hasInsertionPoint]
-[WebPreferences(WebPrivate) setZoomsTextOnly:]
-[WebView(WebIBActions) makeTextSmaller:]
-[WebFrameView initWithCoder:]
-[WebHTMLRepresentation documentSource]
-[WebView setCustomTextEncodingName:]
-[WebBackForwardList containsItem:]
-[WebRenderNode initWithWebFrameView:]
-[WebRenderNode dealloc]
__ZL14copyRenderNodePN7WebCore12RenderObjectE
-[WebRenderNode initWithName:position:rect:view:children:]
-[WebRenderNode children]
-[WebRenderNode name]
-[WebRenderNode absolutePositionString]
-[WebRenderNode positionString]
-[WebRenderNode widthString]
-[WebRenderNode heightString]
+[WebView(WebPrivate) _setAlwaysUsesComplexTextCodePath:]
+[WebCoreStatistics returnFreeMemoryToSystem]
+[WebCache isDisabled]
+[WebCoreStatistics purgeInactiveFontData]
-[WebView(WebPrivate) _loadBackForwardListFromOtherView:]
-[WebDatabaseManager origins]
-[WebInspector isDebuggingJavaScript]
-[WebInspector isProfilingJavaScript]
-[WebView customUserAgent]
-[WebInspector show:]
__ZN18WebInspectorClient10createPageEv
-[WebInspectorWindowController initWithInspectedWebView:]
-[WebInspectorWindowController init]
-[WebView setDrawsBackground:]
-[WebView(WebPrivate) setProhibitsMainFrameScrolling:]
-[WebInspectorWindowController webView]
__ZN18WebInspectorClient19inspectedURLChangedERKN7WebCore6StringE
__ZNK18WebInspectorClient17updateWindowTitleEv
__ZN18WebInspectorClient19localizedStringsURLEv
__ZN18WebInspectorClient12hiddenPanelsEv
__ZN18WebInspectorClient13hideHighlightEv
-[WebInspectorWindowController hideHighlight]
__ZN18WebInspectorClient10showWindowEv
-[WebInspectorWindowController window]
_WKNSWindowMakeBottomCornersSquare
-[WebInspectorWindowController showWindow:]
-[WebInspectorWindowController setAttachedWindowHeight:]
__ZN18WebInspectorClient12attachWindowEv
-[WebInspectorWindowController attach]
-[WebInspector showConsole:]
-[WebDefaultEditingDelegate webView:shouldEndEditingInDOMRange:]
__ZN18WebInspectorClient9highlightEPN7WebCore4NodeE
-[WebInspectorWindowController highlightNode:]
-[WebNodeHighlight initWithTargetView:inspectorController:]
-[WebNodeHighlight(FileInternal) _computeHighlightWindowFrame]
-[WebNodeHighlightView initWithWebNodeHighlight:]
-[WebNodeHighlightView isFlipped]
-[WebNodeHighlight setDelegate:]
-[WebNodeHighlight attach]
-[WebNodeHighlightView drawRect:]
-[WebNodeHighlight inspectorController]
-[WebInspectorWindowController didAttachWebNodeHighlight:]
-[WebView setCurrentNodeHighlight:]
-[WebNodeHighlight detach]
-[WebInspectorWindowController willDetachWebNodeHighlight:]
-[WebNodeHighlightView detachFromWebNodeHighlight]
-[WebNodeHighlight dealloc]
-[WebNodeHighlightView dealloc]
__ZN18WebInspectorClient12detachWindowEv
-[WebInspectorWindowController detach]
-[WebInspectorWindowController close]
-[WebDefaultUIDelegate webViewFrame:]
-[WebDefaultUIDelegate webView:setFrame:]
-[WebNodeHighlight highlightView]
-[WebHTMLView _wantsKeyDownForEvent:]
-[WebInspectorWindowController windowShouldClose:]
-[WebFrame(WebPrivate) _setIsDisconnected:]
__ZN18WebInspectorClient11closeWindowEv
-[WebInspector toggleDebuggingJavaScript:]
-[WebInspector startDebuggingJavaScript:]
-[WebInspector toggleProfilingJavaScript:]
-[WebInspector startProfilingJavaScript:]
-[WebInspector stopProfilingJavaScript:]
-[WebHistoryItem(WebPrivate) setRSSFeedReferrer:]
-[NSView(WebExtras) _web_dragOperationForDraggingInfo:]
-[NSString(WebKitExtras) _webkit_filenameByFixingIllegalCharacters]
-[WebIconDatabase(WebInternal) _scaleIcon:toSize:]
-[WebPDFView hitTest:]
-[WebPDFView(FileInternal) _PDFDocumentViewMightHaveScrolled:]
-[NSView(WebExtras) _webView]
-[WebPDFView(FileInternal) _updatePreferencesSoon]
-[WebPDFView(FileInternal) _updatePreferences:]
-[WebPreferences(WebPrivate) setPDFScaleFactor:]
-[WebPreferences _setFloatValue:forKey:]
-[NSMutableDictionary(WebNSDictionaryExtras) _webkit_setFloat:forKey:]
-[WebPreferences(WebPrivate) setPDFDisplayMode:]
-[WebPDFView PDFViewOpenPDFInNativeApplication:]
-[WebPDFView(FileInternal) _openWithFinder:]
-[WebPDFView(FileInternal) _path]
-[WebPDFView(FileInternal) _temporaryPDFDirectoryPath]
-[WebPDFView setMarkedTextMatchesAreHighlighted:]
-[WebPDFView markAllMatchesForText:caseSensitive:limit:]
-[WebPDFView(FileInternal) _nextMatchFor:direction:caseSensitive:wrap:fromSelection:startInSelection:]
-[WebPDFView(FileInternal) _setTextMatches:]
-[WebPDFView selectedString]
-[WebPDFView searchFor:direction:caseSensitive:wrap:startInSelection:]
-[WebPDFView unmarkAllTextMatches]
-[WebPDFView rectsForTextMatches]
-[WebPDFView(FileInternal) _visiblePDFPages]
-[WebPDFView selectionRect]
-[WebPDFView selectionTextRects]
-[WebPDFView selectionImageForcingBlackText:]
-[WebPDFView selectedAttributedString]
-[WebPDFView(FileInternal) _scaledAttributedString:]
+[WebURLsWithTitles URLsFromPasteboard:]
+[WebView(WebPrivate) canShowFile:]
+[WebView(WebPrivate) _MIMETypeForFile:]
__ZN20WebFrameLoaderClient41dispatchDidReceiveAuthenticationChallengeEPN7WebCore14DocumentLoaderEmRKNS0_23AuthenticationChallen
+[WebPanelAuthenticationHandler sharedHandler]
-[WebPanelAuthenticationHandler init]
-[WebPanelAuthenticationHandler startAuthentication:window:]
-[WebAuthenticationPanel initWithCallback:selector:]
-[NSMutableDictionary(WebNSDictionaryExtras) _webkit_setObject:forUncopiedKey:]
-[WebAuthenticationPanel runAsSheetOnWindow:withChallenge:]
-[WebAuthenticationPanel setUpForChallenge:]
-[WebAuthenticationPanel loadNib]
-[NSControl(WebExtras) sizeToFitAndAdjustWindowHeight]
-[NonBlockingPanel _blocksActionWhenModal:]
-[WebAuthenticationPanel logIn:]
-[WebAuthenticationPanel sheetDidEnd:returnCode:contextInfo:]
-[WebPanelAuthenticationHandler _authenticationDoneWithChallenge:result:]
-[WebAuthenticationPanel dealloc]
-[WebPanelAuthenticationHandler tryNextChallengeForWindow:]
-[WebView(WebPrivate) setBackgroundColor:]
__ZN15WebChromeClient23dashboardRegionsChangedEv
-[WebView(WebPrivate) _addScrollerDashboardRegions:]
-[WebView(WebPrivate) _addScrollerDashboardRegions:from:]
-[WebView(WebPrivate) _addScrollerDashboardRegionsForFrameView:dashboardRegions:]
-[WebView(WebPrivate) _setAdditionalWebPlugInPaths:]
-[WebFrame(WebPrivate) _recursive_resumeNullEventsForAllNetscapePlugins]
-[WebHTMLView(WebPrivate) _resumeNullEventsForAllNetscapePlugins]
__ZNK7WebCore6Widget11isScrollbarEv
-[WebPreferences(WebPrivate) _setUseSiteSpecificSpoofing:]
-[WebFrame(WebPrivate) _recursive_pauseNullEventsForAllNetscapePlugins]
-[WebHTMLView(WebPrivate) _pauseNullEventsForAllNetscapePlugins]
+[NSObject(WebScripting) isSelectorExcludedFromWebScript:]
-[WebHTMLView(WebInternal) _destroyAllWebPlugins]