Home
last modified time | relevance | path

Searched refs:grantLoadLocalResources (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebSecurityOrigin.cpp160 void WebSecurityOrigin::grantLoadLocalResources() const in grantLoadLocalResources() function in blink::WebSecurityOrigin
162 get()->grantLoadLocalResources(); in grantLoadLocalResources()
/external/chromium_org/android_webview/renderer/
Daw_render_frame_ext.cc26 origin.grantLoadLocalResources(); in DidCommitProvisionalLoad()
/external/chromium_org/third_party/WebKit/public/web/
DWebSecurityOrigin.h100 BLINK_EXPORT void grantLoadLocalResources() const;
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DSecurityOrigin.h139 void grantLoadLocalResources();
DSecurityOrigin.cpp394 void SecurityOrigin::grantLoadLocalResources() in grantLoadLocalResources() function in WebCore::SecurityOrigin
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4873 securityOrigin()->grantLoadLocalResources(); in initSecurityContext()