Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: Source/WebCore/WebCore.exp.in

Issue 11471034: Merge 136878 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/WebCore/WebCore.order ('k') | Source/WebCore/dom/DocumentStyleSheetCollection.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .objc_class_name_DOMAbstractView 1 .objc_class_name_DOMAbstractView
2 .objc_class_name_DOMCSSStyleDeclaration 2 .objc_class_name_DOMCSSStyleDeclaration
3 .objc_class_name_DOMCharacterData 3 .objc_class_name_DOMCharacterData
4 .objc_class_name_DOMDocument 4 .objc_class_name_DOMDocument
5 .objc_class_name_DOMDocumentFragment 5 .objc_class_name_DOMDocumentFragment
6 .objc_class_name_DOMElement 6 .objc_class_name_DOMElement
7 .objc_class_name_DOMEvent 7 .objc_class_name_DOMEvent
8 .objc_class_name_DOMHTMLAnchorElement 8 .objc_class_name_DOMHTMLAnchorElement
9 .objc_class_name_DOMHTMLAppletElement 9 .objc_class_name_DOMHTMLAppletElement
10 .objc_class_name_DOMHTMLAreaElement 10 .objc_class_name_DOMHTMLAreaElement
(...skipping 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after
1465 __ZNK7WebCore9FrameView28isEnclosedInCompositingLayerEv 1465 __ZNK7WebCore9FrameView28isEnclosedInCompositingLayerEv
1466 __ZNK7WebCore9PageCache10frameCountEv 1466 __ZNK7WebCore9PageCache10frameCountEv
1467 __ZNK7WebCore9PageCache21autoreleasedPageCountEv 1467 __ZNK7WebCore9PageCache21autoreleasedPageCountEv
1468 __ZNK7WebCore9TreeScope14getElementByIdERKN3WTF12AtomicStringE 1468 __ZNK7WebCore9TreeScope14getElementByIdERKN3WTF12AtomicStringE
1469 __ZTVN7WebCore12ChromeClientE 1469 __ZTVN7WebCore12ChromeClientE
1470 __ZTVN7WebCore14LoaderStrategyE 1470 __ZTVN7WebCore14LoaderStrategyE
1471 __ZTVN7WebCore16IconDatabaseBaseE 1471 __ZTVN7WebCore16IconDatabaseBaseE
1472 __ZTVN7WebCore17FrameLoaderClientE 1472 __ZTVN7WebCore17FrameLoaderClientE
1473 __ZTVN7WebCore25HistoryPropertyListWriterE 1473 __ZTVN7WebCore25HistoryPropertyListWriterE
1474 __ZTVN7WebCore28InspectorFrontendClientLocal8SettingsE 1474 __ZTVN7WebCore28InspectorFrontendClientLocal8SettingsE
1475 __ZN7WebCore16CSSParserContextC1EPNS_8DocumentERKNS_4KURLERKN3WTF6StringE
1476 __ZN7WebCore18StyleSheetContents11parseStringERKN3WTF6StringE
1477 __ZN7WebCore18StyleSheetContentsC1EPNS_15StyleRuleImportERKN3WTF6StringERKNS_16C SSParserContextE
1478 __ZN7WebCore18StyleSheetContentsD1Ev
1479 __ZN7WebCore28DocumentStyleSheetCollection12addUserSheetEN3WTF10PassRefPtrINS_18 StyleSheetContentsEEE
1480 __ZN7WebCore28DocumentStyleSheetCollection14addAuthorSheetEN3WTF10PassRefPtrINS_ 18StyleSheetContentsEEE
1475 _filenameByFixingIllegalCharacters 1481 _filenameByFixingIllegalCharacters
1476 _hasCaseInsensitivePrefix 1482 _hasCaseInsensitivePrefix
1477 _hasCaseInsensitiveSubstring 1483 _hasCaseInsensitiveSubstring
1478 _hasCaseInsensitiveSuffix 1484 _hasCaseInsensitiveSuffix
1479 _stringIsCaseInsensitiveEqualToString 1485 _stringIsCaseInsensitiveEqualToString
1480 _suggestedFilenameWithMIMEType 1486 _suggestedFilenameWithMIMEType
1481 _wkCGContextGetShouldSmoothFonts 1487 _wkCGContextGetShouldSmoothFonts
1482 _wkCGContextResetClip 1488 _wkCGContextResetClip
1483 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 1489 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080
1484 _wkCGContextDrawsWithCorrectShadowOffsets 1490 _wkCGContextDrawsWithCorrectShadowOffsets
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
2651 _wkCaptionAppearanceCopyBackgroundColor 2657 _wkCaptionAppearanceCopyBackgroundColor
2652 _wkCaptionAppearanceCopyWindowColor 2658 _wkCaptionAppearanceCopyWindowColor
2653 _wkCaptionAppearanceGetForegroundOpacity 2659 _wkCaptionAppearanceGetForegroundOpacity
2654 _wkCaptionAppearanceGetBackgroundOpacity 2660 _wkCaptionAppearanceGetBackgroundOpacity
2655 _wkCaptionAppearanceGetWindowOpacity 2661 _wkCaptionAppearanceGetWindowOpacity
2656 _wkCaptionAppearanceCopyFontForStyle 2662 _wkCaptionAppearanceCopyFontForStyle
2657 _wkCaptionAppearanceGetRelativeCharacterSize 2663 _wkCaptionAppearanceGetRelativeCharacterSize
2658 _wkCaptionAppearanceGetTextEdgeStyle 2664 _wkCaptionAppearanceGetTextEdgeStyle
2659 _wkCaptionAppearanceGetSettingsChangedNotification 2665 _wkCaptionAppearanceGetSettingsChangedNotification
2660 #endif 2666 #endif
OLDNEW
« no previous file with comments | « Source/WebCore/WebCore.order ('k') | Source/WebCore/dom/DocumentStyleSheetCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698