diff options
Diffstat (limited to 'WebCore/WebCore.exp.in')
-rw-r--r-- | WebCore/WebCore.exp.in | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/WebCore/WebCore.exp.in b/WebCore/WebCore.exp.in index e1b7c22..e8b4fe7 100644 --- a/WebCore/WebCore.exp.in +++ b/WebCore/WebCore.exp.in @@ -578,11 +578,10 @@ __ZN7WebCore5Cache13getStatisticsEv __ZN7WebCore5Cache13setCapacitiesEjjj __ZN7WebCore5Frame10createViewERKNS_7IntSizeERKNS_5ColorEbS3_bNS_13ScrollbarModeEbS7_b __ZN7WebCore5Frame10findStringERKN3WTF6StringEbbbb -__ZN7WebCore5Frame13reapplyStylesEv __ZN7WebCore5Frame14frameForWidgetEPKNS_6WidgetE __ZN7WebCore5Frame15revealSelectionERKNS_15ScrollAlignmentEb +__ZN7WebCore5Frame19countMatchesForTextERKN3WTF6StringEbjb __ZN7WebCore5Frame20setSelectionFromNoneEv -__ZN7WebCore5Frame21markAllMatchesForTextERKN3WTF6StringEbj __ZN7WebCore5Frame23visiblePositionForPointERKNS_8IntPointE __ZN7WebCore5Frame24computeAndSetTypingStyleEPNS_19CSSStyleDeclarationENS_10EditActionE __ZN7WebCore5Frame25matchLabelsAgainstElementEP7NSArrayPNS_7ElementE @@ -621,6 +620,7 @@ __ZN7WebCore6Editor21applyStyleToSelectionEPNS_19CSSStyleDeclarationENS_10EditAc __ZN7WebCore6Editor21isSelectionMisspelledEv __ZN7WebCore6Editor23setBaseWritingDirectionENS_16WritingDirectionE __ZN7WebCore6Editor24advanceToNextMisspellingEb +__ZN7WebCore6Editor24handleRejectedCorrectionEv __ZN7WebCore6Editor24isSelectionUngrammaticalEv __ZN7WebCore6Editor26decreaseSelectionListLevelEv __ZN7WebCore6Editor26increaseSelectionListLevelEv @@ -676,6 +676,8 @@ __ZN7WebCore8Document24setShouldCreateRenderersEb __ZN7WebCore8Document26pageSizeAndMarginsInPixelsEiRNS_7IntSizeERiS3_S3_S3_ __ZN7WebCore8Document27removeMediaCanStartListenerEPNS_21MediaCanStartListenerE __ZN7WebCore8Document36updateLayoutIgnorePendingStylesheetsEv +__ZN7WebCore8Document25scheduleForcedStyleRecalcEv +__ZN7WebCore8Document20styleSelectorChangedENS_23StyleSelectorUpdateFlagE __ZN7WebCore8Document4headEv __ZN7WebCore8FormData6createEPKvm __ZN7WebCore8FormDataD1Ev @@ -733,7 +735,7 @@ __ZN7WebCore8Settings31setShrinksStandaloneImagesToFitEb __ZN7WebCore8Settings32setAcceleratedCompositingEnabledEb __ZN7WebCore8Settings32setNeedsAdobeFrameReloadingQuirkEb __ZN7WebCore8Settings33setDownloadableBinaryFontsEnabledEb -__ZN7WebCore8Settings33setEnforceCSSMIMETypeInStrictModeEb +__ZN7WebCore8Settings35setEnforceCSSMIMETypeInNoQuirksModeEb __ZN7WebCore8Settings34setLocalFileContentSniffingEnabledEb __ZN7WebCore8Settings35setAllowUniversalAccessFromFileURLsEb __ZN7WebCore8Settings35setExperimentalNotificationsEnabledEb @@ -769,8 +771,8 @@ __ZN7WebCore9FrameView18updateControlTintsEv __ZN7WebCore9FrameView20enterCompositingModeEv __ZN7WebCore9FrameView21flushDeferredRepaintsEv __ZN7WebCore9FrameView22setBaseBackgroundColorENS_5ColorE -__ZN7WebCore9FrameView23layoutIfNeededRecursiveEv __ZN7WebCore9FrameView23updateCanHaveScrollbarsEv +__ZN7WebCore9FrameView37updateLayoutAndStyleIfNeededRecursiveEv __ZN7WebCore9FrameView24forceLayoutForPaginationERKNS_9FloatSizeEfNS_5Frame19AdjustViewSizeOrNotE __ZN7WebCore9FrameView29setShouldUpdateWhileOffscreenEb __ZN7WebCore9FrameView29syncCompositingStateRecursiveEv @@ -849,6 +851,7 @@ __ZNK7WebCore10RenderText9firstRunYEv __ZNK7WebCore10ScrollView12documentViewEv __ZNK7WebCore10ScrollView14scrollbarModesERNS_13ScrollbarModeES2_ __ZNK7WebCore10ScrollView16contentsToWindowERKNS_7IntRectE +__ZNK7WebCore10ScrollView16contentsToWindowERKNS_8IntPointE __ZNK7WebCore10ScrollView18visibleContentRectEb __ZNK7WebCore11CachedImage5imageEv __ZNK7WebCore11FrameLoader10isCompleteEv @@ -1109,6 +1112,7 @@ _wkNoteOpenPanelFiles _wkPopupMenu _wkQTIncludeOnlyModernMediaFileTypes _wkQTMovieDataRate +_wkQTMovieDisableComponent _wkQTMovieGetType _wkQTMovieHasClosedCaptions _wkQTMovieMaxTimeLoaded @@ -1287,7 +1291,6 @@ __ZN3JSC8Bindings8InstanceD2Ev __ZN7WebCore13IdentifierRep7isValidEPS0_ __ZN7WebCore16ScriptController16createRootObjectEPv __ZNK3JSC8Bindings13RuntimeObject12defaultValueEPNS_9ExecStateENS_22PreferredPrimitiveTypeE -__ZNK7WebCore10ScrollView16contentsToWindowERKNS_8IntPointE __ZTVN3JSC13RuntimeMethodE #endif @@ -1475,6 +1478,13 @@ __ZN7WebCore9HTMLNames8audioTagE __ZN7WebCore9HTMLNames8videoTagE #endif +#if ENABLE(FULLSCREEN_API) +__ZN7WebCore8Document33webkitDidExitFullScreenForElementEPNS_7ElementE +__ZN7WebCore8Document34webkitDidEnterFullScreenForElementEPNS_7ElementE +__ZN7WebCore8Document34webkitWillExitFullScreenForElementEPNS_7ElementE +__ZN7WebCore8Document35webkitWillEnterFullScreenForElementEPNS_7ElementE +#endif + #if ENABLE(OFFLINE_WEB_APPLICATIONS) __ZN7WebCore23ApplicationCacheStorage14quotaForOriginEPKNS_14SecurityOriginERx __ZN7WebCore23ApplicationCacheStorage14setMaximumSizeEx |