summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/WebKit.order
blob: c2b5f5d946ecb713e5fea1b1d5c0f6f2f05499a4 (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
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
+[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 initialize]
+[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]
__ZL11stringArrayRKN3WTF7HashSetIN7WebCore6StringENS1_10StringHashENS_10HashTraitsIS2_EEEE
+[WebPDFView supportedMIMETypes]
+[WebPDFRepresentation supportedMIMETypes]
+[WebPDFRepresentation postScriptMIMETypes]
+[WebDataSource(WebInternal) _repTypesAllowImageTypeOmission:]
-[WebIconDatabase retainIconForURL:]
-[WebIconDatabase(WebPendingPublic) isEnabled]
+[WebIconDatabase allowDatabaseCleanup]
_WebLocalizedString
+[NSURL(WebNSURLExtras) _web_URLWithDataAsString:]
+[NSURL(WebNSURLExtras) _web_URLWithDataAsString:relativeToURL:]
-[NSString(WebKitExtras) _webkit_stringByTrimmingWhitespace]
+[NSURL(WebNSURLExtras) _web_URLWithData:relativeToURL:]
+[WebView(WebPrivate) _registerURLSchemeAsSecure:]
+[WebView(WebPrivate) _setDomainRelaxationForbidden:forURLScheme:]
+[WebView registerURLSchemeAsLocal:]
-[WebPreferences(WebPrivate) setRespectStandardStyleKeyEquivalents:]
-[WebPreferences _setBoolValue:forKey:]
-[WebPreferences setPrivateBrowsingEnabled:]
-[WebPreferences(WebPrivate) setDOMPasteAllowed:]
-[WebPreferences setCacheModel:]
-[WebPreferences _setIntegerValue:forKey:]
-[WebPreferences(WebPrivate) setAutomaticallyDetectsCacheModel:]
+[WebPreferences(WebPrivate) _setInitialDefaultTextEncodingToSystemEncoding]
+[WebPreferences(WebPrivate) _systemCFStringEncoding]
_WKGetWebDefaultCFStringEncoding
-[NSString(WebKitExtras) _webkit_isCaseInsensitiveEqualToString:]
+[WebHistory(WebPrivate) _setVisitedLinkTrackingEnabled:]
+[WebHistory(WebPrivate) _removeAllVisitedLinks]
+[WebCoreStatistics setShouldPrintExceptions:]
-[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]
-[WebDynamicScrollBarsView initWithFrame:]
-[WebClipView initWithFrame:]
-[WebClipView visibleRect]
-[WebDynamicScrollBarsView(WebInternal) tile]
-[WebFrameView visibleRect]
-[WebFrameView webFrame]
_WebKitInitializeLoggingChannelsIfNecessary
_initializeLogChannel
+[WebHistoryItem initialize]
+[WebHistoryItem(WebInternal) initWindowWatcherIfNecessary]
__Z36WebKitInitializeDatabasesIfNecessaryv
__ZN24WebDatabaseTrackerClient30sharedWebDatabaseTrackerClientEv
__ZN24WebDatabaseTrackerClientC1Ev
__ZN24WebDatabaseTrackerClientC2Ev
__ZL47WebKitInitializeApplicationCachePathIfNecessaryv
__ZN30WebGeolocationControllerClientC1EP7WebView
__ZN30WebGeolocationControllerClientC2EP7WebView
__ZN15WebChromeClientC1EP7WebView
__ZN15WebChromeClientC2EP7WebView
__ZN20WebContextMenuClientC1EP7WebView
__ZN20WebContextMenuClientC2EP7WebView
__ZN15WebEditorClientC1EP7WebView
__ZN15WebEditorClientC2EP7WebView
__ZN13WebDragClientC1EP7WebView
__ZN13WebDragClientC2EP7WebView
__ZN18WebInspectorClientC1EP7WebView
__ZN18WebInspectorClientC2EP7WebView
-[WebNodeHighlighter initWithInspectedWebView:]
__ZN21WebPluginHalterClientC1EP7WebView
__ZN21WebPluginHalterClientC2EP7WebView
-[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:]
-[WebFrame(WebInternal) _isIncludedInWebKitStatistics]
__ZN20WebFrameLoaderClientC1EP8WebFrame
__ZN20WebFrameLoaderClientC2EP8WebFrame
__ZN20WebFrameLoaderClient20createDocumentLoaderERKN7WebCore15ResourceRequestERKNS0_14SubstituteDataE
__ZN20WebDocumentLoaderMacC1ERKN7WebCore15ResourceRequestERKNS0_14SubstituteDataE
__ZN20WebDocumentLoaderMacC2ERKN7WebCore15ResourceRequestERKNS0_14SubstituteDataE
-[WebDataSource(WebInternal) _initWithDocumentLoader:]
+[WebDataSourcePrivate initialize]
-[WebDataSource webFrame]
__Z10getWebViewP8WebFrame
__Z4coreP8WebFrame
__ZN20WebDocumentLoaderMac13setDataSourceEP13WebDataSourceP7WebView
__ZN20WebDocumentLoaderMac16retainDataSourceEv
-[WebView resourceLoadDelegate]
-[WebView downloadDelegate]
__ZN20WebDocumentLoaderMac13attachToFrameEv
__ZN20WebFrameLoaderClient22provisionalLoadStartedEv
-[WebFrameView(WebInternal) _scrollView]
__ZN20WebFrameLoaderClient25setMainFrameDocumentReadyEb
-[WebView(WebPendingPublic) setMainFrameDocumentReady:]
__ZN20WebFrameLoaderClient17setCopiesOnScrollEv
__ZN20WebFrameLoaderClient31prepareForDataSourceReplacementEv
-[WebFrame(WebInternal) _dataSource]
__ZN20WebFrameLoaderClient31transitionToCommittedForNewPageEv
__ZNK20WebDocumentLoaderMac10dataSourceEv
-[WebView(WebPrivate) _usesDocumentViews]
-[WebDataSource(WebPrivate) _responseMIMEType]
-[WebDataSource response]
-[WebFrameView(WebInternal) _viewClassForMIMEType:]
-[WebFrameView(WebInternal) _webView]
-[WebFrame webView]
-[WebPreferences arePlugInsEnabled]
+[WebFrameView(WebInternal) _viewClassForMIMEType:allowingPlugins:]
+[WebView(WebPrivate) _viewClass:andRepresentationClass:forMIMEType:allowingPlugins:]
-[NSDictionary(WebNSDictionaryExtras) _webkit_objectForMIMEType:]
+[WebHTMLView(WebPrivate) unsupportedTextMIMETypes]
-[WebView removePluginInstanceViewsFor:]
-[WebFrameView(WebInternal) _makeDocumentViewForDataSource:]
-[WebDataSource representation]
-[WebHTMLView initWithFrame:]
+[WebHTMLViewPrivate initialize]
-[WebPluginController initWithDocumentView:]
-[WebFrameView(WebInternal) _setDocumentView:]
__Z4coreP7WebView
-[WebView(WebPrivate) page]
-[WebDynamicScrollBarsView(WebInternal) setSuppressLayout:]
-[WebHTMLView viewWillMoveToSuperview:]
-[WebHTMLView(WebHTMLViewFileInternal) _removeSuperviewObservers]
-[WebHTMLView setNeedsDisplayInRect:]
__ZL21setNeedsDisplayInRectP6NSViewP13objc_selector6CGRect
-[WebHTMLView visibleRect]
-[WebClipView hasAdditionalClip]
-[WebFrame(WebInternal) _getVisibleRect:]
-[WebHTMLView viewDidMoveToSuperview]
-[WebHTMLView addSuperviewObservers]
-[WebHTMLView(WebPrivate) _isUsingAcceleratedCompositing]
-[WebHTMLView isFlipped]
-[WebDynamicScrollBarsView(WebInternal) reflectScrolledClipView:]
-[WebDynamicScrollBarsView(WebInternal) updateScrollers]
-[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]
-[WebView mainFrame]
-[WebHTMLView(WebHTMLViewFileInternal) _webView]
-[WebView(WebPrivate) _dashboardBehavior:]
-[WebDataSource(WebInternal) _documentLoader]
-[WebDataSource pageTitle]
__ZN20WebFrameLoaderClient15finishedLoadingEPN7WebCore14DocumentLoaderE
-[WebDataSource(WebInternal) _finishedLoading]
__ZNK7WebCore17FrameLoaderClient23shouldUsePluginDocumentERKNS_6StringE
__ZNK20WebFrameLoaderClient11hasHTMLViewEv
_WKInitializeMaximumHTTPConnectionCountPerHost
__ZNK7WebCore12ChromeClient28allowsAcceleratedCompositingEv
__ZN15WebChromeClient22createHTMLParserQuirksEv
__ZN7WebCore17FrameLoaderClient15allowJavaScriptEb
__ZNK20WebFrameLoaderClient17overrideMediaTypeEv
-[WebView mediaStyle]
__ZN20WebFrameLoaderClient24documentElementAvailableEv
__ZN20WebFrameLoaderClient18frameLoadCompletedEv
__ZN20WebFrameLoaderClient21forceLayoutForNonHTMLEv
-[WebDataSource(WebInternal) _isDocumentHTML]
+[WebView canShowMIMETypeAsHTML:]
+[WebFrameView(WebInternal) _canShowMIMETypeAsHTML:]
-[WebView _realZoomMultiplierIsTextOnly]
-[WebView _realZoomMultiplier]
-[WebView _setZoomMultiplier:isTextOnly:]
-[WebView(WebViewInternal) _mainCoreFrame]
-[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]
-[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(WebPrivate) allowFileAccessFromFileURLs]
-[WebPreferences javaScriptCanOpenWindowsAutomatically]
-[WebPreferences minimumFontSize]
-[WebPreferences minimumLogicalFontSize]
-[WebPreferences(WebPrivate) databasesEnabled]
-[WebPreferences(WebPrivate) localStorageEnabled]
-[WebPreferences(WebPrivate) experimentalNotificationsEnabled]
-[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) _needsLinkElementTextCSSQuirk]
-[WebView(WebPrivate) _needsKeyboardEventDisambiguationQuirks]
-[WebPreferences(WebPrivate) webArchiveDebugModeEnabled]
-[WebPreferences(WebPrivate) localFileContentSniffingEnabled]
-[WebPreferences(WebPrivate) offlineWebApplicationCacheEnabled]
-[WebPreferences(WebPrivate) zoomsTextOnly]
-[WebPreferences(WebPrivate) javaScriptCanAccessClipboard]
-[WebPreferences(WebPrivate) isXSSAuditorEnabled]
-[WebPreferences(WebPrivate) acceleratedCompositingEnabled]
-[WebPreferences(WebPrivate) showDebugBorders]
-[WebPreferences(WebPrivate) showRepaintCounter]
-[WebPreferences(WebPrivate) pluginAllowedRunTime]
-[WebPreferences(WebPrivate) webGLEnabled]
-[WebPreferences(WebPrivate) memoryInfoEnabled]
-[WebPreferences(WebPrivate) isFrameFlatteningEnabled]
-[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) _needsFrameLoadDelegateRetainQuirk]
-[WebView(WebPrivate) _cacheFrameLoadDelegateImplementations]
-[WebView setPolicyDelegate:]
-[WebView(WebViewEditing) setEditingDelegate:]
-[WebView(WebViewEditing) registerForEditingDelegateNotification:selector:]
-[WebView setResourceLoadDelegate:]
-[WebView(WebPrivate) _cacheResourceLoadDelegateImplementations]
-[WebView setDownloadDelegate:]
-[WebView(WebPendingPublic) setHistoryDelegate:]
-[WebView(WebPrivate) _cacheHistoryDelegateImplementations]
-[WebView(WebViewGeolocation) _setGeolocationProvider:]
-[WebView setApplicationNameForUserAgent:]
-[WebView setHostWindow:]
-[WebView(WebPrivate) _setFormDelegate:]
-[WebView setShouldUpdateWhileOffscreen:]
-[WebIconDatabase defaultIconWithSize:]
+[WebStringTruncator initialize]
+[WebStringTruncator centerTruncateString:toWidth:withFont:]
__ZL14fontFromNSFontP6NSFont
_WKGetGlyphsForCharacters
_WKGetGlyphTransformedAdvances
-[WebView(WebPrivate) setFrameSize:]
-[WebFrameView setFrameSize:]
-[WebFrameView(WebFrameViewFileInternal) _web_frame]
-[WebView(WebPrivate) isFlipped]
-[WebHTMLView(WebInternal) _needsLayout]
-[WebHTMLView(WebInternal) _frame]
-[WebFrame(WebInternal) _needsLayout]
-[WebHTMLView layout]
-[WebHTMLView layoutToMinimumPageWidth:maximumPageWidth:adjustingViewSize:]
-[WebHTMLView reapplyStyles]
-[WebDynamicScrollBarsView(WebInternal) setScrollBarsSuppressed:repaintOnUnsuppress:]
-[WebDynamicScrollBarsView(WebInternal) setScrollingModes:vertical:andLock:]
__ZN15WebEditorClient10isEditableEv
-[WebView(WebViewEditing) isEditable]
-[WebHTMLView setNeedsLayout:]
__ZNK15WebChromeClient19contentsSizeChangedEPN7WebCore5FrameERKNS0_7IntSizeE
__ZN20WebFrameLoaderClient22dispatchDidFirstLayoutEv
__Z42WebViewGetFrameLoadDelegateImplementationsP7WebView
__Z21CallFrameLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_
-[WebView viewWillMoveToWindow:]
_WKSetNSWindowShouldPostEventNotifications
-[WebView removeWindowObservers]
-[WebView addWindowObserversForWindow:]
_WKWindowWillOrderOnScreenNotification
-[WebHTMLView viewWillMoveToWindow:]
-[WebHTMLView(WebHTMLViewFileInternal) _removeMouseMovedObserverUnconditionally]
-[WebHTMLView(WebHTMLViewFileInternal) _removeWindowObservers]
-[WebHTMLView(WebHTMLViewFileInternal) _cancelUpdateMouseoverTimer]
-[WebHTMLView(WebPrivate) _pluginController]
-[WebPluginController stopAllPlugins]
-[WebHTMLView viewDidMoveToWindow]
-[WebHTMLView(WebPrivate) _stopAutoscrollTimer]
-[WebHTMLView addWindowObservers]
-[WebHTMLView(WebPrivate) _frameOrBoundsChanged]
-[WebPluginController startAllPlugins]
-[WebFrameView viewDidMoveToWindow]
-[WebView viewDidMoveToWindow]
-[WebView(WebPrivate) _updateActiveState]
-[NSString(WebKitExtras) _web_widthWithFont:]
__ZL18canUseFastRendererPKtj
-[WebHTMLView(WebPrivate) hitTest:]
-[WebView setNextKeyView:]
-[WebFrameView setNextKeyView:]
-[NSView(WebExtras) _web_superviewOfClass:]
-[WebFrame loadRequest:]
__ZN20WebFrameLoaderClient17cancelPolicyCheckEv
__ZN20WebFrameLoaderClient39dispatchDecidePolicyForNavigationActionEMN7WebCore13PolicyCheckerEFvNS0_12PolicyActionEERKNS0_16Nav
-[WebView(WebPrivate) _policyDelegateForwarder]
+[WebDefaultPolicyDelegate sharedPolicyDelegate]
-[_WebSafeForwarder initWithTarget:defaultTarget:catchExceptions:]
__ZN20WebFrameLoaderClient19setUpPolicyListenerEMN7WebCore13PolicyCheckerEFvNS0_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]
-[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:]
-[WebDataSource unreachableURL]
-[NSURL(WebNSURLExtras) _web_userVisibleString]
-[NSURL(WebNSURLExtras) _web_originalData]
__ZL12mapHostNamesP8NSStringa
-[NSURL(WebNSURLExtras) _web_originalDataAsString]
-[WebView mainFrameURL]
-[WebBackForwardList currentItem]
__Z3kitPN7WebCore11HistoryItemE
+[WebView(WebPrivate) _standardUserAgentWithApplicationName:]
+[NSUserDefaults(WebNSUserDefaultsExtras) _webkit_preferredLanguageCode]
+[NSUserDefaults(WebNSUserDefaultsExtras) _webkit_ensureAndLockPreferredLanguageLock]
_makeLock
-[NSString(WebNSUserDefaultsPrivate) _webkit_HTTPStyleLanguageCode]
_WKCopyCFLocalizationPreferredName
+[NSUserDefaults(WebNSUserDefaultsExtras) _webkit_addDefaultsChangeObserver]
_addDefaultsChangeObserver
__ZN20WebFrameLoaderClient32assignIdentifierToInitialRequestEmPN7WebCore14DocumentLoaderERKNS0_15ResourceRequestE
__Z45WebViewGetResourceLoadDelegateImplementationsP7WebView
__Z24CallResourceLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_S0_
-[WebView(WebViewInternal) _addObject:forIdentifier:]
__ZN3WTF7HashMapImNS_9RetainPtrIP11objc_objectEENS_7IntHashImEENS_10HashTraitsImEENS7_IS4_EEE3setERKmRKS4_
__ZN3WTF9HashTableImSt4pairImNS_9RetainPtrIP11objc_objectEEENS_18PairFirstExtractorIS6_EENS_7IntHashImEENS_14PairHashTraitsINS_
__ZN20WebFrameLoaderClient9userAgentERKN7WebCore4KURLE
-[WebView userAgentForURL:]
__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_
__ZN7WebCore19ResourceRequestBaseD2Ev
__ZNK20WebFrameLoaderClient32representationExistsForURLSchemeERKN7WebCore6StringE
+[WebView(WebPrivate) _representationExistsForURLScheme:]
_WKCreateNSURLConnectionDelegateProxy
__ZN20WebFrameLoaderClient26shouldUseCredentialStorageEPN7WebCore14DocumentLoaderEm
_WKSetNSURLRequestShouldContentSniff
-[WebFramePolicyListener dealloc]
-[WebView(WebIBActions) canGoBack]
-[WebView(WebIBActions) canGoForward]
-[WebFrameView isOpaque]
-[WebView _windowDidBecomeKey:]
-[WebHTMLView windowDidBecomeKey:]
_WKMouseMovedNotification
-[WebHTMLView _windowChangedKeyState]
-[WebHTMLView _updateControlTints]
-[WebView _windowWillOrderOnScreen:]
-[WebView(WebPrivate) viewWillDraw]
-[WebHTMLView(WebPrivate) viewWillDraw]
-[WebHTMLView(WebInternal) _web_layoutIfNeededRecursive]
-[WebHTMLView(WebInternal) _layoutIfNeeded]
-[NSView(WebHTMLViewFileInternal) _web_addDescendantWebHTMLViewsToArray:]
-[WebHTMLView isOpaque]
-[WebHTMLView(WebPrivate) _recursiveDisplayAllDirtyWithLockFocus:visRect:]
-[WebHTMLView(WebPrivate) _setAsideSubviews]
-[WebHTMLView drawRect:]
-[WebHTMLView(WebPrivate) _restoreSubviews]
-[WebView(WebPrivate) _mustDrawUnionedRect:singleRects:count:]
-[WebHTMLView drawSingleRect:]
-[WebClipView setAdditionalClip:]
-[WebHTMLView(WebPrivate) _transparentBackground]
-[WebFrame(WebInternal) _drawRect:contentsOnly:]
_WKCGContextIsBitmapContext
-[WebView(WebPrivate) _UIDelegateForwarder]
+[WebDefaultUIDelegate sharedUIDelegate]
-[WebView currentNodeHighlight]
-[WebClipView resetAdditionalClip]
-[WebView(WebViewInternal) _needsOneShotDrawingSynchronization]
-[WebHTMLView viewWillMoveToHostWindow:]
-[NSArray(WebHTMLView) _web_makePluginViewsPerformSelector:withObject:]
-[WebHTMLView viewDidMoveToHostWindow]
-[WebBackForwardList dealloc]
__ZL9setCursorP8NSWindowP13objc_selector7CGPoint
-[NSWindow(BorderViewAccess) _web_borderView]
+[WebBaseNetscapePluginView initialize]
_WKSendUserChangeNotifications
__ZN20WebFrameLoaderClient31dispatchDecidePolicyForMIMETypeEMN7WebCore13PolicyCheckerEFvNS0_12PolicyActionEERKNS0_6StringERKNS0
+[WebView canShowMIMEType:]
+[WebView _canShowMIMEType:allowingPlugins:]
__ZNK20WebFrameLoaderClient15canShowMIMETypeERKN7WebCore6StringE
-[WebView _canShowMIMEType:]
__ZN20WebFrameLoaderClient26dispatchDidReceiveResponseEPN7WebCore14DocumentLoaderEmRKNS0_16ResourceResponseE
__Z24CallResourceLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_S0_S0_
__ZN20WebFrameLoaderClient17dispatchWillCloseEv
__ZN20WebFrameLoaderClient18makeRepresentationEPN7WebCore14DocumentLoaderE
-[WebDataSource(WebInternal) _makeRepresentation]
+[WebDataSource(WebFileInternal) _representationClassForMIMEType:allowingPlugins:]
-[WebHTMLRepresentation init]
-[WebDataSource(WebFileInternal) _setRepresentation:]
-[WebHTMLRepresentation setDataSource:]
__ZN15WebEditorClient23clearUndoRedoOperationsEv
__ZN20WebDocumentLoaderMac15detachFromFrameEv
__ZN20WebDocumentLoaderMac17releaseDataSourceEv
__Z26WKNotifyHistoryItemChangedPN7WebCore11HistoryItemE
__ZNK20WebFrameLoaderClient29dispatchDidAddBackForwardItemEPN7WebCore11HistoryItemE
__ZN20WebFrameLoaderClient19updateGlobalHistoryEv
-[WebView(WebPendingPublic) historyDelegate]
__Z40WebViewGetHistoryDelegateImplementationsP7WebView
-[WebNavigationData initWithURLString:title:originalRequest:response:hasSubstituteData:clientRedirectSource:]
__Z19CallHistoryDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_S0_
-[WebNavigationData response]
-[WebNavigationData clientRedirectSource]
-[WebNavigationData hasSubstituteData]
-[WebNavigationData originalRequest]
-[WebNavigationData title]
-[WebNavigationData url]
-[WebNavigationData dealloc]
-[WebNavigationDataPrivate dealloc]
__ZN20WebFrameLoaderClient32updateGlobalHistoryRedirectLinksEv
-[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:]
-[WebHTMLRepresentation title]
-[WebView(WebPrivate) _setJavaScriptURLsAreAllowed:]
__ZL19historyItemWrappersv
__ZNK3WTF7HashMapIPN7WebCore11HistoryItemEP14WebHistoryItemNS_7PtrHashIS3_EENS_10HashTraitsIS3_EENS8_IS5_EEE3getERKS3_
-[WebHistoryItem(WebInternal) initWithWebCoreHistoryItem:]
__ZN3WTF7HashMapIPN7WebCore11HistoryItemEP14WebHistoryItemNS_7PtrHashIS3_EENS_10HashTraitsIS3_EENS8_IS5_EEE3setERKS3_RKS5_
__ZN3WTF9HashTableIPN7WebCore11HistoryItemESt4pairIS3_P14WebHistoryItemENS_18PairFirstExtractorIS7_EENS_7PtrHashIS3_EENS_14Pair
-[WebView becomeFirstResponder]
-[WebFrameView acceptsFirstResponder]
-[WebFrameView becomeFirstResponder]
-[WebHTMLView acceptsFirstResponder]
-[WebHTMLView becomeFirstResponder]
-[WebView(WebPrivate) _isPerformingProgrammaticFocus]
-[WebHTMLView(WebInternal) _updateFontPanel]
-[WebHTMLView(WebPrivate) _canEdit]
__ZL11isTextInputPN7WebCore5FrameE
-[WebFrame(WebInternal) _addData:]
__ZN20WebFrameLoaderClient15willChangeTitleEPN7WebCore14DocumentLoaderE
__ZN20WebFrameLoaderClient14didChangeTitleEPN7WebCore14DocumentLoaderE
__ZN20WebFrameLoaderClient8setTitleERKN7WebCore6StringERKNS0_4KURLE
__ZN20WebFrameLoaderClient23dispatchDidReceiveTitleERKN7WebCore6StringE
__Z21CallFrameLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_S0_
__ZN15WebChromeClient20populateVisitedLinksEv
__Z19CallHistoryDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_
-[WebView(WebPendingPublic) addVisitedLinks:]
__ZN3WTF6VectorItLm512EE6shrinkEm
-[WebHTMLView dataSourceUpdated:]
__ZN20WebFrameLoaderClient39postProgressEstimateChangedNotificationEv
__ZN20WebFrameLoaderClient31dispatchDidReceiveContentLengthEPN7WebCore14DocumentLoaderEmi
__Z24CallResourceLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_lS0_
-[WebHTMLRepresentation finishedLoadingWithDataSource:]
-[WebHTMLRepresentation _isDisplayingWebArchive]
__ZN20WebFrameLoaderClient29dispatchDidFinishDocumentLoadEv
__ZN20WebFrameLoaderClient29dispatchDidHandleOnloadEventsEv
_WKSetUpFontCache
__ZN20WebFrameLoaderClient38dispatchDidFirstVisuallyNonEmptyLayoutEv
__ZN20WebFrameLoaderClient27dispatchDidLoadMainResourceEPN7WebCore14DocumentLoaderE
__ZN20WebFrameLoaderClient21dispatchDidFinishLoadEv
-[WebView(WebPrivate) _didFinishLoadForFrame:]
-[WebView(WebPrivate) _didChangeBackForwardKeys]
-[WebHistoryItem(WebPrivate) _transientPropertyForKey:]
__ZN20WebFrameLoaderClient32postProgressFinishedNotificationEv
__ZN20WebFrameLoaderClient24dispatchDidFinishLoadingEPN7WebCore14DocumentLoaderEm
-[WebView(WebViewInternal) _removeObjectForIdentifier:]
__ZN20WebDocumentLoaderMac17decreaseLoadCountEm
__ZN3WTF9HashTableImmNS_17IdentityExtractorImEENS_7IntHashImEENS_10HashTraitsImEES6_E4findImNS_22IdentityHashTranslatorImmS4_EE
__ZN3WTF9HashTableImmNS_17IdentityExtractorImEENS_7IntHashImEENS_10HashTraitsImEES6_E47removeAndInvalidateWithoutEntryConsisten
__ZN3WTF9HashTableImmNS_17IdentityExtractorImEENS_7IntHashImEENS_10HashTraitsImEES6_E6removeEPm
+[NSUserDefaults(WebNSUserDefaultsExtras) _webkit_defaultsDidChange]
-[WebHTMLView(WebNSTextInputSupport) inputContext]
_WKCGContextGetShouldSmoothFonts
_WKSetCGFontRenderingMode
-[WebHTMLView mouseMovedNotification:]
-[WebHTMLView(WebPrivate) _updateMouseoverWithEvent:]
-[WebView(WebPendingPublic) isHoverFeedbackSuspended]
__ZNK15WebChromeClient18platformPageClientEv
__ZN15WebChromeClient23mouseDidMoveOverElementERKN7WebCore13HitTestResultEj
+[WebElementDictionary initialize]
-[WebElementDictionary initWithHitTestResult:]
+[WebElementDictionary initializeLookupTable]
__ZL12addLookupKeyP8NSStringP13objc_selector
-[WebView(WebPrivate) _mouseDidMoveOverElement:modifierFlags:]
__Z14CallUIDelegateP7WebViewP13objc_selectorP11objc_objectm
-[WebElementDictionary objectForKey:]
-[WebElementDictionary _absoluteLinkURL]
-[WebElementDictionary dealloc]
__ZN15WebChromeClient10setToolTipERKN7WebCore6StringENS0_13TextDirectionE
-[WebView(WebViewEventHandling) _setToolTip:]
-[WebView(WebViewInternal) _selectedOrMainFrame]
-[WebView selectedFrame]
-[WebView(WebFileInternal) _focusedFrame]
__ZL19containingFrameViewP6NSView
-[WebHTMLView(WebPrivate) _setToolTip:]
-[WebHTMLView(WebPrivate) _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
__ZL29_updateMouseoverTimerCallbackP16__CFRunLoopTimerPv
-[WebHTMLView(WebPrivate) _updateMouseoverWithFakeEvent]
-[WebIconDatabase(WebInternal) _iconForFileURL:withSize:]
-[WebIconDatabase(WebInternal) _iconsBySplittingRepresentationsOfIcon:]
-[WebIconDatabase(WebInternal) _iconFromDictionary:forSize:cache:]
+[NSURL(WebNSURLExtras) _web_URLWithUserTypedString:]
+[NSURL(WebNSURLExtras) _web_URLWithUserTypedString:relativeToURL:]
__ZL10isHexDigitc
__ZL13hexDigitValuec
-[WebFrame childFrames]
+[WebScriptWorld world]
-[WebScriptWorld init]
-[WebScriptWorld initWithWorld:]
-[WebScriptWorldPrivate .cxx_construct]
__ZL9allWorldsv
__ZN3WTF7HashMapIPN7WebCore15DOMWrapperWorldEP14WebScriptWorldNS_7PtrHashIS3_EENS_10HashTraitsIS3_EENS8_IS5_EEE3addERKS3_RKS5_
__ZN3WTF9HashTableIPN7WebCore15DOMWrapperWorldESt4pairIS3_P14WebScriptWorldENS_18PairFirstExtractorIS7_EENS_7PtrHashIS3_EENS_14
-[WebScriptWorld unregisterWorld]
-[WebScriptWorld dealloc]
-[WebScriptWorldPrivate .cxx_destruct]
-[WebView(WebPrivate) _globalHistoryItem]
-[WebHistoryItem originalURLString]
-[WebHTMLView(WebDocumentPrivateProtocols) selectionView]
-[WebView(WebPrivate) _isSoftwareRenderable]
-[WebHTMLView(WebPrivate) _recursive:displayRectIgnoringOpacity:inContext:topView:]
-[WebView(WebPrivate) _includesFlattenedCompositingLayersWhenDrawingToBitmap]
-[WebFrame(WebPrivate) _isFrameSet]
-[WebHTMLView(WebDocumentPrivateProtocols) string]
-[WebHTMLView(WebHTMLViewFileInternal) _documentRange]
-[DOMDocument(WebDOMDocumentOperationsInternal) _documentRange]
-[DOMDocument(WebDOMDocumentOperationsInternal) _createRangeWithNode:]
-[WebFrame(WebInternal) _stringForRange:]
-[NSString(WebKitExtras) _webkit_hasCaseInsensitivePrefix:]
-[WebHTMLView updateCell:]
-[WebView _windowDidResignKey:]
-[WebHTMLView windowDidResignKey:]
-[WebHTMLView removeMouseMovedObserver]
-[WebHTMLView shouldDelayWindowOrderingForEvent:]
-[WebHTMLView(WebHTMLViewFileInternal) _hitViewForEvent:]
-[WebHTMLView _isSelectionEvent:]
-[WebHTMLView(WebDocumentInternalProtocols) elementAtPoint:allowShadowContent:]
-[WebElementDictionary _isSelected]
-[WebHTMLView needsPanelToBecomeKey]
-[WebHTMLView acceptsFirstMouse:]
-[WebHTMLView(WebHTMLViewFileInternal) _setMouseDownEvent:]
-[WebHTMLView _isScrollBarEvent:]
-[WebElementDictionary _isInScrollBar]
-[WebHTMLView scrollWheel:]
_WKIsLatchingWheelEvent
_WKGetWheelEventDeltas
-[WebClipView scrollWheel:]
-[WebDynamicScrollBarsView(WebInternal) scrollWheel:]
-[WebDynamicScrollBarsView(WebInternal) allowsVerticalScrolling]
-[WebDynamicScrollBarsView(WebInternal) autoforwardsScrollWheelEvents]
-[WebClipView _immediateScrollToPoint:]
-[WebHTMLView(WebHTMLViewFileInternal) _frameView]
-[WebBackForwardList backListCount]
-[WebBackForwardList forwardListCount]
-[WebBackForwardList itemAtIndex:]
-[WebHistoryItem title]
__ZN3WTF6VectorItLm2048EE6shrinkEm
-[WebFrame provisionalDataSource]
-[WebFrame dataSource]
-[WebView estimatedProgress]
-[WebIconDatabase iconForURL:withSize:]
-[WebIconDatabase iconForURL:withSize:cache:]
-[NSString(WebNSURLExtras) _webkit_isFileURL]
__Z13webGetNSImagePN7WebCore5ImageE6CGSize
-[WebFrame DOMDocument]
__ZL44needsMicrosoftMessengerDOMDocumentWorkaroundv
__ZNK20WebFrameLoaderClient29generatedMIMETypeForURLSchemeERKN7WebCore6StringE
-[WebIconDatabase defaultIconForURL:withSize:]
__ZN21WebIconDatabaseClient28dispatchDidAddIconForPageURLERKN7WebCore6StringE
-[WebIconDatabase(WebInternal) _sendNotificationForURL:]
-[NSNotificationCenter(WebNSNotificationCenterExtras) postNotificationOnMainThreadWithName:object:userInfo:]
-[NSNotificationCenter(WebNSNotificationCenterExtras) postNotificationOnMainThreadWithName:object:userInfo:waitUntilDone:]
+[WebView(WebPrivate) _shouldUseFontSmoothing]
+[WebView(WebPrivate) _setShouldUseFontSmoothing:]
-[NSString(WebKitExtras) _web_drawAtPoint:font:textColor:]
-[WebHistoryItem dealloc]
-[WebIconDatabase releaseIconForURL:]
-[WebHTMLView dealloc]
-[WebHTMLView(WebPrivate) close]
-[WebHTMLView(WebPrivate) _clearLastHitViewIfSelf]
-[WebPluginController destroyAllPlugins]
-[WebPluginController _cancelOutstandingChecks]
-[WebHTMLViewPrivate clear]
-[WebPluginController dealloc]
-[WebHTMLViewPrivate dealloc]
+[NSNotificationCenter(WebNSNotificationCenterExtras) _postNotificationName:]
+[WebView(WebPrivate) _pointingHandCursor]
+[WebView(WebFileInternal) _cacheModel]
+[WebHTMLView(WebPrivate) _postFlagsChangedEvent:]
-[WebHTMLView flagsChanged:]
__ZN15WebEditorClient24handleInputMethodKeydownEPN7WebCore13KeyboardEventE
-[WebHTMLView(WebInternal) _interceptEditingKeyEvent:shouldSaveCommand:]
__ZN15WebEditorClient19handleKeyboardEventEPN7WebCore13KeyboardEventE
-[WebHTMLView performKeyEquivalent:]
-[WebHTMLView _handleStyleKeyEquivalent:]
-[WebPreferences(WebPrivate) respectStandardStyleKeyEquivalents]
-[WebHTMLView(WebNSTextInputSupport) doCommandBySelector:]
-[WebHTMLView resignFirstResponder]
-[WebHTMLView maintainsInactiveSelection]
-[WebView hostWindow]
-[WebView acceptsFirstResponder]
-[WebView(WebViewEditing) maintainsInactiveSelection]
-[WebHTMLView(WebDocumentPrivateProtocols) deselectAll]
-[WebHTMLView clearFocus]
-[NSView(WebExtras) _web_dragShouldBeginFromMouseDown:withExpiration:xHysteresis:yHysteresis:]
-[WebClipView _focusRingVisibleRect]
-[WebHistoryItem URLString]
-[WebView(WebPendingPublic) shouldClose]
-[WebWindowWatcher windowWillClose:]
-[WebView _windowWillClose:]
-[WebView shouldCloseWithWindow]
-[WebView(WebPrivate) _isClosed]
-[WebView(WebPrivate) _clearUndoRedoOperations]
-[WebView close]
-[WebView(WebPrivate) _close]
-[WebView(AllWebViews) _removeFromAllWebViewsSet]
-[WebView(WebViewEventHandling) _closingEventHandling]
-[WebView(WebViewInternal) _exitFullscreen]
__ZN20WebFrameLoaderClient19saveViewStateToItemEPN7WebCore11HistoryItemE
__ZN20WebFrameLoaderClient19detachedFromParent2Ev
__ZN20WebFrameLoaderClient19detachedFromParent3Ev
-[WebView(WebPendingPublic) setScriptDebugDelegate:]
-[WebView(WebPrivate) _cacheScriptDebugDelegateImplementations]
-[WebView(WebPrivate) _detachScriptDebuggerFromAllFrames]
-[WebFrame(WebInternal) _detachScriptDebugger]
-[WebView removeDragCaret]
__ZN15WebEditorClient13pageDestroyedEv
__ZN15WebEditorClientD0Ev
__ZN18WebInspectorClient18inspectorDestroyedEv
__ZN18WebInspectorClientD0Ev
-[WebNodeHighlighter dealloc]
__ZN21WebPluginHalterClientD0Ev
__ZN20WebFrameLoaderClient20frameLoaderDestroyedEv
-[WebFrame(WebInternal) _clearCoreFrame]
__ZN20WebFrameLoaderClientD0Ev
-[WebFrame dealloc]
-[WebFramePrivate dealloc]
__ZN30WebGeolocationControllerClient20geolocationDestroyedEv
__ZN30WebGeolocationControllerClientD0Ev
__ZN20WebContextMenuClient20contextMenuDestroyedEv
__ZN20WebContextMenuClientD0Ev
__ZN13WebDragClient23dragControllerDestroyedEv
__ZN13WebDragClientD0Ev
__ZN15WebChromeClient15chromeDestroyedEv
__ZN15WebChromeClientD0Ev
-[WebView(WebFileInternal) _clearLayerSyncLoopObserver]
-[WebView preferencesIdentifier]
-[WebPreferences identifier]
+[WebPreferences(WebPrivate) _removeReferenceForIdentifier:]
-[WebPreferences(WebPrivate) didRemoveFromWebView]
-[WebView(WebPrivate) _closePluginDatabases]
-[WebView dealloc]
-[WebViewPrivate dealloc]
-[WebViewPrivate .cxx_destruct]
-[WebFrameView dealloc]
-[WebFrameViewPrivate dealloc]
-[WebDynamicScrollBarsView dealloc]
-[WebHTMLRepresentation dealloc]
-[NSString(WebNSURLExtras) _webkit_scriptIfJavaScriptURL]
-[NSString(WebNSURLExtras) _webkit_isJavaScriptURL]
-[WebView(WebPrivate) setDefersCallbacks:]
__ZN3WTF6VectorIN7WebCore6StringELm0EE6shrinkEm
_WKCopyNSURLResponseStatusLine
__ZNK20WebFrameLoaderClient12canCachePageEv
__ZNK20WebFrameLoaderClient25didPerformFirstNavigationEv
-[WebPreferences(WebPrivate) automaticallyDetectsCacheModel]
__ZN20WebFrameLoaderClient35dispatchDidClearWindowObjectInWorldEPN7WebCore15DOMWrapperWorldE
+[WebScriptWorld(WebInternal) findOrCreateWorld:]
+[WebScriptWorld standardWorld]
-[WebFrame windowObject]
-[WebFrameView drawRect:]
__ZNK7WebCore12ChromeClient27didReceiveViewportArgumentsEPNS_5FrameERKNS_17ViewportArgumentsE
__ZN15WebChromeClient18formStateDidChangeEPKN7WebCore4NodeE
__ZN20WebFrameLoaderClient11createFrameERKN7WebCore4KURLERKNS0_6StringEPNS0_21HTMLFrameOwnerElementES6_bii
+[WebFrame(WebInternal) _createSubframeWithOwnerElement:frameName:frameView:]
-[WebHTMLView addSubview:]
+[WebPluginController isPlugInView:]
-[WebFrame parentFrame]
__ZN7WebCore17FrameLoaderClient11allowImagesEb
__ZN15WebChromeClient16statusbarVisibleEv
__Z30CallUIDelegateReturningBooleanaP7WebViewP13objc_selector
__ZNK20WebFrameLoaderClient17willCacheResponseEPN7WebCore14DocumentLoaderEmP19NSCachedURLResponse
-[WebFrame(WebPrivate) _globalContextForScriptWorld:]
__Z4coreP14WebScriptWorld
__ZN3WTF9HashTableINS_6RefPtrIN7WebCore15DOMWrapperWorldEEESt4pairIS4_N3JSC12ProtectedPtrINS2_16JSDOMWindowShellEEEENS_18PairFi
__ZNK3WTF7HashMapIPN7WebCore15DOMWrapperWorldEP14WebScriptWorldNS_7PtrHashIS3_EENS_10HashTraitsIS3_EENS8_IS5_EEE3getERKS3_
__ZN15WebChromeClient12formDidFocusEPKN7WebCore4NodeE
__ZN15WebChromeClient14firstResponderEv
__ZN15WebChromeClient18focusedNodeChangedEPN7WebCore4NodeE
__ZN15WebEditorClient19setInputMethodStateEb
__ZN15WebEditorClient32isContinuousSpellCheckingEnabledEv
-[WebView(WebViewEditing) isContinuousSpellCheckingEnabled]
-[WebView(WebFileInternal) _continuousCheckingAllowed]
__ZN15WebEditorClient24isGrammarCheckingEnabledEv
-[WebView(WebViewGrammarChecking) isGrammarCheckingEnabled]
__ZN15WebEditorClient25respondToChangedSelectionEv
-[WebView(WebViewInternal) _selectionChanged]
-[WebHTMLView(WebInternal) _selectionChanged]
-[WebHTMLView(WebNSTextInputSupport) _updateSelectionForInputManager]
__ZL17isInPasswordFieldPN7WebCore5FrameE
-[WebHTMLView(WebNSTextInputSupport) validAttributesForMarkedText]
__ZNK15WebChromeClient18scrollRectIntoViewERKN7WebCore7IntRectEPKNS0_10ScrollViewE
__ZN7WebCore17FrameLoaderClient12allowPluginsEb
-[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:]
-[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:]
__ZL14checkCandidatePP20WebBasePluginPackageS1_
-[WebBasePluginPackage isQuickTimePlugIn]
-[WebBasePluginPackage bundle]
-[WebBasePluginPackage isJavaPlugIn]
-[WebNetscapePluginPackage executableType]
+[WebHTMLView(WebPrivate) supportedImageMIMETypes]
+[WebHTMLRepresentation supportedImageMIMETypes]
+[WebView(WebPrivate) _registerPluginMIMEType:]
__ZN3WTF7HashSetIN7WebCore6StringENS1_10StringHashENS_10HashTraitsIS2_EEE3addERKS2_
__ZL20knownPluginMIMETypesv
__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
-[WebPluginDatabase plugins]
-[WebBasePluginPackage name]
-[WebBasePluginPackage pluginDescription]
-[WebBasePluginPackage extensionsForMIMEType:]
-[WebBasePluginPackage descriptionForMIMEType:]
__ZN20WebFrameLoaderClient33dispatchDidReplaceStateWithinPageEv
__ZN15WebEditorClient27doTextFieldCommandFromEventEPN7WebCore7ElementEPNS0_13KeyboardEventE
__ZN20WebFrameLoaderClient50dispatchDidReceiveServerRedirectForProvisionalLoadEv
__ZN20WebFrameLoaderClient37canAuthenticateAgainstProtectionSpaceEPN7WebCore14DocumentLoaderEmRKNS0_15ProtectionSpaceE
__Z40CallResourceLoadDelegateReturningBooleanaPFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_S0_S0_
__ZN20WebFrameLoaderClient22dispatchDidReceiveIconEv
-[WebView(WebViewInternal) _dispatchDidReceiveIconFromWebFrame:]
-[WebView(WebViewInternal) _registerForIconNotification:]
__Z19CallHistoryDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_S0_S0_
__ZN20WebFrameLoaderClient25didDisplayInsecureContentEv
__Z21CallFrameLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_
__ZN15WebEditorClient22textFieldDidEndEditingEPN7WebCore7ElementE
__Z16CallFormDelegateP7WebViewP13objc_selectorP11objc_objectS4_
__ZN15WebChromeClient11formDidBlurEPKN7WebCore4NodeE
-[WebClipView additionalClip]
_WKSetNSURLConnectionDefersCallbacks
__ZN20WebFrameLoaderClient21didRunInsecureContentEPN7WebCore14SecurityOriginE
-[WebSecurityOrigin(WebInternal) _initWithWebCoreSecurityOrigin:]
-[WebSecurityOrigin dealloc]
__ZN20WebFrameLoaderClient33dispatchWillPerformClientRedirectERKN7WebCore4KURLEdd
__Z21CallFrameLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_dS0_S0_
-[WebHTMLView willRemoveSubview:]
__ZN20WebFrameLoaderClient31dispatchDidCancelClientRedirectEv
__ZN20WebFrameLoaderClient17objectContentTypeERKN7WebCore4KURLERKNS0_6StringE
-[WebView _pluginForMIMEType:]
__ZN20WebFrameLoaderClient12createPluginERKN7WebCore7IntSizeEPNS0_17HTMLPlugInElementERKNS0_4KURLERKN3WTF6VectorINS0_6StringELm
+[WebHostedNetscapePluginView initialize]
-[WebBaseNetscapePluginView .cxx_construct]
-[WebHostedNetscapePluginView .cxx_construct]
__ZL3kitRKN3WTF6VectorIN7WebCore6StringELm0EEE
-[WebHostedNetscapePluginView initWithFrame:pluginPackage:URL:baseURL:MIMEType:attributeKeys:attributeValues:loadManually:eleme
-[WebBaseNetscapePluginView initWithFrame:pluginPackage:URL:baseURL:MIMEType:attributeKeys:attributeValues:loadManually:element
-[WebHostedNetscapePluginView setAttributeKeys:andValues:]
-[WebBaseNetscapePluginView visibleRect]
-[WebBaseNetscapePluginView _windowClipRect]
-[WebBaseNetscapePluginView isFlipped]
-[WebBaseNetscapePluginView renewGState]
__ZN7WebCore6Widget16setParentVisibleEb
-[WebBaseNetscapePluginView viewWillMoveToSuperview:]
-[WebBaseNetscapePluginView viewWillMoveToWindow:]
-[WebBaseNetscapePluginView removeTrackingRect]
-[WebHostedNetscapePluginView removeWindowObservers]
-[WebBaseNetscapePluginView removeWindowObservers]
-[WebBaseNetscapePluginView setHasFocus:]
-[WebBaseNetscapePluginView viewDidMoveToWindow]
-[WebBaseNetscapePluginView resetTrackingRect]
-[WebBaseNetscapePluginView webView]
-[WebBaseNetscapePluginView webFrame]
-[WebBaseNetscapePluginView start]
-[WebHostedNetscapePluginView createPlugin]
__ZN6WebKit25NetscapePluginHostManager6sharedEv
__ZN6WebKit25NetscapePluginHostManagerC1Ev
__ZN6WebKit25NetscapePluginHostManagerC2Ev
__ZN6WebKit25NetscapePluginHostManager17instantiatePluginEP24WebNetscapePluginPackageP27WebHostedNetscapePluginViewP8NSStringP7
-[WebPreferences(WebPrivate) usesProxiedOpenPanel]
__ZN6WebKit25NetscapePluginHostManager14hostForPackageEP24WebNetscapePluginPackageb
__ZN3WTF7HashMapIP24WebNetscapePluginPackagePN6WebKit23NetscapePluginHostProxyENS_7PtrHashIS2_EENS_10HashTraitsIS2_EENS8_IS5_EE
__ZN3WTF9HashTableIP24WebNetscapePluginPackageSt4pairIS2_PN6WebKit23NetscapePluginHostProxyEENS_18PairFirstExtractorIS7_EENS_7P
__ZN6WebKit25NetscapePluginHostManager15spawnPluginHostEP24WebNetscapePluginPackagejRjR19ProcessSerialNumberb
__ZN6WebKit25NetscapePluginHostManager20initializeVendorPortEv
__WKPACheckInApplication
_WKInitializeRenderServer
-[WebNetscapePluginPackage pluginHostArchitecture]
__WKPASpawnPluginHost
__WKPHCheckInWithPluginHost
__ZN6WebKit23NetscapePluginHostProxyC1EjjRK19ProcessSerialNumberb
__ZN6WebKit23NetscapePluginHostProxyC2EjjRK19ProcessSerialNumberb
__ZN6WebKitL14pluginProxyMapEv
__ZN3WTF7HashMapIjPN6WebKit23NetscapePluginHostProxyENS_7IntHashIjEENS_10HashTraitsIjEENS6_IS3_EEE3addERKjRKS3_
_WKCreateMIGServerSource
__ZN6WebKit27NetscapePluginInstanceProxyC1EPNS_23NetscapePluginHostProxyEP27WebHostedNetscapePluginViewb
__ZN6WebKit27NetscapePluginInstanceProxyC2EPNS_23NetscapePluginHostProxyEP27WebHostedNetscapePluginViewb
__ZN6WebKit27NetscapePluginInstanceProxy14LocalObjectMapC1Ev
__ZN6WebKit27NetscapePluginInstanceProxy14LocalObjectMapC2Ev
__ZN6WebKit23NetscapePluginHostProxy14pluginInstanceEj
__ZNK3WTF7HashMapIjNS_6RefPtrIN6WebKit27NetscapePluginInstanceProxyEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3getERKj
__ZN6WebKit23NetscapePluginHostProxy17addPluginInstanceEPNS_27NetscapePluginInstanceProxyE
__ZN3WTF7HashMapIjNS_6RefPtrIN6WebKit27NetscapePluginInstanceProxyEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3setERKjRKS4_
__ZN6WebKit27NetscapePluginInstanceProxy13nextRequestIDEv
__WKPHInstantiatePlugin
__ZN6WebKit27NetscapePluginInstanceProxy22willCallPluginFunctionEv
__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]
-[NSURL(WebNSURLExtras) _web_URLByTruncatingOneCharacterBeforeComponent:]
-[NSMutableURLRequest(WebNSURLRequestExtras) _web_setHTTPReferrer:]
__ZN6WebKit27NetscapePluginInstanceProxy11loadRequestEP12NSURLRequestPKcbRj
-[WebBaseNetscapePluginView dataSource]
-[NSURL(WebNSURLExtras) _webkit_scriptIfJavaScriptURL]
__ZN3WTF5DequeINS_6RefPtrIN6WebKit27NetscapePluginInstanceProxy13PluginRequestEEEE14expandCapacityEv
__XPCInstantiatePluginReply
_WKPCInstantiatePluginReply
__ZN3WTF7HashMapIjPN6WebKit27NetscapePluginInstanceProxy5ReplyENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3setERKjRKS4_
__ZN6WebKit27NetscapePluginInstanceProxy21didCallPluginFunctionEv
__ZN6WebKit27NetscapePluginInstanceProxy22InstantiatePluginReplyD0Ev
_WKSoftwareCARendererCreate
_WKMakeRenderLayer
__ZN6WebKit27NetscapePluginInstanceProxy18windowFrameChangedE6CGRect
__WKPHPluginInstanceWindowFrameChanged
__ZNK21WebPluginHalterClient7enabledEv
-[WebView addPluginInstanceView:]
-[WebPluginDatabase addPluginInstanceView:]
-[WebBaseNetscapePluginView currentWindow]
-[WebHostedNetscapePluginView updateAndSetWindow]
__ZN6WebKit27NetscapePluginInstanceProxy6resizeE6CGRectS1_
__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]
__ZNK7WebCore6Widget11isFrameViewEv
-[WebHostedNetscapePluginView createPluginBindingsInstance:]
-[WebBaseNetscapePluginView stop]
-[WebHostedNetscapePluginView shouldStop]
__ZN20NetscapePluginWidgetD0Ev
__ZN7WebCore5TimerIN6WebKit27NetscapePluginInstanceProxyEE5firedEv
__ZN6WebKit27NetscapePluginInstanceProxy17requestTimerFiredEPN7WebCore5TimerIS0_EE
__ZN6WebKit27NetscapePluginInstanceProxy14performRequestEPNS0_13PluginRequestE
__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:]
__ZN20WebFrameLoaderClient14shouldFallBackERKN7WebCore13ResourceErrorE
__ZN20WebFrameLoaderClient20setMainDocumentErrorEPN7WebCore14DocumentLoaderERKNS0_13ResourceErrorE
-[WebDataSource(WebInternal) _setMainDocumentError:]
__ZN20WebFrameLoaderClient30dispatchDidFailProvisionalLoadERKN7WebCore13ResourceErrorE
-[WebView(WebPrivate) _didFailProvisionalLoadWithError:forFrame:]
__ZN20WebFrameLoaderClient22dispatchDidFailLoadingEPN7WebCore14DocumentLoaderEmRKNS0_13ResourceErrorE
-[WebFrame(WebInternal) _internalLoadDelegate]
__ZN3WTF7HashMapIP8WebFrameNS_6RefPtrIN6WebKit27NetscapePluginInstanceProxy13PluginRequestEEENS_7PtrHashIS2_EENS_10HashTraitsIS
__ZN3WTF9HashTableIP8WebFrameSt4pairIS2_NS_6RefPtrIN6WebKit27NetscapePluginInstanceProxy13PluginRequestEEEENS_18PairFirstExtrac
-[WebFrame(WebInternal) _setInternalLoadDelegate:]
-[WebBaseNetscapePluginView dealloc]
-[WebHostedNetscapePluginView .cxx_destruct]
-[WebBaseNetscapePluginView .cxx_destruct]
__ZN17WebHaltablePluginD0Ev
-[WebHostedNetscapePluginView drawRect:]
_WKSoftwareCARendererRender
__ZN6WebKit27NetscapePluginInstanceProxy7didDrawEv
-[WebHostedNetscapePluginView webFrame:didFinishLoadWithError:]
-[WebHostedNetscapePluginView webFrame:didFinishLoadWithReason:]
__ZN6WebKit27NetscapePluginInstanceProxy31webFrameDidFinishLoadWithReasonEP8WebFrames
__WKPHLoadURLNotify
__ZN20WebFrameLoaderClient22dispatchWillSubmitFormEMN7WebCore13PolicyCheckerEFvNS0_12PolicyActionEEN3WTF10PassRefPtrINS0_9FormS
-[WebView(WebPrivate) _formDelegate]
__Z16CallFormDelegateP7WebViewP13objc_selectorP11objc_objectS4_S4_S4_S4_
-[WebFramePolicyListener continue]
-[WebPluginDatabase removePluginInstanceViewsFor:]
__ZN6WebKit27NetscapePluginInstanceProxy10shouldStopEv
-[WebView removePluginInstanceView:]
-[WebPluginDatabase removePluginInstanceView:]
-[WebHostedNetscapePluginView destroyPlugin]
_WKSoftwareCARendererDestroy
__ZN6WebKit27NetscapePluginInstanceProxy7destroyEv
__WKPHDestroyPluginInstance
__XPCCancelLoadURL
_WKPCCancelLoadURL
__ZN6WebKit27NetscapePluginInstanceProxy16cancelStreamLoadEjs
__ZNK3WTF7HashMapIjNS_6RefPtrIN6WebKit26HostedNetscapePluginStreamEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3getERKj
__ZN6WebKit27NetscapePluginInstanceProxy7cleanupEv
__ZN6WebKit27NetscapePluginInstanceProxy14stopAllStreamsEv
__ZN6WebKit27NetscapePluginInstanceProxy14LocalObjectMap5clearEv
__ZN3WTF9HashTableIjSt4pairIjN3JSC12ProtectedPtrINS2_8JSObjectEEEENS_18PairFirstExtractorIS6_EENS_7IntHashIjEENS_14PairHashTrai
__ZN3WTF9HashTableIPN3JSC8JSObjectESt4pairIS3_S4_IjjEENS_18PairFirstExtractorIS6_EENS_7PtrHashIS3_EENS_14PairHashTraitsINS_10Ha
__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_
__ZN6WebKit27NetscapePluginInstanceProxy14LocalObjectMapD1Ev
__ZN6WebKit27NetscapePluginInstanceProxy14LocalObjectMapD2Ev
-[WebHostedNetscapePluginView inputContext]
+[WebTextInputWindowController sharedTextInputWindowController]
-[WebTextInputWindowController init]
-[WebTextInputPanel init]
_WKGetInputPanelWindowStyle
-[WebTextInputWindowController inputContext]
-[WebTextInputPanel _inputContext]
-[WebHTMLView mouseUp:]
__ZN6WebKit23NetscapePluginHostProxy28deadNameNotificationCallbackEP12__CFMachPortPvlS3_
__ZN6WebKit23NetscapePluginHostProxy14pluginHostDiedEv
__ZN3WTF9HashTableIjSt4pairIjNS_6RefPtrIN6WebKit27NetscapePluginInstanceProxyEEEENS_18PairFirstExtractorIS6_EENS_7IntHashIjEENS
__ZN6WebKit25NetscapePluginHostManager14pluginHostDiedEPNS_23NetscapePluginHostProxyE
__ZN6WebKit23NetscapePluginHostProxyD1Ev
__ZN6WebKit23NetscapePluginHostProxyD2Ev
__ZN3WTF9HashTableIjSt4pairIjPN6WebKit23NetscapePluginHostProxyEENS_18PairFirstExtractorIS5_EENS_7IntHashIjEENS_14PairHashTrait
__ZN21WebIconDatabaseClient13performImportEv
__Z21importToWebCoreFormatv
+[ThreadEnabler enableThreading]
-[ThreadEnabler threadEnablingSelector:]
__ZL20objectFromPathForKeyP8NSStringP11objc_object
-[NSMutableDictionary(WebNSDictionaryExtras) _webkit_setBool:forKey:]
_WKGetMIMETypeForExtension
_WKQTIncludeOnlyModernMediaFileTypes
_WKQTMovieMaxTimeLoadedChangeNotification
-[WebViewFactory defaultLanguageCode]
_WKQTMovieSelectPreferredAlternates
_WKQTMovieSelectPreferredAlternateTrackForMediaType
_WKQTMovieGetType
_WKQTMovieMaxTimeSeekable
_maxValueForTimeRanges
__ZN15WebChromeClient23attachRootGraphicsLayerEPN7WebCore5FrameEPNS0_13GraphicsLayerE
-[WebHTMLView(WebInternal) attachRootLayer:]
-[WebView(WebPrivate) _postsAcceleratedCompositingNotifications]
__ZN15WebChromeClient37setNeedsOneShotDrawingSynchronizationEv
-[WebView(WebViewInternal) _setNeedsOneShotDrawingSynchronization:]
__ZN15WebChromeClient28scheduleCompositingLayerSyncEv
-[WebView(WebViewInternal) _scheduleCompositingLayerSync]
_WKQTMovieMaxTimeLoaded
__ZL32layerSyncRunLoopObserverCallBackP19__CFRunLoopObservermPv
-[WebView(WebViewInternal) _syncCompositingChanges]
+[WebView(WebPrivate) canCloseAllWebViews]
-[WebIconDatabase(WebInternal) _applicationWillTerminate:]
+[WebView _applicationWillTerminate]
__ZL27fastDocumentTeardownEnabledv
+[WebView(WebPrivate) closeAllWebViews]
-[WebView(WebIBActions) stopLoading:]
-[WebFrame stopLoading]
-[WebView(WebPrivate) _closeWithFastTeardown]
+[WebPluginDatabase closeSharedDatabase]
+[WebHistoryItem(WebPrivate) _releaseAllPendingPageCaches]
-[WebView initWithFrame:]
-[WebView initWithFrame:frameName:groupName:]
__ZL32needsWebViewInitThreadWorkaroundv
+[WebView(WebViewInternal) shouldIncludeInWebKitStatistics]
-[WebView stringByEvaluatingJavaScriptFromString:]
-[WebFrame(WebInternal) _stringByEvaluatingJavaScriptFromString:]
-[WebFrame(WebInternal) _stringByEvaluatingJavaScriptFromString:forceUserGesture:]
-[WebView(WebPendingPublic) scriptDebugDelegate]
__ZNK3JSC7JSValue8toStringEPNS_9ExecStateE
__ZN3WTF12bitwise_castIdlEET_T0_
+[WebView(WebFileInternal) _preferencesRemovedNotification:]
+[WebView(WebFileInternal) _maxCacheModelInAnyInstance]
_WKDrawBezeledTextArea
__ZNK15WebChromeClient17windowResizerRectEv
_WKDrawBezeledTextFieldCell
__ZN20WebFrameLoaderClient29savePlatformDataToCachedFrameEPN7WebCore11CachedFrameE
-[WebViewFactory inputElementAltText]
_WKGetFontInLanguageForRange
-[WebNetscapePluginPackage getPluginInfoFromResources]
-[WebNetscapePluginPackage openResourceFile]
-[WebNetscapePluginPackage stringForStringListID:andIndex:]
+[NSString(WebKitExtras) _web_encodingForResource:]
-[WebNetscapePluginPackage closeResourceFile:]
__ZN15WebChromeClient19addMessageToConsoleEN7WebCore13MessageSourceENS0_11MessageTypeENS0_12MessageLevelERKNS0_6StringEjS6_
__ZN26WebCachedFramePlatformData5clearEv
-[WebHTMLView(WebInternal) closeIfNotCurrentView]
__ZN26WebCachedFramePlatformDataD0Ev
+[WebStringTruncator centerTruncateString:toWidth:]
__ZL15defaultMenuFontv
__ZN20WebFrameLoaderClient22dispatchDidChangeIconsEv
+[NSObject(WebScripting) isKeyExcludedFromWebScript:]
-[WebIconDatabase iconURLForURL:]
-[WebHistoryItem(WebPrivate) RSSFeedReferrer]
-[WebElementDictionary _webFrame]
-[WebElementDictionary _domNode]
-[DOMDocument(WebDOMDocumentOperations) webFrame]
-[WebElementDictionary _targetWebFrame]
-[NSURL(WebNSURLExtras) _webkit_URLByRemovingFragment]
__ZNK20WebFrameLoaderClient32dispatchDidRemoveBackForwardItemEPN7WebCore11HistoryItemE
-[WebPluginDatabase close]
-[WebPluginDatabase(Internal) _removePlugin:]
+[WebView(WebPrivate) _unregisterPluginMIMEType:]
+[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:]
-[WebHTMLView windowWillClose:]
-[WebPreferences setJavaScriptCanOpenWindowsAutomatically:]
-[WebPreferences setJavaScriptEnabled:]
__ZN7WebCore17FrameLoaderClient17didNotAllowScriptEv
-[WebPreferences setJavaEnabled:]
-[WebPreferences setPlugInsEnabled:]
__ZN15WebChromeClient10windowRectEv
-[WebHTMLRepresentation currentForm]
-[WebHTMLRepresentation controlsInForm:]
__ZL25formElementFromDOMElementP10DOMElement
-[WebHTMLRepresentation elementIsPassword:]
__ZL26inputElementFromDOMElementP10DOMElement
-[WebHTMLRepresentation elementDoesAutoComplete:]
+[WebDatabaseManager sharedWebDatabaseManager]
-[WebDatabaseManager origins]
-[WebDataSource(WebPrivate) _mainDocumentError]
-[WebHTMLView validRequestorForSendType:returnType:]
-[WebHTMLView(WebDocumentPrivateProtocols) pasteboardTypesForSelection]
-[WebHTMLView(WebInternal) _canSmartCopyOrDelete]
-[WebView(WebViewEditing) smartInsertDeleteEnabled]
-[WebHTMLView(WebPrivate) _isEditable]
-[WebHTMLView(WebPrivate) _hasSelection]
-[WebHTMLView(WebPrivate) addTrackingRect:owner:userData:assumeInside:]
-[WebHTMLView(WebPrivate) _sendToolTipMouseEntered]
-[WebHTMLView(WebPrivate) _sendToolTipMouseExited]
-[WebHTMLView(WebPrivate) removeTrackingRect:]
+[WebCache initialize]
+[WebCache empty]
-[WebBackForwardList pageCacheSize]
-[WebBackForwardList setPageCacheSize:]
-[WebView(WebPrivate) setUsesPageCache:]
-[WebHTMLView(WebPrivate) view:stringForToolTip:point:userData:]
-[WebHTMLView validateUserInterfaceItem:]
-[WebHTMLView validateUserInterfaceItemWithoutDelegate:]
-[WebHTMLView coreCommandBySelector:]
__ZL22commandNameForSelectorP13objc_selector
__ZN3WTF7HashMapIP13objc_selectorN7WebCore6StringENS_7PtrHashIS2_EENS_10HashTraitsIS2_EENS7_IS4_EEE3addERKS2_RKS4_
__ZN3WTF9HashTableIP13objc_selectorSt4pairIS2_N7WebCore6StringEENS_18PairFirstExtractorIS6_EENS_7PtrHashIS2_EENS_14PairHashTrai
__ZNK3WTF9HashTableIP13objc_selectorSt4pairIS2_N7WebCore6StringEENS_18PairFirstExtractorIS6_EENS_7PtrHashIS2_EENS_14PairHashTra
__ZL3kitN7WebCore8TriStateE
__Z30CallUIDelegateReturningBooleanaP7WebViewP13objc_selectorP11objc_objecta
-[WebFrame(WebPrivate) _isDisplayingStandaloneImage]
-[WebHTMLView selectAll:]
-[WebHTMLView executeCoreCommandBySelector:]
-[WebHTMLView callDelegateDoCommandBySelectorIfNeeded:]
-[WebView(WebPrivate) _editingDelegateForwarder]
+[WebDefaultEditingDelegate sharedEditingDelegate]
-[WebDefaultEditingDelegate webView:doCommandBySelector:]
__ZN15WebEditorClient25shouldChangeSelectedRangeEPN7WebCore5RangeES2_NS0_9EAffinityEb
-[WebView(WebViewEditing) _shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:]
-[WebDefaultEditingDelegate webView:shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:]
-[WebHTMLView(WebInternal) smartInsertDeleteEnabled]
-[WebHTMLView(WebInternal) isAutomaticQuoteSubstitutionEnabled]
-[WebView(WebViewTextChecking) isAutomaticQuoteSubstitutionEnabled]
-[WebHTMLView(WebInternal) isAutomaticDashSubstitutionEnabled]
-[WebView(WebViewTextChecking) isAutomaticDashSubstitutionEnabled]
-[WebHTMLView(WebInternal) isAutomaticLinkDetectionEnabled]
-[WebView(WebViewTextChecking) isAutomaticLinkDetectionEnabled]
-[WebHTMLView(WebInternal) isAutomaticTextReplacementEnabled]
-[WebView(WebViewTextChecking) isAutomaticTextReplacementEnabled]
-[WebView(WebIBActions) validateUserInterfaceItem:]
-[WebView(WebIBActions) validateUserInterfaceItemWithoutDelegate:]
-[WebHTMLView(WebInternal) isGrammarCheckingEnabled]
-[WebHTMLView(WebInternal) isAutomaticSpellingCorrectionEnabled]
-[WebView(WebViewTextChecking) isAutomaticSpellingCorrectionEnabled]
-[WebView(WebIBActions) toggleContinuousSpellChecking:]
-[WebView(WebViewEditing) setContinuousSpellCheckingEnabled:]
-[WebFrame(WebInternal) _unmarkAllMisspellings]
+[WebView(WebFileInternal) _preflightSpellChecker]
+[WebView(WebFileInternal) _preflightSpellCheckerNow:]
-[WebHTMLView(WebInternal) toggleGrammarChecking:]
-[WebView(WebViewGrammarChecking) toggleGrammarChecking:]
-[WebView(WebViewGrammarChecking) setGrammarCheckingEnabled:]
__ZN13WebDragClient28dragSourceActionMaskForPointERKN7WebCore8IntPointE
-[WebDefaultUIDelegate webView:dragSourceActionMaskForPoint:]
-[WebHTMLView mouseDown:]
-[WebView(WebPendingPublic) canResetPageZoom]
-[WebView _canResetZoom:]
-[WebView _zoomMultiplier:]
-[WebView(WebIBActions) canMakeTextStandardSize]
-[WebView(WebPendingPublic) canZoomPageIn]
-[WebView _canZoomIn:]
-[WebView(WebPendingPublic) canZoomPageOut]
-[WebView _canZoomOut:]
-[WebHTMLRepresentation canProvideDocumentSource]
-[WebFrame(WebInternal) _canProvideDocumentSource]
-[WebView(WebIBActions) reload:]
-[WebFrame reload]
-[WebHTMLView(WebPrivate) _removeTrackingRects:count:]
-[WebHTMLView(WebPrivate) _addTrackingRect:owner:userData:assumeInside:useTrackingNum:]
__XPCGetWindowNPObject
_WKPCGetWindowNPObject
__ZN6WebKit27NetscapePluginInstanceProxy17getWindowNPObjectERj
__ZN6WebKit27NetscapePluginInstanceProxy14LocalObjectMap11idForObjectEPN3JSC8JSObjectE
__ZNK3WTF9HashTableIjSt4pairIjN3JSC12ProtectedPtrINS2_8JSObjectEEEENS_18PairFirstExtractorIS6_EENS_7IntHashIjEENS_14PairHashTra
__ZN3WTF7HashMapIjN3JSC12ProtectedPtrINS1_8JSObjectEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3setERKjRKS4_
__ZN3WTF7HashMapIPN3JSC8JSObjectESt4pairIjjENS_7PtrHashIS3_EENS_10HashTraitsIS3_EENS8_IS5_EEE3setERKS3_RKS5_
__XPCEvaluate
_WKPCEvaluate
__ZN6WebKit27NetscapePluginInstanceProxy8evaluateEjRKN7WebCore6StringERPcRjb
__ZNK7WebCore20StringSourceProvider6lengthEv
__ZNK7WebCore20StringSourceProvider4dataEv
__ZN6WebKit27NetscapePluginInstanceProxy12marshalValueEPN3JSC9ExecStateENS1_7JSValueERPcRj
__ZN6WebKit27NetscapePluginInstanceProxy15addValueToArrayEP14NSMutableArrayPN3JSC9ExecStateENS3_7JSValueE
__WKPHBooleanAndDataReply
__XPCGetStringIdentifier
_WKPCGetStringIdentifier
__XPCInvoke
_WKPCInvoke
__ZL27identifierFromIdentifierRepPN7WebCore13IdentifierRepE
__ZN6WebKit27NetscapePluginInstanceProxy6invokeEjRKN3JSC10IdentifierEPcjRS5_Rj
__ZNK3WTF7HashMapIjN3JSC12ProtectedPtrINS1_8JSObjectEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3getERKj
__ZN6WebKit27NetscapePluginInstanceProxy15demarshalValuesEPN3JSC9ExecStateEPcjRNS1_20MarkedArgumentBufferE
__ZN6WebKit27NetscapePluginInstanceProxy23demarshalValueFromArrayEPN3JSC9ExecStateEP7NSArrayRmRNS1_7JSValueE
__XPCForgetBrowserObject
_WKPCForgetBrowserObject
__ZN6WebKit27NetscapePluginInstanceProxy21forgetBrowserObjectIDEj
__ZN6WebKit27NetscapePluginInstanceProxy14LocalObjectMap6forgetEj
__ZN6WebKit26HostedNetscapePluginStreamC1EPNS_27NetscapePluginInstanceProxyEjP12NSURLRequest
__ZN6WebKit26HostedNetscapePluginStreamC2EPNS_27NetscapePluginInstanceProxyEjP12NSURLRequest
__ZN3WTF7HashMapIjNS_6RefPtrIN6WebKit26HostedNetscapePluginStreamEEENS_7IntHashIjEENS_10HashTraitsIjEENS7_IS4_EEE3addERKjRKS4_
__ZN3WTF9HashTableIjSt4pairIjNS_6RefPtrIN6WebKit26HostedNetscapePluginStreamEEEENS_18PairFirstExtractorIS6_EENS_7IntHashIjEENS_
__ZN6WebKit26HostedNetscapePluginStream5startEv
-[WebBaseNetscapePluginView element]
-[WebBaseNetscapePluginView shouldClipOutPlugin]
__ZNK7WebCore12PluginWidget14isPluginWidgetEv
-[WebHostedNetscapePluginView pluginLayer]
__ZN7WebCore6Widget22widgetPositionsUpdatedEv
-[WebBaseNetscapePluginView windowResignedKey:]
-[WebBaseNetscapePluginView invalidatePluginContentRect:]
__ZN6WebKit26HostedNetscapePluginStream18didReceiveResponseEPN7WebCore26NetscapePlugInStreamLoaderERKNS1_16ResourceResponseE
_WKGetNSURLResponseLastModifiedDate
__ZN6WebKit26HostedNetscapePluginStream11startStreamEP5NSURLxP6NSDateP8NSStringP6NSData
-[NSURL(WebNSURLExtras) _web_URLCString]
__WKPHStartStream
__ZNK6WebKit26HostedNetscapePluginStream15wantsAllStreamsEv
__ZN6WebKit26HostedNetscapePluginStream14didReceiveDataEPN7WebCore26NetscapePlugInStreamLoaderEPKci
__WKPHStreamDidReceiveData
__ZN6WebKit26HostedNetscapePluginStream16didFinishLoadingEPN7WebCore26NetscapePlugInStreamLoaderE
__WKPHStreamDidFinishLoading
__ZN6WebKit27NetscapePluginInstanceProxy16disconnectStreamEPNS_26HostedNetscapePluginStreamE
__ZN6WebKit26HostedNetscapePluginStreamD0Ev
__ZN6WebKit27NetscapePluginInstanceProxy22createBindingsInstanceEN3WTF10PassRefPtrIN3JSC8Bindings10RootObjectEEE
__WKPHGetScriptableNPObject
__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
__ZN6WebKit13ProxyInstance16newRuntimeObjectEPN3JSC9ExecStateE
__ZN6WebKit18ProxyRuntimeObjectC1EPN3JSC9ExecStateEN3WTF10PassRefPtrINS_13ProxyInstanceEEE
__ZN6WebKit18ProxyRuntimeObjectC2EPN3JSC9ExecStateEN3WTF10PassRefPtrINS_13ProxyInstanceEEE
__ZN3JSC8Bindings8Instance12virtualBeginEv
__ZNK6WebKit13ProxyInstance8getClassEv
__ZN6WebKitL10proxyClassEv
__ZNK6WebKit10ProxyClass10fieldNamedERKN3JSC10IdentifierEPNS1_8Bindings8InstanceE
__ZN6WebKit13ProxyInstance10fieldNamedERKN3JSC10IdentifierE
__WKPHNPObjectHasProperty
__XPCIdentifierInfo
_WKPCIdentifierInfo
__ZNK6WebKit10ProxyClass12methodsNamedERKN3JSC10IdentifierEPNS1_8Bindings8InstanceE
__ZN6WebKit13ProxyInstance12methodsNamedERKN3JSC10IdentifierE
__WKPHNPObjectHasMethod
__ZN3JSC8Bindings5Class14fallbackObjectEPNS_9ExecStateEPNS0_8InstanceERKNS_10IdentifierE
__ZN3JSC8Bindings8Instance10virtualEndEv
__ZN3JSC8Bindings8Instance18getOwnPropertySlotEPNS_8JSObjectEPNS_9ExecStateERKNS_10IdentifierERNS_12PropertySlotE
__ZN20WebFrameLoaderClient16restoreViewStateEv
__ZN3WTF7HashMapINS_6RefPtrIN7WebCore10StringImplEEEPN3JSC8Bindings6MethodENS2_10StringHashENS_10HashTraitsIS4_EENSA_IS8_EEE3ad
__ZN3WTF9HashTableINS_6RefPtrIN7WebCore10StringImplEEESt4pairIS4_PN3JSC8Bindings6MethodEENS_18PairFirstExtractorISA_EENS2_10Str
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EE14expandCapacityEmPKS4_
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EE14expandCapacityEm
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EE15reserveCapacityEm
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EEC1ERKS5_
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EEC2ERKS5_
__ZN3WTF6VectorIPN3JSC8Bindings6MethodELm0EE6shrinkEm
__ZN6WebKit13ProxyInstance9getMethodEPN3JSC9ExecStateERKNS1_10IdentifierE
__ZN6WebKit13ProxyInstance12invokeMethodEPN3JSC9ExecStateEPNS1_13RuntimeMethodERKNS1_7ArgListE
__ZNK6WebKit18ProxyRuntimeMethod9classInfoEv
__ZN6WebKit13ProxyInstance6invokeEPN3JSC9ExecStateE10InvokeTypeyRKNS1_7ArgListE
__ZN6WebKit27NetscapePluginInstanceProxy13marshalValuesEPN3JSC9ExecStateERKNS1_7ArgListE
__WKPHNPObjectInvoke
__XPCBooleanAndDataReply
_WKPCBooleanAndDataReply
__ZN6WebKit27NetscapePluginInstanceProxy30moveGlobalExceptionToExecStateEPN3JSC9ExecStateE
__ZN6WebKitL21globalExceptionStringEv
__ZN6WebKit27NetscapePluginInstanceProxy14demarshalValueEPN3JSC9ExecStateEPKcj
__ZN6WebKit27NetscapePluginInstanceProxy19BooleanAndDataReplyD0Ev
-[WebBaseNetscapePluginView inFlatteningPaint]
__ZN6WebKit27NetscapePluginInstanceProxy17retainLocalObjectEN3JSC7JSValueE
__ZN6WebKit27NetscapePluginInstanceProxy18releaseLocalObjectEN3JSC7JSValueE
-[WebView(WebPrivate) _viewWillDrawInternal]
__ZNK3WTF7HashMapIPN7WebCore10StringImplEPN3JSC8JSStringENS1_10StringHashENS_10HashTraitsIS3_EENS8_IS6_EEE3getERKS3_
__ZN3WTF6VectorIN3JSC8RegisterELm8EE6shrinkEm
-[WebBaseNetscapePluginView supportsSnapshotting]
__ZN6WebKit27NetscapePluginInstanceProxy8snapshotEP9CGContextjj
__WKPHPluginInstanceSnapshot
-[WebBaseNetscapePluginView windowBecameKey:]
-[WebHostedNetscapePluginView windowFrameDidChange:]
-[WebView(WebPendingPublic) zoomPageIn:]
-[WebView _zoomIn:isTextOnly:]
-[WebView(WebPendingPublic) zoomPageOut:]
-[WebView _zoomOut:isTextOnly:]
-[WebHostedNetscapePluginView visibleRectDidChange]
-[WebBaseNetscapePluginView visibleRectDidChange]
_WKSyncSurfaceToView
-[WebPreferences(WebPrivate) setZoomsTextOnly:]
-[WebBaseNetscapePluginView preferencesHaveChanged:]
-[WebFrameView documentViewShouldHandlePrint]
-[WebFrameView printOperationWithPrintInfo:]
-[WebFrameView canPrintHeadersAndFooters]
-[WebHTMLView canPrintHeadersAndFooters]
-[WebHTMLView knowsPageRange:]
-[NSPrintOperation(WebKitExtras) _web_availablePaperWidth]
-[WebHTMLView(WebPrivate) _beginPrintModeWithPageWidth:shrinkToFit:]
-[WebHTMLView _setPrinting:minimumPageWidth:maximumPageWidth:adjustViewSize:]
-[WebHTMLView setNeedsToApplyStyles:]
-[WebView(WebViewPrintingPrivate) _adjustPrintingMarginsForHeaderAndFooter]
-[NSPrintOperation(WebKitExtras) _web_pageSetupScaleFactor]
-[WebView(WebViewPrintingPrivate) _headerHeight]
__Z28CallUIDelegateReturningFloatP7WebViewP13objc_selector
-[WebView(WebViewPrintingPrivate) _footerHeight]
-[WebHTMLView _scaleFactorForPrintOperation:]
-[NSPrintOperation(WebKitExtras) _web_availablePaperHeight]
-[WebFrame(WebInternal) _computePageRectsWithPrintWidthScaleFactor:printHeight:]
-[WebHTMLView _provideTotalScaleFactorForPrintOperation:]
-[WebHTMLView beginDocument]
-[WebHTMLView endDocument]
-[WebHTMLView _endPrintModeAndRestoreWindowAutodisplay]
-[WebHTMLView(WebPrivate) _endPrintMode]
-[WebView(WebIBActions) canMakeTextLarger]
-[WebView(WebIBActions) canMakeTextSmaller]
-[WebView(WebIBActions) makeTextLarger:]
-[WebView(WebIBActions) makeTextSmaller:]
-[WebView(WebPendingPublic) resetPageZoom:]
-[WebView _resetZoom:isTextOnly:]
-[WebView(WebIBActions) makeTextStandardSize:]
-[WebView initWithCoder:]
-[WebDynamicScrollBarsView initWithCoder:]
-[WebPreferences initWithCoder:]
+[WebPreferences(WebInternal) _concatenateKeyWithIBCreatorID:]
-[WebView setPreferences:]
-[WebPreferences setMinimumFontSize:]
-[NSMutableDictionary(WebNSDictionaryExtras) _webkit_setInt:forKey:]
-[WebHTMLRepresentation documentSource]
-[WebDataSource data]
-[WebFrame loadData:MIMEType:textEncodingName:baseURL:]
-[WebFrame _loadData:MIMEType:textEncodingName:baseURL:unreachableURL:]
__ZL22createUniqueWebDataURLv
__ZN3WTF6RefPtrIN7WebCore10StringImplEED2Ev
-[WebDefaultPolicyDelegate webView:decidePolicyForNavigationAction:request:frame:decisionListener:]
+[WebPreferences(WebPrivate) _checkLastReferenceForIdentifier:]
-[WebPreferences dealloc]
-[WebPreferencesPrivate dealloc]
-[WebView supportsTextEncoding]
-[WebHTMLView(WebDocumentPrivateProtocols) supportsTextEncoding]
-[WebView customTextEncodingName]
-[WebView _mainFrameOverrideEncoding]
-[WebView setCustomTextEncodingName:]
__ZN6WebKit13ProxyInstanceD0Ev
__ZN3WTF20deleteAllPairSecondsIPN3JSC8Bindings5FieldEKNS_7HashMapINS_6RefPtrIN7WebCore10StringImplEEES4_NS7_10StringHashENS_10H
__ZN3WTF20deleteAllPairSecondsIPN3JSC8Bindings6MethodEKNS_7HashMapINS_6RefPtrIN7WebCore10StringImplEEES4_NS7_10StringHashENS_10
__ZN6WebKit11ProxyMethodD0Ev
__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
__ZN7WebCore20StringSourceProviderD0Ev
__ZN6WebKit18ProxyRuntimeObjectD1Ev
__ZN6WebKit18ProxyRuntimeObjectD2Ev
__ZN6WebKit18ProxyRuntimeMethodD1Ev
__ZN3JSC13RuntimeMethodD2Ev
_WKGetUserToBaseCTM
-[WebView(WebIBActions) goBack:]
-[WebView goBack]
__ZNK20WebFrameLoaderClient21shouldGoToHistoryItemEPN7WebCore11HistoryItemE
-[WebHistoryItem(WebPrivate) URL]
__ZNK20WebFrameLoaderClient33dispatchDidChangeBackForwardIndexEv
-[WebView(WebIBActions) goForward:]
-[WebView goForward]
__ZN20WebFrameLoaderClient36transitionToCommittedFromCachedFrameEPN7WebCore11CachedFrameE
-[WebFrame loadAlternateHTMLString:baseURL:forUnreachableURL:]
-[WebFrame _loadHTMLString:baseURL:unreachableURL:]
-[WebFrame(WebInternal) _findFrameWithSelection]
-[WebFrame(WebInternal) _hasSelection]
__ZN20WebFrameLoaderClient19dispatchDidFailLoadERKN7WebCore13ResourceErrorE
-[WebView(WebPrivate) _didFailLoadWithError:forFrame:]
-[WebHTMLView keyUp:]
-[WebHTMLView keyDown:]
-[WebHTMLView(WebNSTextInputSupport) insertText:]
__ZN3WTF6VectorIN7WebCore15KeypressCommandELm0EE14expandCapacityEmPKS2_
__ZN3WTF6VectorIN7WebCore15KeypressCommandELm0EE14expandCapacityEm
__ZN3WTF6VectorIN7WebCore15KeypressCommandELm0EE15reserveCapacityEm
-[WebFrameView keyDown:]
-[WebFrameView(WebPrivate) _isScrollable]
-[WebDynamicScrollBarsView horizontalScrollingAllowed]
-[WebDynamicScrollBarsView verticalScrollingAllowed]
-[WebFrameView(WebPrivate) _largestScrollableChild]
-[WebHTMLView(WebInternal) detachRootLayer]
-[WebBaseNetscapePluginView viewWillMoveToHostWindow:]
-[WebBaseNetscapePluginView viewDidMoveToHostWindow]
__ZN20WebFrameLoaderClient38dispatchDidLoadResourceFromMemoryCacheEPN7WebCore14DocumentLoaderERKNS0_15ResourceRequestERKNS0_16R
__Z24CallResourceLoadDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS2_S0_S0_lS0_
__ZL32applyHostNameFunctionToURLStringP8NSStringPFvS0_8_NSRangePvES2_
__ZL29collectRangesThatNeedEncodingP8NSString8_NSRangePv
__ZL28collectRangesThatNeedMappingP8NSString8_NSRangePva
-[NSString(WebNSURLExtras) _web_hostNameNeedsEncodingWithRange:]
__ZL8hexDigiti
-[NSEvent(WebExtras) _web_isOptionTabKeyEvent]
-[NSString(WebNSURLExtras) _web_isUserVisibleURL]
+[WebStringTruncator rightTruncateString:toWidth:withFont:]
__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) _setIncludesFlattenedCompositingLayersWhenDrawingToBitmap:]
-[WebHTMLView(WebPrivate) _compositingLayersHostingView]
-[WebHTMLView mouseDragged:]
-[WebDynamicScrollBarsView(WebInternal) allowsHorizontalScrolling]
__ZN15WebChromeClient11scaleFactorEv
__ZN15WebChromeClient13setWindowRectERKN7WebCore9FloatRectE
__ZN15WebEditorClient33isSelectTrailingWhitespaceEnabledEv
-[WebView(WebPrivate) isSelectTrailingWhitespaceEnabled]
__ZN13WebDragClient24declareAndWriteDragImageEP12NSPasteboardP10DOMElementP5NSURLP8NSStringPN7WebCore5FrameE
__ZL14getTopHTMLViewPN7WebCore5FrameE
-[DOMNode(WebDOMNodeOperations) webArchive]
-[WebArchive(WebInternal) _initWithCoreLegacyWebArchive:]
+[WebArchivePrivate initialize]
-[WebArchivePrivate .cxx_construct]
-[WebArchivePrivate initWithCoreArchive:]
-[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
-[WebArchive data]
-[WebArchivePrivate coreArchive]
__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:]
-[WebView _hitTest:dragTypes:]
-[WebView draggingEntered:]
-[WebView documentViewAtWindowPoint:]
-[WebView(WebFileInternal) _frameViewAtWindowPoint:]
__ZN13WebDragClient17actionMaskForDragEPN7WebCore8DragDataE
-[WebDefaultUIDelegate webView:dragDestinationActionMaskForDraggingInfo:]
__ZNK19WebPasteboardHelper25insertablePasteboardTypesEv
-[WebView draggingUpdated:]
-[WebView _shouldAutoscrollForDraggingInfo:]
-[WebView draggingExited:]
-[WebHTMLView draggedImage:endedAt:operation:]
-[WebFrame(WebInternal) _dragSourceEndedAt:operation:]
-[WebArchive dealloc]
-[WebArchivePrivate dealloc]
-[WebArchivePrivate .cxx_destruct]
__ZN3WTF6VectorINS_6RefPtrIN7WebCore15ArchiveResourceEEELm0EE6shrinkEm
__ZN7WebCore17FrameLoaderClient29dispatchDidNavigateWithinPageEv
__ZN20WebFrameLoaderClient35dispatchDidChangeLocationWithinPageEv
__ZN20WebFrameLoaderClient13didFinishLoadEv
-[WebPluginDatabase destroyAllPluginInstanceViews]
-[WebPluginDatabase dealloc]
__ZN6WebKit26HostedNetscapePluginStream10cancelLoadEs
__ZNK6WebKit26HostedNetscapePluginStream14errorForReasonEs
__ZN6WebKit26HostedNetscapePluginStream10cancelLoadEP7NSError
__ZN6WebKit26HostedNetscapePluginStream7didFailEPN7WebCore26NetscapePlugInStreamLoaderERKNS1_13ResourceErrorE
__ZN6WebKit26HostedNetscapePluginStream14reasonForErrorEP7NSError
__WKPHStreamDidFail
-[WebHTMLView(WebPrivate) pasteboard:provideDataForType:]
-[WebHTMLView(WebInternal) promisedDragTIFFDataSource]
-[WebArchive initWithData:]
-[WebArchivePrivate init]
-[WebArchivePrivate setCoreArchive:]
-[NSPasteboard(WebExtras) _web_writePromisedRTFDFromArchive:containsImage:]
-[WebArchive subresources]
-[WebResource(WebResourceInternal) _initWithCoreResource:]
+[WebResourcePrivate initialize]
-[WebResourcePrivate initWithCoreResource:]
-[WebArchive mainResource]
-[WebResource MIMEType]
-[WebResource(WebResourcePrivate) _fileWrapperRepresentation]
-[WebResource data]
-[WebResource(WebResourcePrivate) _suggestedFilename]
-[NSPasteboard(WebExtras) _web_writeFileWrapperAsRTFDAttachment:]
-[WebView _pluginForExtension:]
-[WebPluginDatabase pluginForExtension:]
-[WebBasePluginPackage extensionEnumerator]
-[WebBasePluginPackage MIMETypeForExtension:]
__ZN20WebFrameLoaderClient22createJavaAppletWidgetERKN7WebCore7IntSizeEPNS0_17HTMLAppletElementERKNS0_4KURLERKN3WTF6VectorINS0_
__ZL14parameterValueRKN3WTF6VectorIN7WebCore6StringELm0EEES5_RKS2_
__ZL10pluginViewP8WebFrameP16WebPluginPackageP7NSArrayS4_P5NSURLP10DOMElementa
-[WebPluginPackage viewFactory]
+[WebPluginController plugInViewWithArguments:fromPluginPackage:]
-[WebPluginController addPlugin:]
-[WebPluginController webView]
-[WebPluginController webFrame]
-[WebView(WebPrivate) defersCallbacks]
__ZL13isKindOfClassP11objc_objectP8NSString
__ZN20WebFrameLoaderClient10javaAppletEP6NSView
-[WebPluginController webPlugInContainerShowStatus:]
-[WebPluginController stopOnePlugin:]
-[WebPluginController destroyPlugin:]
-[WebPluginController destroyOnePlugin:]
-[WebViewFactory fileButtonChooseFileLabel]
-[WebViewFactory fileButtonNoFileSelectedLabel]
-[NSString(WebNSURLExtras) _webkit_stringByReplacingValidPercentEscapes]
-[WebFrame findFrameNamed:]
__ZN6WebKit27NetscapePluginInstanceProxy18evaluateJavaScriptEPNS0_13PluginRequestE
__ZN20WebFrameLoaderClient27registerForIconNotificationEb
-[WebView(WebViewInternal) _receivedIconChangedNotification:]
-[WebViewFactory imageTitleForFilename:width:height:]
-[NSView(WebExtras) _web_dragShouldBeginFromMouseDown:withExpiration:]
-[WebView(WebPendingPublic) markAllMatchesForText:caseSensitive:highlight:limit:]
-[WebHTMLView(WebDocumentInternalProtocols) setMarkedTextMatchesAreHighlighted:]
-[WebHTMLView(WebDocumentInternalProtocols) markAllMatchesForText:caseSensitive:limit:]
-[WebView(WebPendingPublic) unmarkAllTextMatches]
-[WebHTMLView(WebDocumentInternalProtocols) unmarkAllTextMatches]
__ZL14incrementFrameP8WebFrameaa
+[NSPasteboard(WebExtras) _web_setFindPasteboardString:withOwner:]
-[WebFrame globalContext]
-[NSData(WebNSDataExtras) _web_startsWithBlankLine]
-[NSData(WebNSDataExtras) _web_locationAfterFirstBlankLine]
-[NSData(WebNSDataExtras) _webkit_parseRFC822HeaderFields]
-[NSString(WebNSDataExtrasInternal) _web_capitalizeRFC822HeaderFieldName]
-[NSFileManager(WebNSFileManagerExtras) _webkit_pathWithUniqueFilenameForPath:]
-[NSString(WebKitExtras) _webkit_filenameByFixingIllegalCharacters]
_fileExists
__ZNK6WebKit13ProxyInstance27supportsInvokeDefaultMethodEv
__WKPHNPObjectHasInvokeDefaultMethod
__ZN20WebFrameLoaderClient20redirectDataToPluginEPN7WebCore6WidgetE
-[WebHTMLRepresentation _redirectDataToManualLoader:forPluginView:]
-[WebHostedNetscapePluginView pluginView:receivedResponse:]
__ZN6WebKit26HostedNetscapePluginStreamC1EPNS_27NetscapePluginInstanceProxyEPN7WebCore11FrameLoaderE
__ZN6WebKit26HostedNetscapePluginStreamC2EPNS_27NetscapePluginInstanceProxyEPN7WebCore11FrameLoaderE
__ZN6WebKit27NetscapePluginInstanceProxy15setManualStreamEN3WTF10PassRefPtrINS_26HostedNetscapePluginStreamEEE
__ZN6WebKit26HostedNetscapePluginStream23startStreamWithResponseEP13NSURLResponse
-[WebHostedNetscapePluginView pluginView:receivedData:]
-[WebHostedNetscapePluginView pluginViewFinishedLoading:]
_WKDrawFocusRing
-[WebViewFactory submitButtonDefaultLabel]
__ZN15WebChromeClient36requestGeolocationPermissionForFrameEPN7WebCore5FrameEPNS0_11GeolocationE
-[WebGeolocationPolicyListener .cxx_construct]
-[WebGeolocationPolicyListener initWithGeolocation:]
__Z14CallUIDelegateP7WebViewP13objc_selectorP11objc_objectS4_S4_
-[WebSecurityOrigin port]
-[WebSecurityOrigin host]
-[WebSecurityOrigin protocol]
-[WebGeolocationPolicyListener deny]
-[WebGeolocationPolicyListener .cxx_destruct]
-[WebHTMLRepresentation receivedError:withDataSource:]
__ZN20WebFrameLoaderClient18cannotShowURLErrorERKN7WebCore15ResourceRequestE
__ZN15WebChromeClient5focusEv
__ZN20WebFrameLoaderClient21fileDoesNotExistErrorERKN7WebCore16ResourceResponseE
__ZN6WebKit27NetscapePluginInstanceProxy14LocalObjectMap6retainEPN3JSC8JSObjectE
__ZN6WebKit27NetscapePluginInstanceProxy14LocalObjectMap7releaseEPN3JSC8JSObjectE
__XPCConvertPoint
_WKPCConvertPoint
__ZN6WebKit27NetscapePluginInstanceProxy12convertPointEdd17NPCoordinateSpaceRdS2_S1_
-[WebBaseNetscapePluginView convertFromX:andY:space:toX:andY:space:]
__ZN20NetscapePluginWidget11handleEventEPN7WebCore5EventE
-[WebHostedNetscapePluginView handleMouseEntered:]
__ZN6WebKit27NetscapePluginInstanceProxy10mouseEventEP6NSViewP7NSEvent16NPCocoaEventType
__WKPHPluginInstanceMouseEvent
-[WebHostedNetscapePluginView handleMouseMoved:]
_WKGetFontInLanguageForCharacter
__XPCInvalidateRect
_WKPCInvalidateRect
__ZN6WebKit27NetscapePluginInstanceProxy14invalidateRectEdddd
__WKPHPluginInstanceDidDraw
___WKPCInvalidateRect_block_invoke_2
-[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:]
-[WebPDFRepresentation title]
-[WebPDFView acceptsFirstResponder]
-[WebPDFRepresentation receivedData:withDataSource:]
-[WebPDFView dataSourceUpdated:]
-[WebPDFView hitTest:]
-[WebPDFRepresentation receivedError:withDataSource:]
-[WebPDFView setNeedsLayout:]
-[WebPDFView layout]
-[WebPDFView selectionView]
-[WebPDFView dealloc]
__ZNK7WebCore20StringSourceProvider8getRangeEii
__XPCResolveURL
_WKPCResolveURL
__ZN6WebKit27NetscapePluginInstanceProxy10resolveURLEPKcS2_RPcRj
-[WebBaseNetscapePluginView resolvedURLStringForURL:target:]
__ZN3WTF6VectorIcLm0EE6shrinkEm
__XPCGetCookies
_WKPCGetCookies
__ZN6WebKit27NetscapePluginInstanceProxy10getCookiesEPcjRS1_Rj
-[WebHostedNetscapePluginView setLayer:]
__ZN3WTF7HashMapINS_6RefPtrIN7WebCore10StringImplEEEPN3JSC8Bindings5FieldENS2_10StringHashENS_10HashTraitsIS4_EENSA_IS8_EEE3add
__ZN3WTF9HashTableINS_6RefPtrIN7WebCore10StringImplEEESt4pairIS4_PN3JSC8Bindings5FieldEENS_18PairFirstExtractorISA_EENS2_10Stri
-[WebViewFactory refreshPlugins]
__ZN15WebChromeClient27invalidateContentsAndWindowERKN7WebCore7IntRectEb
-[WebFramePolicyListener invalidate]
__ZN20WebFrameLoaderClient29interruptForPolicyChangeErrorERKN7WebCore15ResourceRequestE
-[WebFramePolicyListener ignore]
-[WebHTMLView(WebNSTextInputSupport) hasMarkedText]
__ZN15WebEditorClient16shouldInsertTextERKN7WebCore6StringEPNS0_5RangeENS0_18EditorInsertActionE
-[WebDefaultEditingDelegate webView:shouldInsertText:replacingDOMRange:givenAction:]
__ZN15WebEditorClient24textFieldDidBeginEditingEPN7WebCore7ElementE
__ZN15WebEditorClient24textDidChangeInTextFieldEPN7WebCore7ElementE
-[WebHTMLRepresentation formForElement:]
__ZN15WebEditorClient22registerCommandForUndoEN3WTF10PassRefPtrIN7WebCore11EditCommandEEE
__ZN15WebEditorClient28registerCommandForUndoOrRedoEN3WTF10PassRefPtrIN7WebCore11EditCommandEEEb
-[WebView(WebViewEditing) undoManager]
+[WebEditCommand initialize]
+[WebEditCommand commandWithEditCommand:]
-[WebEditCommand .cxx_construct]
-[WebEditCommand initWithEditCommand:]
__ZN15WebEditorClient24respondToChangedContentsEv
__ZN15WebEditorClient35isAutomaticQuoteSubstitutionEnabledEv
__ZN15WebEditorClient31isAutomaticLinkDetectionEnabledEv
__ZN15WebEditorClient34isAutomaticDashSubstitutionEnabledEv
__ZN15WebEditorClient33isAutomaticTextReplacementEnabledEv
__ZN15WebEditorClient36isAutomaticSpellingCorrectionEnabledEv
__ZN15WebEditorClient20checkTextOfParagraphEPKtiyRN3WTF6VectorIN7WebCore18TextCheckingResultELm0EEE
__ZN15WebEditorClient23spellCheckerDocumentTagEv
-[WebView(WebViewEditing) spellCheckerDocumentTag]
__ZN3WTF6VectorIN7WebCore18TextCheckingResultELm0EE14expandCapacityEmPKS2_
__ZN3WTF6VectorIN7WebCore18TextCheckingResultELm0EE14expandCapacityEm
__ZN3WTF6VectorIN7WebCore18TextCheckingResultELm0EE15reserveCapacityEm
__ZN7WebCore18TextCheckingResultC2ERKS0_
__ZN3WTF6VectorIN7WebCore13GrammarDetailELm0EEC1ERKS3_
__ZN3WTF6VectorIN7WebCore13GrammarDetailELm0EEC2ERKS3_
__ZN7WebCore18TextCheckingResultD2Ev
_WKSetPatternPhaseInUserSpace
__ZN15WebChromeClient13willPopUpMenuEP6NSMenu
_WKPopupMenu
__ZN15WebChromeClient12createWindowEPN7WebCore5FrameERKNS0_16FrameLoadRequestERKNS0_14WindowFeaturesE
__Z14CallUIDelegateP7WebViewP13objc_selectorP11objc_objectS4_
__ZN6WebKit25NetscapePluginHostManager15didCreateWindowEv
__ZN15WebChromeClient18setToolbarsVisibleEb
__ZN15WebChromeClient19setStatusbarVisibleEb
__ZN15WebChromeClient20setScrollbarsVisibleEb
-[WebFrameView setAllowsScrolling:]
__ZN15WebChromeClient17setMenubarVisibleEb
__ZN15WebChromeClient12setResizableEb
__ZN15WebChromeClient8pageRectEv
__ZN15WebChromeClient4showEv
-[WebHostedNetscapePluginView handleMouseExited:]
-[WebEditCommand dealloc]
-[WebEditCommand .cxx_destruct]
__ZN15WebChromeClient15closeWindowSoonEv
-[WebView(WebPrivate) _closeWindow]
-[WebBaseNetscapePluginView windowWillClose:]
__Z32CallFormDelegateReturningBooleanaP7WebViewP13objc_selectorP11objc_objectS2_S4_
__ZN20WebFrameLoaderClient27dispatchWillSendSubmitEventEPN7WebCore15HTMLFormElementE
-[WebHTMLRepresentation matchLabels:againstElement:]
-[WebHTMLRepresentation searchForLabels:beforeElement:resultDistance:resultIsInCellAbove:]
-[WebHTMLRepresentation elementWithName:inForm:]
__ZN15WebChromeClient18makeFirstResponderEP11NSResponder
-[WebView(WebPrivate) _pushPerformingProgrammaticFocus]
-[WebView(WebPrivate) _popPerformingProgrammaticFocus]
__ZN20WebFrameLoaderClient38dispatchDecidePolicyForNewWindowActionEMN7WebCore13PolicyCheckerEFvNS0_12PolicyActionEERKNS0_16Navi
__ZN20WebFrameLoaderClient18dispatchCreatePageEv
__ZN20WebFrameLoaderClient12dispatchShowEv
__ZN15WebEditorClient24smartInsertDeleteEnabledEv
__ZN15WebEditorClient17shouldDeleteRangeEPN7WebCore5RangeE
-[WebDefaultEditingDelegate webView:shouldDeleteDOMRange:]
__ZN15WebEditorClient28textWillBeDeletedInTextFieldEPN7WebCore7ElementE
__ZNK15WebChromeClient11tabsToLinksEv
-[WebPreferences tabsToLinks]
__ZN15WebChromeClient12canTakeFocusEN7WebCore14FocusDirectionE
__ZN15WebChromeClient9takeFocusEN7WebCore14FocusDirectionE
-[WebView(WebViewInternal) _becomingFirstResponderFromOutside]
-[WebBackForwardList forwardItem]
-[WebBackForwardList backItem]
-[WebView(WebViewEventHandling) mouseUp:]
-[NSView(WebExtras) _webView]
__ZN15WebChromeClient7unfocusEv
-[WebDefaultUIDelegate webViewUnfocus:]
__ZN15WebChromeClient14keyboardUIModeEv
-[WebView(WebViewInternal) _keyboardUIMode]
-[WebView(WebViewInternal) _retrieveKeyboardUIModeFromPreferences:]
-[WebBaseNetscapePluginView acceptsFirstResponder]
-[WebBaseNetscapePluginView becomeFirstResponder]
-[WebHostedNetscapePluginView focusChanged]
__ZN6WebKit27NetscapePluginInstanceProxy12focusChangedEb
__WKPHPluginInstanceFocusChanged
-[WebHostedNetscapePluginView mouseDown:]
-[WebHostedNetscapePluginView mouseUp:]
-[WebHostedNetscapePluginView mouseDragged:]
-[WebBaseNetscapePluginView resignFirstResponder]
-[WebView(WebPrivate) _clearMainFrameName]
-[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
__ZL19isPreVersion3Clientv
__ZL26fixMenusToSendToOldClientsP14NSMutableArray
__ZL28isPreInspectElementTagClientv
-[WebElementDictionary _absoluteImageURL]
-[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
-[WebDownloadInternal download:didReceiveDataOfLength:]
-[WebDownloadInternal download:decideDestinationWithSuggestedFilename:]
-[NSFileManager(WebNSFileManagerExtras) _webkit_setMetadataURL:referrer:atPath:]
-[NSURL(WebNSURLExtras) _web_URLByRemovingUserInfo]
-[NSURL(WebNSURLExtras) _web_URLByRemovingComponentAndSubsequentCharacter:]
_setMetaData
_WKSetMetadataURL
-[WebDownloadInternal download:didCreateDestination:]
-[WebDownloadInternal downloadDidFinish:]
-[WebDownload dealloc]
-[WebDownloadInternal dealloc]
-[WebPDFRepresentation finishedLoadingWithDataSource:]
+[WebPDFRepresentation PDFDocumentClass]
-[WebPDFView setPDFDocument:]
-[WebPDFView(FileInternal) _scaleOrDisplayModeOrPageChanged:]
-[WebPDFView(FileInternal) _applyPDFDefaults]
-[WebPreferences(WebPrivate) PDFScaleFactor]
-[WebPreferences _floatValueForKey:]
-[WebPreferences(WebPrivate) PDFDisplayMode]
__Z23allScriptsInPDFDocumentP11PDFDocument
-[WebPDFView PDFDocument]
__ZN15WebChromeClient21exceededDatabaseQuotaEPN7WebCore5FrameERKNS0_6StringE
-[WebSecurityOrigin quota]
-[WebDatabaseManager detailsForDatabase:withOrigin:]
-[WebSecurityOrigin(WebInternal) _core]
-[WebSecurityOrigin setQuota:]
__ZN24WebDatabaseTrackerClient23dispatchDidModifyOriginEPN7WebCore14SecurityOriginE
__ZN24WebDatabaseTrackerClient25dispatchDidModifyDatabaseEPN7WebCore14SecurityOriginERKNS0_6StringE
+[WebIconDatabase(WebPrivate) _checkIntegrityBeforeOpening]
-[WebPreferences(WebPrivate) setAllowUniversalAccessFromFileURLs:]
-[WebPreferences(WebPrivate) setAllowFileAccessFromFileURLs:]
-[WebPreferences setStandardFontFamily:]
-[WebPreferences _setStringValue:forKey:]
-[WebPreferences setFixedFontFamily:]
-[WebPreferences setSerifFontFamily:]
-[WebPreferences setSansSerifFontFamily:]
-[WebPreferences setCursiveFontFamily:]
-[WebPreferences setFantasyFontFamily:]
-[WebPreferences setDefaultFontSize:]
-[WebPreferences setDefaultFixedFontSize:]
-[WebPreferences(WebPrivate) setEditableLinkBehavior:]
-[WebPreferences setTabsToLinks:]
-[WebPreferences setShouldPrintBackgrounds:]
-[WebPreferences(WebPrivate) setXSSAuditorEnabled:]
-[WebPreferences(WebPrivate) setExperimentalNotificationsEnabled:]
-[WebPreferences(WebPrivate) setPluginAllowedRunTime:]
-[WebPreferences(WebPrivate) setAuthorAndUserStylesEnabled:]
-[WebPreferences(WebPrivate) setJavaScriptCanAccessClipboard:]
-[WebPreferences(WebPrivate) setOfflineWebApplicationCacheEnabled:]
-[WebPreferences(WebPrivate) setDeveloperExtrasEnabled:]
-[WebPreferences setLoadsImagesAutomatically:]
-[WebPreferences(WebPrivate) setFrameFlatteningEnabled:]
-[WebPreferences setUserStyleSheetEnabled:]
-[WebPreferences setUsesPageCache:]
-[WebPreferences(WebPrivate) setAcceleratedCompositingEnabled:]
-[WebPreferences(WebPrivate) setWebGLEnabled:]
-[WebPreferences(WebPrivate) setMemoryInfoEnabled:]
+[WebPluginDatabase setAdditionalWebPlugInPaths:]
-[WebDefaultUIDelegate webView:didDrawRect:]
-[WebView(WebPrivate) _setPostsAcceleratedCompositingNotifications:]
-[WebView(WebPrivate) drawRect:]
-[WebView(WebViewEditing) setEditable:]
-[WebView(WebViewEditing) editingDelegate]
-[WebView(WebPendingPublic) setTabKeyCyclesThroughElements:]
-[WebView(WebPrivate) _setDashboardBehavior:to:]
-[WebDefaultEditingDelegate undoManagerForWebView:]
-[WebView groupName]
+[WebView(WebPrivate) _removeAllUserContentFromGroup:]
-[WebView(WebViewEditing) setSmartInsertDeleteEnabled:]
-[WebView(WebPrivate) setSelectTrailingWhitespaceEnabled:]
-[WebView(WebPrivate) inspector]
-[WebInspector initWithWebView:]
-[WebInspector setJavaScriptProfilingEnabled:]
+[WebView(WebPrivate) _setUsesTestModeFocusRingColor:]
+[WebView(WebPrivate) _resetOriginAccessWhitelists]
+[WebHistory optionalSharedHistory]
-[WebDefaultPolicyDelegate webView:decidePolicyForMIMEType:request:frame:decisionListener:]
-[WebFrame(WebPrivate) _pendingFrameUnloadEventCount]
-[WebDefaultUIDelegate webViewFirstResponder:]
-[WebHTMLView accessibilityFocusedUIElement]
-[WebFrame(WebInternal) _accessibilityTree]
-[WebView(WebViewEditing) setSelectedDOMRange:affinity:]
-[WebFrame loadHTMLString:baseURL:]
-[WebViewFactory unregisterUniqueIdForUIElement:]
_WKUnregisterUniqueIdForElement
-[WebViewFactory accessibilityHandleFocusChanged]
_WKAccessibilityHandleFocusChanged
-[WebHTMLView accessibilityAttributeValue:]
-[WebViewFactory AXHeadingText]
-[WebViewFactory textMarkerWithBytes:length:]
_WKCreateAXTextMarker
-[WebDefaultUIDelegate webView:didScrollDocumentInFrameView:]
-[WebViewFactory objectIsTextMarker:]
_WKGetAXTextMarkerTypeID
-[WebViewFactory objectIsTextMarkerRange:]
_WKGetAXTextMarkerRangeTypeID
__ZN15WebEditorClient18shouldBeginEditingEPN7WebCore5RangeE
__ZN15WebEditorClient15didBeginEditingEv
-[WebDynamicScrollBarsView(WebInternal) accessibilityIsIgnored]
-[WebHTMLView _accessibilityParentForSubview:]
-[WebViewFactory AXWebAreaText]
-[WebViewFactory AXLinkText]
-[WebViewFactory AXDefinitionListTermText]
-[WebViewFactory AXDefinitionListDefinitionText]
_WKDrawMediaUIPart
__ZL16controlsForThemei
__ZN13MediaControls8drawPartEiP9CGContext6CGRectj
__ZNK21MediaSharedUIControls14controlForPartEi
__ZN30MediaSharedUIBackgroundElement5paintEP9CGContext6CGRect
__ZNK14MediaUIElement23setUpContextForPaintingEP9CGContext6CGRect
__ZL25createGenericGrayGradientPKdS0_m
__ZL35draw3PartBannerInRectRelativeToEdgeP9CGContext6CGRect10CGRectEdgedPKvP7CGColorS4_
__ZNK14MediaUIElement27restoreContextAfterPaintingEP9CGContext
__ZN25MediaSharedUIImageElement5paintEP9CGContext6CGRect
__ZNK25MediaSharedUIImageElement20constrainAspectRatioEv
__ZN25MediaSharedUIImageElement21createBackgroundImageEP9CGContext6CGRect
__ZNK25MediaSharedUIImageElement5imageEv
__ZL28createMediaPDFRetreat30Imagev
__ZL32createCGLayerFromPDFDataProviderP14CGDataProvider
__ZNK25MediaSharedUIImageElement14drawBackgroundEP9CGContext6CGRect
__ZL15drawOuterShadowP9CGContext6CGRectPKv
__ZL10drawShadowP9CGContext6CGRectPKv6CGSizedP7CGColor
__ZL16drawImageOrLayerP9CGContext6CGRectPKv
__ZL15drawInnerShadowP9CGContext6CGRectPKv6CGSizedP7CGColor
__ZL29createMediaPDFPlayButtonImagev
-[WebViewFactory mediaElementLoadingStateText]
_WKQTMovieHasClosedCaptions
__ZN15WebChromeClient25supportsFullscreenForNodeEPKN7WebCore4NodeE
-[WebView(WebPrivate) _isUsingAcceleratedCompositing]
_WKMeasureMediaUIPart
__ZNK13MediaControls11naturalSizeEi
__ZNK39MediaSharedUITimelineSliderThumbElement11naturalSizeEv
_WKDrawMediaSliderTrack
__ZN13MediaControls15drawSliderTrackEP9CGContext6CGRectddj
__ZNK21MediaSharedUIControls6sliderEv
__ZN27MediaSharedUITimelineSlider5paintEP9CGContext6CGRect
__ZL23addRoundedRectToContextP9CGContext6CGRectd
__ZNK27MediaSharedUITimelineSlider22highlightUnloadedRangeEP9CGContext6CGRect
__ZN39MediaSharedUITimelineSliderThumbElement5paintEP9CGContext6CGRect
__ZL34createMediaPDFEnterFullscreenImagev
__ZL34createMediaPDFAudioVolumeHighImagev
-[WebViewFactory localizedMediaControlElementString:]
-[WebViewFactory textMarkerRangeWithStart:end:]
_WKCreateAXTextMarkerRange
-[WebFrame(WebPrivate) _numberOfActiveAnimations]
-[WebFrame(WebPrivate) _pauseAnimation:onNode:atTime:]
-[WebFrame(WebKitDebug) renderTreeAsExternalRepresentationForPrinting:]
+[WebCoreStatistics garbageCollectJavaScriptObjects]
-[WebFrame(WebPrivate) _layerTreeAsText]
-[WebFrame(WebPrivate) _pauseTransitionOfProperty:onNode:atTime:]
-[WebPreferences(WebPrivate) _setPreferenceForTestWithValue:forKey:]
-[WebInspector webViewClosed]
+[WebCoreStatistics emptyCache]
-[NSError(WebKitExtras) _initWithPluginErrorCode:contentURL:pluginPageURL:pluginName:MIMEType:]
-[WebViewFactory missingPluginText]
-[WebViewFactory searchableIndexIntroduction]
__ZN15WebEditorClient26shouldMoveRangeAfterDeleteEPN7WebCore5RangeES2_
-[WebDefaultEditingDelegate webView:shouldMoveRangeAfterDelete:replacingRange:]
__ZN15WebEditorClient13didEndEditingEv
__ZN15WebEditorClient25shouldShowDeleteInterfaceEPN7WebCore11HTMLElementE
__ZN15WebEditorClient16shouldEndEditingEPN7WebCore5RangeE
-[WebView(WebPrivate) _executeCoreCommandByName:value:]
__ZN15WebChromeClient18runJavaScriptAlertEPN7WebCore5FrameERKNS0_6StringE
__ZNK15WebEditorClient7canUndoEv
__ZN15WebEditorClient4undoEv
-[WebEditorUndoTarget undoEditing:]
-[WebEditCommand command]
__ZN15WebEditorClient22registerCommandForRedoEN3WTF10PassRefPtrIN7WebCore11EditCommandEEE
__ZN15WebEditorClient23textDidChangeInTextAreaEPN7WebCore7ElementE
-[WebView textSizeMultiplier]
__ZN15WebEditorClient33didSetSelectionTypesForPasteboardEv
-[WebDefaultEditingDelegate webView:didSetSelectionTypesForPasteboard:]
__ZN15WebEditorClient29didWriteSelectionToPasteboardEv
-[WebDefaultEditingDelegate webView:didWriteSelectionToPasteboard:]
-[WebHTMLView(WebInternal) paste:]
-[WebHTMLView(WebHTMLViewFileInternal) _pasteWithPasteboard:allowPlainText:]
-[WebView(WebViewInternal) _setInsertionPasteboard:]
-[WebHTMLView(WebHTMLViewFileInternal) _selectedRange]
-[WebHTMLView(WebHTMLViewFileInternal) _documentFragmentFromPasteboard:inContext:allowPlainText:]
-[WebHTMLView(WebPrivate) _documentFragmentFromPasteboard:forType:inContext:subresources:]
-[WebHTMLView(WebHTMLViewFileInternal) _dataSource]
-[WebDataSource(WebInternal) _documentFragmentWithArchive:]
-[WebArchive(WebInternal) _coreLegacyWebArchive]
-[WebResource URL]
-[WebFrame(WebInternal) _documentFragmentWithMarkupString:baseURLString:]
-[WebHTMLView(WebHTMLViewFileInternal) _shouldInsertFragment:replacingDOMRange:givenAction:]
-[WebHTMLView(WebPrivate) _canSmartReplaceWithPasteboard:]
-[WebFrame(WebPrivate) _replaceSelectionWithFragment:selectReplacement:smartReplace:matchStyle:]
-[WebResource dealloc]
-[WebResourcePrivate dealloc]
-[WebView(WebIBActions) _responderValidateUserInterfaceItem:]
-[WebView(WebFileInternal) _responderForResponderOperations]
-[NSView(WebExtras) _web_firstResponderIsSelfOrDescendantView]
__ZN15WebChromeClient5printEPN7WebCore5FrameE
-[WebDefaultUIDelegate webView:makeFirstResponder:]
-[WebHTMLView(WebNSTextInputSupport) firstRectForCharacterRange:]
-[WebFrame(WebInternal) _convertNSRangeToDOMRange:]
-[WebFrame(WebInternal) _convertToDOMRange:]
-[WebFrame(WebInternal) _firstRectForDOMRange:]
__ZNK15WebEditorClient7canRedoEv
__ZN15WebEditorClient4redoEv
-[WebEditorUndoTarget redoEditing:]
-[DOMDocument(WebDOMDocumentOperations) URLWithAttributeString:]
-[WebView(WebPrivate) _catchesDelegateExceptions]
-[WebView performDragOperation:]
__ZNK19WebPasteboardHelper22fragmentFromPasteboardEPK12NSPasteboard
-[WebHTMLView(WebInternal) _documentFragmentFromPasteboard:]
__ZN15WebEditorClient16shouldInsertNodeEPN7WebCore4NodeEPNS0_5RangeENS0_18EditorInsertActionE
__ZN13WebDragClient32willPerformDragDestinationActionEN7WebCore21DragDestinationActionEPNS0_8DragDataE
-[WebDefaultUIDelegate webView:willPerformDragDestinationAction:forDraggingInfo:]
-[WebHTMLView(WebPrivate) _hasHTMLDocument]
__ZN15WebEditorClient17userVisibleStringEP5NSURL
_WKGetExtensionsForMIMEType
+[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]
__ZNK19WebPasteboardHelper17urlFromPasteboardEPK12NSPasteboardPN7WebCore6StringE
-[NSPasteboard(WebExtras) _web_bestURL]
-[NSString(WebNSURLExtras) _webkit_looksLikeAbsoluteURL]
-[NSString(WebNSURLExtras) _webkit_rangeOfURLScheme]
__ZNK19WebPasteboardHelper23plainTextFromPasteboardEPK12NSPasteboard
__ZN13WebDragClient22createDragImageForLinkERN7WebCore4KURLERKNS0_6StringEPNS0_5FrameE
-[WebHTMLView(WebPrivate) _dragImageForURL:withLabel:]
-[NSString(WebKitExtras) _web_drawDoubledAtPoint:withTopColor:bottomColor:font:]
__ZN15WebChromeClient18chooseIconForFilesERKN3WTF6VectorIN7WebCore6StringELm0EEEPNS2_11FileChooserE
__ZL25uniqueURLWithRelativePartP8NSString
-[WebDataSource(WebInternal) _documentFragmentWithImageResource:]
-[WebDataSource(WebInternal) _imageElementWithImageResource:]
__ZN3WTF6VectorINS_6RefPtrIN7WebCore7ArchiveEEELm0EE6shrinkEm
-[WebHTMLView menuForEvent:]
-[WebViewFactory contextMenuItemTagSpeechMenu]
-[WebViewFactory contextMenuItemTagStartSpeaking]
-[WebViewFactory contextMenuItemTagStopSpeaking]
__ZN20WebContextMenuClient10isSpeakingEv
-[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 contextMenuItemTagWritingDirectionMenu]
-[WebViewFactory contextMenuItemTagDefaultDirection]
-[WebViewFactory contextMenuItemTagLeftToRight]
-[WebViewFactory contextMenuItemTagRightToLeft]
-[WebHTMLView(WebNSTextInputSupport) selectedRange]
-[WebFrame(WebPrivate) _selectedNSRange]
-[WebFrame(WebInternal) _convertToNSRange:]
__ZN15WebChromeClient19customHighlightRectEPN7WebCore4NodeERKNS0_12AtomicStringERKNS0_9FloatRectE
-[WebHTMLView(WebInternal) _highlighterForType:]
__ZN15WebChromeClient20paintCustomHighlightEPN7WebCore4NodeERKNS0_12AtomicStringERKNS0_9FloatRectES8_bb
-[WebViewFactory resetButtonDefaultLabel]
-[WebDefaultPolicyDelegate webView:shouldGoToHistoryItem:]
-[WebFrame(WebKitDebug) counterValueForElement:]
__ZN15WebChromeClient11canRunModalEv
+[WebCoreStatistics javaScriptObjectsCount]
-[WebFrame name]
-[WebBackForwardList capacity]
-[WebBackForwardList addItem:]
__Z4coreP14WebHistoryItem
-[WebBackForwardList goToItem:]
-[WebDefaultUIDelegate webView:setToolbarsVisible:]
-[WebDefaultUIDelegate webView:setStatusBarVisible:]
-[WebDefaultUIDelegate webView:setResizable:]
-[WebDefaultUIDelegate webViewShow:]
-[WebDefaultPolicyDelegate webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:]
-[WebDefaultUIDelegate webView:createWebViewWithRequest:windowFeatures:]
__ZN15WebChromeClient14menubarVisibleEv
__ZN7WebCore12ChromeClient22registerContentHandlerERKNS_6StringES3_S3_S3_
__ZN7WebCore12ChromeClient23registerProtocolHandlerERKNS_6StringES3_S3_S3_
-[WebKeyGenerator strengthMenuItemTitles]
__ZN15WebChromeClient20runJavaScriptConfirmEPN7WebCore5FrameERKNS0_6StringE
__Z30CallUIDelegateReturningBooleanaP7WebViewP13objc_selectorP11objc_objectS4_
__ZN15WebChromeClient19runJavaScriptPromptEPN7WebCore5FrameERKNS0_6StringES5_RS3_
__ZN15WebChromeClient17scrollbarsVisibleEv
-[WebFrameView allowsScrolling]
__ZN15WebChromeClient15toolbarsVisibleEv
-[NSString(WebNSURLExtras) _web_encodeHostName]
__ZL22readIDNScriptWhiteListv
__ZL26readIDNScriptWhiteListFileP8NSString
-[WebFrameView _scrollLineHorizontally:]
-[WebFrameView _scrollOverflowInDirection:granularity:]
-[WebHTMLView(WebNSTextInputSupport) setMarkedText:selectedRange:]
-[WebResponderChainSink initWithResponderChain:]
-[WebHTMLView complete:]
-[WebTextCompletionController initWithWebView:HTMLView:]
-[WebTextCompletionController doCompletion]
-[WebFrame(WebInternal) _rangeByAlteringCurrentSelection:direction:granularity:]
-[WebResponderChainSink receivedUnhandledCommand]
-[WebResponderChainSink detach]
-[WebTextCompletionController popupWindowIsOpen]
-[WebTextCompletionController filterKeyDown:]
-[WebTextCompletionController endRevertingChange:moveLeft:]
-[WebTextCompletionController dealloc]
-[WebFrameView scrollPageUp:]
-[WebFrameView _pageVertically:]
-[WebView(WebViewEditingActions) scrollPageUp:]
-[WebView(WebViewEditingActions) _performResponderOperation:with:]
-[WebResponderChainSink tryToPerform:with:]
-[WebFrameView scrollPageDown:]
-[WebView(WebViewEditingActions) scrollPageDown:]
-[WebFrameView scrollToBeginningOfDocument:]
-[WebFrameView _scrollToBeginningOfDocument]
-[WebView(WebViewEditingActions) scrollToBeginningOfDocument:]
-[WebFrameView scrollToEndOfDocument:]
-[WebFrameView _scrollToEndOfDocument]
-[WebView(WebViewEditingActions) scrollToEndOfDocument:]
-[WebFrameView(WebPrivate) _contentView]
-[WebViewFactory multipleFileUploadTextForNumberOfFiles:]
-[WebFrameView(WebInternal) _verticalPageScrollDistance]
-[WebFrameView _scrollVerticallyBy:]
-[WebViewFactory validationMessagePatternMismatchText]
-[WebViewFactory validationMessageValueMissingText]
-[WebViewFactory validationMessageTypeMismatchText]
__ZN20WebFrameLoaderClient34didTransferChildFrameToNewDocumentEv
-[WebDefaultUIDelegate webViewClose:]
-[WebHistory init]
+[WebHistoryPrivate initialize]
-[WebHistoryPrivate init]
+[WebHistory setOptionalSharedHistory:]
-[WebHistory(WebInternal) _addVisitedLinksToPageGroup:]
-[WebHistoryPrivate addVisitedLinksToPageGroup:]
-[WebView(WebViewPrivateStyleInfo) _computedStyleIncludingVisitedInfo:forElement:]
-[WebHistory dealloc]
-[WebHistoryPrivate dealloc]
__ZN3WTF9HashTableIxSt4pairIxNS_9RetainPtrI14NSMutableArrayEEENS_18PairFirstExtractorIS5_EENS_7IntHashIyEENS_14PairHashTraitsIN
-[WebHistory(WebInternal) _visitedURL:withTitle:method:wasFailure:increaseVisitCount:]
-[WebHistoryPrivate visitedURL:withTitle:increaseVisitCount:]
-[WebHistoryItem initWithURLString:title:lastVisitedTimeInterval:]
-[WebHistoryItem(WebInternal) _recordInitialVisit]
-[WebHistoryPrivate addItemToDateCaches:]
-[WebHistoryItem lastVisitedTimeInterval]
-[WebHistoryPrivate findKey:forDay:]
__ZL16getDayBoundariesdRdS_
__ZNK3WTF9HashTableIxSt4pairIxNS_9RetainPtrI14NSMutableArrayEEENS_18PairFirstExtractorIS5_EENS_7IntHashIyEENS_14PairHashTraitsI
__ZN3WTF7HashMapIxNS_9RetainPtrI14NSMutableArrayEENS_7IntHashIyEENS_10HashTraitsIxEENS6_IS3_EEE3setERKxRKS3_
-[WebHistory _sendNotification:entries:]
-[WebHistory(WebPrivate) allItems]
-[WebHistoryPrivate allItems]
-[WebView(WebPrivate) _loadBackForwardListFromOtherView:]
__ZN20WebFrameLoaderClient30dispatchDidPushStateWithinPageEv
-[WebHistoryItem(WebPrivate) target]
-[WebHistoryItem(WebPrivate) isTargetItem]
-[WebHistoryItem(WebPrivate) children]
-[WebPreferences setUserStyleSheetLocation:]
-[WebPreferences userStyleSheetLocation]
__ZN20WebFrameLoaderClient29dispatchDidPopStateWithinPageEv
__ZN18WebInspectorClient15populateSettingERKN7WebCore6StringEPS1_
+[WebWorkersPrivate workerThreadCount]
-[WebInspector show:]
__ZN18WebInspectorClient21openInspectorFrontendEPN7WebCore19InspectorControllerE
-[WebInspectorWindowController initWithInspectedWebView:]
-[WebInspectorWindowController init]
-[WebPreferences init]
-[WebPreferences setAllowsAnimatedImages:]
-[WebPreferences setMinimumLogicalFontSize:]
-[WebView setDrawsBackground:]
-[WebView(WebPrivate) setProhibitsMainFrameScrolling:]
-[WebInspectorWindowController webView]
__ZN26WebInspectorFrontendClientC1EP7WebViewP28WebInspectorWindowControllerPN7WebCore19InspectorControllerEPNS4_4PageE
__ZN26WebInspectorFrontendClientC2EP7WebViewP28WebInspectorWindowControllerPN7WebCore19InspectorControllerEPNS4_4PageE
-[WebInspectorWindowController setFrontendClient:]
-[WebInspector evaluateInFrontend:callId:script:]
__ZN26WebInspectorFrontendClient19localizedStringsURLEv
__ZN26WebInspectorFrontendClient12hiddenPanelsEv
__ZN18WebInspectorClient13hideHighlightEv
-[WebNodeHighlighter hideHighlight]
__ZN26WebInspectorFrontendClient14frontendLoadedEv
-[WebInspectorWindowController showWindow:]
-[WebInspectorWindowController attached]
__ZN26WebInspectorFrontendClient23setAttachedWindowHeightEj
-[WebInspectorWindowController setAttachedWindowHeight:]
__ZN26WebInspectorFrontendClient12bringToFrontEv
__ZNK26WebInspectorFrontendClient17updateWindowTitleEv
-[WebInspectorWindowController window]
_WKNSWindowMakeBottomCornersSquare
__ZN26WebInspectorFrontendClient19inspectedURLChangedERKN7WebCore6StringE
__ZN18WebInspectorClient12storeSettingERKN7WebCore6StringES3_
-[WebInspector close:]
__ZN26WebInspectorFrontendClient11closeWindowEv
-[WebInspectorWindowController destroyInspectorView]
-[WebInspectorWindowController close]
__ZN26WebInspectorFrontendClientD0Ev
-[WebInspectorWindowController dealloc]
__ZN18WebInspectorClient9highlightEPN7WebCore4NodeE
-[WebNodeHighlighter highlightNode:]
-[WebNodeHighlight initWithTargetView:inspectorController:]
-[WebNodeHighlight(FileInternal) _computeHighlightWindowFrame]
-[WebNodeHighlightView initWithWebNodeHighlight:]
-[WebNodeHighlightView isFlipped]
-[WebNodeHighlight setDelegate:]
-[WebNodeHighlight attach]
-[WebNodeHighlightView drawRect:]
-[WebNodeHighlight inspectorController]
-[WebNodeHighlighter didAttachWebNodeHighlight:]
-[WebView setCurrentNodeHighlight:]
-[WebNodeHighlight(FileInternal) _repositionHighlightWindow]
-[WebNodeHighlight targetView]
-[WebNodeHighlight setNeedsUpdateInTargetViewRect:]
-[WebNodeHighlight detach]
-[WebNodeHighlighter willDetachWebNodeHighlight:]
-[WebNodeHighlightView detachFromWebNodeHighlight]
-[WebNodeHighlight dealloc]
-[WebNodeHighlightView dealloc]
-[WebInspector setTimelineProfilingEnabled:]
__XPCHasMethod
_WKPCHasMethod
__ZN6WebKit27NetscapePluginInstanceProxy9hasMethodEjRKN3JSC10IdentifierE
__WKPHBooleanReply
__ZNK6WebKit10ProxyField17valueFromInstanceEPN3JSC9ExecStateEPKNS1_8Bindings8InstanceE
__ZNK6WebKit13ProxyInstance10fieldValueEPN3JSC9ExecStateEPKNS1_8Bindings5FieldE
__WKPHNPObjectGetProperty
__ZNK6WebKit18ProxyRuntimeObject9classInfoEv
__ZN6WebKit10ProxyFieldD0Ev
__ZL30createMediaPDFPauseButtonImagev
__ZNK27MediaSharedUICCImageElement20constrainAspectRatioEv
__ZNK25MediaSharedUIImageElement11naturalSizeEv
__ZL33createMediaPDFClosedCaptionsImagev
__ZN27MediaSharedUICCImageElement21createBackgroundImageEP9CGContext6CGRect
_WKQTMovieSetShowClosedCaptions
__ZN20WebFrameLoaderClient25pluginWillHandleLoadErrorERKN7WebCore16ResourceResponseE
__ZN15WebChromeClient22enterFullscreenForNodeEPN7WebCore4NodeE
-[WebView(WebViewInternal) _enterFullscreenForNode:]
-[WebVideoFullscreenController .cxx_construct]
-[WebVideoFullscreenController init]
-[WebVideoFullscreenWindow initWithContentRect:styleMask:backing:defer:]
-[WebVideoFullscreenController windowDidLoad]
-[WebVideoFullscreenController fullscreenWindow]
__ZL16initQTMovieLayerv
__ZL12QTKitLibraryv
-[WebVideoFullscreenController setMediaElement:]
__ZL36initQTMovieRateDidChangeNotificationv
-[WebVideoFullscreenController enterFullscreen:]
-[WebVideoFullscreenController mediaElementRect]
-[WebVideoFullscreenController setupFadeAnimationIfNeededAndFadeIn:]
-[WebWindowFadeAnimation initWithDuration:window:initialAlpha:finalAlpha:]
-[WebWindowFadeAnimation init]
-[WebVideoFullscreenWindow animateFromRect:toRect:withSubAnimation:controllerAction:]
-[WebWindowScaleAnimation initWithHintedDuration:window:initalFrame:finalFrame:]
-[WebWindowScaleAnimation init]
-[WebWindowScaleAnimation setSubAnimation:]
-[WebWindowScaleAnimation setCurrentProgress:]
-[WebWindowScaleAnimation currentFrame]
-[WebWindowScaleAnimation currentValue]
_WKWindowSetScaledFrame
_flipRect
-[WebWindowFadeAnimation setCurrentProgress:]
-[WebWindowFadeAnimation currentAlpha]
_WKWindowSetAlpha
-[WebVideoFullscreenWindow canBecomeKeyWindow]
-[WebWindowScaleAnimation startAnimation]
-[WebWindowScaleAnimation additionalDurationNeededToReachFinalFrame]
_squaredDistance
-[WebWindowScaleAnimation setDuration:]
_WebWindowAnimationDurationFromDuration
__ZN15WebChromeClient21exitFullscreenForNodeEPN7WebCore4NodeE
-[WebVideoFullscreenController exitFullscreen]
-[WebVideoFullscreenController clearFadeAnimation]
-[WebWindowFadeAnimation stopAnimation]
-[WebWindowFadeAnimation setWindow:]
-[WebWindowScaleAnimation stopAnimation]
-[WebWindowScaleAnimation dealloc]
-[WebVideoFullscreenWindow animationDidEnd:]
-[WebWindowScaleAnimation setWindow:]
-[WebVideoFullscreenWindow animatedResizeDidEnd]
-[WebVideoFullscreenController windowDidExitFullscreen]
-[WebVideoFullscreenController dealloc]
-[WebVideoFullscreenController .cxx_destruct]
-[WebVideoFullscreenWindow dealloc]
__ZL33createMediaPDFAudioVolumeOffImagev
-[WebHTMLView accessibilityHitTest:]
-[WebView(WebViewEditing) selectedDOMRange]
__ZN3WTF6VectorIN7WebCore20CompositionUnderlineELm0EE14expandCapacityEmPKS2_
__ZN3WTF6VectorIN7WebCore20CompositionUnderlineELm0EE14expandCapacityEm
__ZN3WTF6VectorIN7WebCore20CompositionUnderlineELm0EE15reserveCapacityEm
__ZN3WTF6VectorIN7WebCore20CompositionUnderlineELm0EE6shrinkEm
-[WebFrame(WebPrivate) _selectNSRange:]
-[WebHTMLView(WebNSTextInputSupport) attributedSubstringFromRange:]
+[NSAttributedString(WebKitExtras) _web_attributedStringFromRange:]
__ZN3WTF6VectorIjLm1EE6shrinkEm
-[WebHTMLView(WebNSTextInputSupport) markedRange]
-[WebHTMLView(WebNSTextInputSupport) unmarkText]
-[WebHTMLView(WebNSTextInputSupport) characterIndexForPoint:]
-[WebFrame(WebInternal) _characterRangeAtPoint:]
-[WebFrame(WebInternal) _visiblePositionForPoint:]
-[WebHTMLView(WebNSTextInputSupport) conversationIdentifier]
-[WebView(WebPendingPublic) aeDescByEvaluatingJavaScriptFromString:]
__ZL17aeDescFromJSValuePN3JSC9ExecStateENS_7JSValueE
__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:]
-[WebPDFView(FileInternal) _updatePreferencesSoon]
-[WebPDFView(FileInternal) _updatePreferences:]
-[WebPreferences(WebPrivate) setPDFScaleFactor:]
-[WebPreferences _setFloatValue:forKey:]
-[WebPreferences(WebPrivate) setPDFDisplayMode:]
-[WebPDFView viewState]
+[WebHTMLView(WebPrivate) supportedMIMETypes]
+[WebHTMLRepresentation supportedMIMETypes]
__ZN7WebCore17FrameLoaderClient18didNotAllowPluginsEv
__ZN6WebKit13ProxyInstance19invokeDefaultMethodEPN3JSC9ExecStateERKNS1_7ArgListE
__XPCGetIntIdentifier
_WKPCGetIntIdentifier
__ZNK3JSC8JSObject11toPrimitiveEPNS_9ExecStateENS_22PreferredPrimitiveTypeE
__XPCEnumerate
_WKPCEnumerate
__ZN6WebKit27NetscapePluginInstanceProxy9enumerateEjRPcRj
__ZN3WTF9HashTableIPN7WebCore10StringImplES3_NS_17IdentityExtractorIS3_EENS_7PtrHashIS3_EENS_10HashTraitsIS3_EES9_E15deallocate
__ZN3WTF6VectorIN3JSC10IdentifierELm20EE6shrinkEm
__ZN6WebKit13ProxyInstance16getPropertyNamesEPN3JSC9ExecStateERNS1_17PropertyNameArrayE
__WKPHNPObjectEnumerate
__XPCGetProperty
_WKPCGetProperty
__ZN6WebKit27NetscapePluginInstanceProxy11getPropertyEjRKN3JSC10IdentifierERPcRj
__XPCHasProperty
_WKPCHasProperty
__ZN6WebKit27NetscapePluginInstanceProxy11hasPropertyEjRKN3JSC10IdentifierE
__XPCInvokeDefault
_WKPCInvokeDefault
__ZN6WebKit27NetscapePluginInstanceProxy13invokeDefaultEjPcjRS1_Rj
__ZN3WTF12bitwise_castIldEET_T0_
__ZNK6WebKit10ProxyField18setValueToInstanceEPN3JSC9ExecStateEPKNS1_8Bindings8InstanceENS1_7JSValueE
__ZNK6WebKit13ProxyInstance13setFieldValueEPN3JSC9ExecStateEPKNS1_8Bindings5FieldENS1_7JSValueE
__WKPHNPObjectSetProperty
__ZNK6WebKit18ProxyRuntimeObject24getInternalProxyInstanceEv
__XPCStatusText
_WKPCStatusText
__ZN6WebKit27NetscapePluginInstanceProxy6statusEPKc
-[WebFrame(WebKitDebug) numberOfPages::]
-[WebFrame(WebKitDebug) pageNumberForElement:::]
__ZN20WebFrameLoaderClient12blockedErrorERKN7WebCore15ResourceRequestE
-[WebDatabaseManager deleteAllDatabases]
-[WebFrame(WebPrivate) _stringByEvaluatingJavaScriptFromString:withGlobalObject:inScriptWorld:]
-[WebSecurityOrigin initWithURL:]
-[WebFrame(WebPrivate) _pauseSVGAnimation:onSMILNode:atTime:]
+[WebView(WebPrivate) _addUserStyleSheetToGroup:world:source:url:whitelist:blacklist:]
__ZL14toStringVectorP7NSArray
+[WebView(WebPrivate) _addUserScriptToGroup:world:source:url:whitelist:blacklist:injectionTime:]
-[WebDataSource webArchive]
-[WebIconDatabase(WebPendingPublic) setEnabled:]
-[WebIconDatabase(WebInternal) _shutDownIconDatabase]
+[WebApplicationCache setMaximumSize:]
__ZN15WebChromeClient22reachedMaxAppCacheSizeEx
-[WebHistory(WebPrivate) _itemForURLString:]
-[WebHistoryPrivate itemForURLString:]
-[WebHistory itemForURL:]
-[WebHistoryPrivate itemForURL:]
-[WebHistoryItem(WebInternal) setTitle:]
-[WebView(WebPrivate) _dispatchPendingLoadRequests]
_WKCreateCustomCFReadStream
_WKSignalCFReadStreamHasBytes
__ZN15WebChromeClient39shouldReplaceWithGeneratedFileForUploadERKN7WebCore6StringERS1_
-[WebDefaultUIDelegate webView:shouldReplaceUploadFile:usingGeneratedFilename:]
_WKSignalCFReadStreamEnd
__ZNK27MediaSharedUITimelineSlider21timelineRectForBoundsE6CGRect
__ZN20WebFrameLoaderClient31dispatchUnableToImplementPolicyERKN7WebCore13ResourceErrorE
__ZN20WebFrameLoaderClient24revertToProvisionalStateEPN7WebCore14DocumentLoaderE
-[WebDataSource(WebInternal) _revertToProvisionalState]
-[WebView goToBackForwardItem:]
-[NSString(WebKitExtras) _webkit_fixedCarbonPOSIXPath]
+[WebView(WebPrivate) _addOriginAccessWhitelistEntryWithSourceOrigin:destinationProtocol:destinationHost:allowDestinationSubdom
__XPCSetException
_WKPCSetException
__ZN6WebKit27NetscapePluginInstanceProxy18setGlobalExceptionERKN7WebCore6StringE
+[WebView(WebPrivate) _removeOriginAccessWhitelistEntryWithSourceOrigin:destinationProtocol:destinationHost:allowDestinationSub
-[WebPreferences(WebPrivate) setApplicationChromeModeEnabled:]
-[WebHistoryItem(WebPrivate) _setTransientProperty:forKey:]
+[WebURLsWithTitles URLsFromPasteboard:]
+[WebView(WebPrivate) canShowFile:]
+[WebView(WebPrivate) _MIMETypeForFile:]
-[NSView(WebExtras) _web_dragOperationForDraggingInfo:]
-[WebIconDatabase(WebPendingPublic) removeAllIcons]
__ZN21WebIconDatabaseClient25dispatchDidRemoveAllIconsEv
-[WebIconDatabase(WebInternal) _sendDidRemoveAllIconsNotification]
-[WebPreferences(WebPrivate) setWebArchiveDebugModeEnabled:]
-[WebPreferences(WebPrivate) setLocalFileContentSniffingEnabled:]
-[WebPreferences(WebPrivate) setShowDebugBorders:]
-[WebPreferences(WebPrivate) setShowRepaintCounter:]
+[WebCoreStatistics statistics]
+[WebCache statistics]
+[WebCoreStatistics javaScriptGlobalObjectsCount]
+[WebCoreStatistics javaScriptProtectedObjectsCount]
+[WebCoreStatistics javaScriptProtectedObjectTypeCounts]
__ZN3WTF9HashTableIPKcSt4pairIS2_jENS_18PairFirstExtractorIS4_EENS_7PtrHashIS2_EENS_14PairHashTraitsINS_10HashTraitsIS2_EENSA_I
+[WebCoreStatistics javaScriptObjectTypeCounts]
+[WebCoreStatistics iconPageURLMappingCount]
+[WebCoreStatistics iconRetainedPageURLCount]
+[WebCoreStatistics iconRecordCount]
+[WebCoreStatistics iconsWithDataCount]
+[WebCoreStatistics cachedFontDataCount]
+[WebCoreStatistics cachedFontDataInactiveCount]
+[WebCoreStatistics glyphPageCount]
+[WebCoreStatistics memoryStatistics]
+[WebCoreStatistics returnFreeMemoryToSystem]
+[WebCache isDisabled]
+[WebCache setDisabled:]
+[WebCoreStatistics purgeInactiveFontData]
+[WebCoreStatistics cachedPageCount]
+[WebCoreStatistics cachedFrameCount]
+[WebCoreStatistics autoreleasedPageCount]
-[WebFrame(WebPrivate) _cacheabilityDictionary]
__ZNK3WTF9HashTableIN7WebCore12AtomicStringESt4pairIS2_PNS_6VectorINS1_23RegisteredEventListenerELm1EEEENS_18PairFirstExtractor
+[WebView(WebPrivate) _setAlwaysUsesComplexTextCodePath:]
-[WebView(WebPrivate) setBackgroundColor:]
-[WebPreferences(WebPrivate) setDatabasesEnabled:]
-[WebPreferences(WebPrivate) setLocalStorageEnabled:]
-[WebInspector isDebuggingJavaScript]
-[WebInspector isProfilingJavaScript]
-[WebNodeHighlight highlightView]
__ZN26WebInspectorFrontendClient12detachWindowEv
-[WebInspectorWindowController detach]
-[WebView customUserAgent]
-[WebInspector showConsole:]
-[WebDefaultEditingDelegate webView:shouldBeginEditingInDOMRange:]
-[WebInspectorWindowController validateUserInterfaceItem:]
-[WebView setShouldCloseWithWindow:]
-[WebFrame(WebPrivate) _setIsDisconnected:]
-[WebDefaultEditingDelegate webView:shouldEndEditingInDOMRange:]
-[WebHTMLView(WebPrivate) _canEditRichly]
-[WebHTMLView(WebPrivate) _hasInsertionPoint]
-[WebView(WebFileInternal) _isLoading]
-[WebInspectorWindowController toggleDebuggingJavaScript:]
-[WebInspector toggleDebuggingJavaScript:]
-[WebInspector startDebuggingJavaScript:]
-[WebInspectorWindowController toggleProfilingJavaScript:]
-[WebInspector toggleProfilingJavaScript:]
-[WebInspector startProfilingJavaScript:]
__ZNK7WebCore6Widget12isPluginViewEv
-[WebDefaultUIDelegate webViewFocus:]
-[WebPreferences(WebPrivate) _setUseSiteSpecificSpoofing:]
__ZN26WebInspectorFrontendClient12attachWindowEv
-[WebInspectorWindowController attach]
-[WebInspectorWindowController webView:dragDestinationActionMaskForDraggingInfo:]
-[WebInspectorWindowController windowShouldClose:]
-[WebHostedNetscapePluginView keyDown:]
-[WebTextInputWindowController interpretKeyEvent:string:]
-[WebTextInputPanel _interpretKeyEvent:string:]
__ZN6WebKit27NetscapePluginInstanceProxy8keyEventEP6NSViewP7NSEvent16NPCocoaEventType
_WKGetNSEventKeyChar
__WKPHPluginInstanceKeyboardEvent
-[WebHostedNetscapePluginView keyUp:]
-[WebHostedNetscapePluginView flagsChanged:]
__ZN6WebKit27NetscapePluginInstanceProxy12flagsChangedEP7NSEvent
-[WebHostedNetscapePluginView scrollWheel:]
__ZN6WebKit27NetscapePluginInstanceProxy10wheelEventEP6NSViewP7NSEvent
__WKPHPluginInstanceWheelEvent
__XPCGetPluginElementNPObject
_WKPCGetPluginElementNPObject
__ZN6WebKit27NetscapePluginInstanceProxy24getPluginElementNPObjectERj
-[WebFrameView(WebPrivate) _setCustomScrollViewClass:]
-[DOMHTMLIFrameElement(WebDOMHTMLIFrameElementOperations) contentFrame]
-[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]
+[WebStringTruncator widthOfString:font:]
__ZNK6WebKit26HostedNetscapePluginStream30pluginCancelledConnectionErrorEv
-[WebBaseNetscapePluginView pluginPackage]
__XPCSetFullscreenWindowIsShowing
_WKPCSetFullscreenWindowIsShowing
__ZN6WebKit23NetscapePluginHostProxy28setFullscreenWindowIsShowingEb
__ZNK6WebKit23NetscapePluginHostProxy18didEnterFullscreenEv
__XPCSetMenuBarVisible
_WKPCSetMenuBarVisible
__ZN6WebKit23NetscapePluginHostProxy17setMenuBarVisibleEb
__ZNK6WebKit23NetscapePluginHostProxy17didExitFullscreenEv
__ZN15WebChromeClient27runBeforeUnloadConfirmPanelERKN7WebCore6StringEPNS0_5FrameE
-[WebFrameView scrollLineDown:]
-[WebFrameView _scrollLineVertically:]
-[WebFrameView(WebFrameViewFileInternal) _verticalKeyboardScrollDistance]
__ZN25MediaSharedUIImageElement9glowColorEv
-[WebView(WebViewEventHandling) mouseDown:]
-[NSEvent(WebExtras) _web_isEscapeKeyEvent]
-[NSEvent(WebExtras) _web_isKeyEvent:]
+[NSURL(WebNSURLExtras) _web_URLWithData:]
-[WebHTMLView namesOfPromisedFilesDroppedAtDestination:]
-[NSString(WebKitExtras) _webkit_hasCaseInsensitiveSuffix:]
-[WebHTMLView(WebPrivate) pasteboardChangedOwner:]
-[WebView prepareForDragOperation:]
-[WebHostedNetscapePluginView privateBrowsingModeDidChange]
__ZN6WebKit27NetscapePluginInstanceProxy28privateBrowsingModeDidChangeEb
__WKPHPluginInstancePrivateBrowsingModeDidChange
-[WebFrame(WebPrivate) _allowsFollowingLink:]
-[WebElementDictionary _imageRect]
-[WebDataSource(WebPrivate) _fileWrapperForURL:]
-[WebDataSource subresourceForURL:]
-[WebHTMLView copy:]
-[WebView(WebViewEditingInMail) _selectionIsAll]
-[WebDefaultUIDelegate webViewFrame:]
-[WebFrame(WebPrivate) _firstLayoutDone]
-[WebHistoryItem(WebPrivate) setRSSFeedReferrer:]
_WKAdvanceDefaultButtonPulseAnimation
-[WKAppKitDrawDecoyWindow isKeyWindow]
-[WebHTMLRepresentation canSaveAsWebArchive]
-[WebFrame(WebInternal) _canSaveAsWebArchive]
+[WebView(WebPrivate) suggestedFileExtensionForMIMEType:]
_WKGetPreferredExtensionForMIMEType
-[WebIconDatabase(WebInternal) _scaleIcon:toSize:]
-[WebPDFView selectedString]
-[WebPDFView rectsForTextMatches]
-[WebPDFView(FileInternal) _visiblePDFPages]
-[WebPDFView unmarkAllTextMatches]
-[WebPDFView(FileInternal) _setTextMatches:]
-[WebPDFView(FileInternal) _PDFDocumentViewMightHaveScrolled:]
-[WebPDFView setMarkedTextMatchesAreHighlighted:]
-[WebPDFView markAllMatchesForText:caseSensitive:limit:]
-[WebPDFView(FileInternal) _nextMatchFor:direction:caseSensitive:wrap:fromSelection:startInSelection:]
-[NSMutableDictionary(WebNSDictionaryExtras) _webkit_setFloat:forKey:]
-[WebPDFView searchFor:direction:caseSensitive:wrap:startInSelection:]
-[WebPDFView selectionRect]
-[WebPDFView selectionTextRects]
-[WebPDFView selectionImageForcingBlackText:]
-[WebPDFView selectedAttributedString]
-[WebPDFView(FileInternal) _scaledAttributedString:]
-[WebPDFView PDFViewSavePDFToDownloadFolder:]
__Z14CallUIDelegateP7WebViewP13objc_selectorP11objc_objecta
-[WebPDFView PDFViewOpenPDFInNativeApplication:]
-[WebPDFView(FileInternal) _openWithFinder:]
-[WebPDFView(FileInternal) _path]
-[WebPDFView(FileInternal) _temporaryPDFDirectoryPath]
-[WebBackForwardList containsItem:]
+[WebURLsWithTitles titlesFromPasteboard:]
-[WebDownloadInternal download:shouldDecodeSourceDataOfMIMEType:]
-[WebView(WebPrivate) _cachedResponseForURL:]
-[NSMutableURLRequest(WebNSURLRequestExtras) _web_setHTTPUserAgent:]
-[WebHTMLView writeSelectionToPasteboard:types:]
-[WebHTMLView(WebDocumentPrivateProtocols) writeSelectionWithPasteboardTypes:toPasteboard:]
-[WebHTMLView(WebHTMLViewFileInternal) _writeSelectionWithPasteboardTypes:toPasteboard:cachedAttributedString:]
__ZN20WebContextMenuClient11downloadURLERKN7WebCore4KURLE
-[WebView(WebPrivate) _downloadURL:]
-[WebDownload _initWithRequest:delegate:directory:]
-[WebDownload initWithRequest:delegate:]
-[NSURL(WebNSURLExtras) _web_URLWithLowercasedScheme]
-[NSEvent(WebExtras) _web_isReturnOrEnterKeyEvent]
-[WebPreferences setDefaultTextEncodingName:]