Home
last modified time | relevance | path

Searched refs:allowPushState (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebPermissionClient.h106 virtual bool allowPushState() { return true; } in allowPushState() function
/external/chromium_org/third_party/WebKit/Source/web/
DContextFeaturesClientImpl.cpp150 return frame->permissionClient()->allowPushState(); in askIfIsEnabled()
/external/chromium_org/chrome/renderer/
Dcontent_settings_observer.h70 virtual bool allowPushState() OVERRIDE;
Dcontent_settings_observer.cc456 bool ContentSettingsObserver::allowPushState() { in allowPushState() function in ContentSettingsObserver