HomeSort by relevance Sort by last modified time
    Searched refs:allowScript (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebFrameClient.h 296 virtual bool allowScript(WebFrame*, bool enabledPerSettings) { return enabledPerSettings; }
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 210 virtual bool allowScript(WebKit::WebFrame*, bool enabledPerSettings);
WebViewHost.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp 178 return m_webFrame->client()->allowScript(m_webFrame, enabledPerSettings);
    [all...]

Completed in 37 milliseconds