Searched refs:isFrameFlatteningEnabled (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferencesPrivate.h132 - (BOOL)isFrameFlatteningEnabled;
H A DWebPreferences.mm1357 - (BOOL)isFrameFlatteningEnabled
H A DWebView.mm1543 settings->setFrameFlatteningEnabled([preferences isFrameFlatteningEnabled]);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPreferencesPrivate.idl82 HRESULT isFrameFlatteningEnabled([out, retval] BOOL *enabled);
/external/webkit/Source/WebKit/win/
H A DWebPreferences.h401 virtual HRESULT STDMETHODCALLTYPE isFrameFlatteningEnabled(
H A DWebPreferences.cpp847 HRESULT STDMETHODCALLTYPE WebPreferences::isFrameFlatteningEnabled( function in class:WebPreferences
H A DWebView.cpp4749 hr = prefsPrivate->isFrameFlatteningEnabled(&enabled);

Completed in 86 milliseconds