Searched refs:setTiledBackingStoreEnabled (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrame.h265 void setTiledBackingStoreEnabled(bool);
H A DSettings.cpp941 void Settings::setTiledBackingStoreEnabled(bool enabled) function in class:WebCore::Settings
946 m_page->mainFrame()->setTiledBackingStoreEnabled(enabled);
H A DSettings.h416 void setTiledBackingStoreEnabled(bool);
H A DFrame.cpp193 setTiledBackingStoreEnabled(page->settings()->tiledBackingStoreEnabled());
883 void Frame::setTiledBackingStoreEnabled(bool enabled) function in class:WebCore::Frame
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.cpp268 settings->setTiledBackingStoreEnabled(value);

Completed in 79 milliseconds