OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKBundleSetAllowFileAccessFromFileURLs
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePrivate.h
69
WK_EXPORT void
WKBundleSetAllowFileAccessFromFileURLs
(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, bool enabled);
WKBundle.cpp
136
void
WKBundleSetAllowFileAccessFromFileURLs
(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, bool enabled)
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.cpp
326
WKBundleSetAllowFileAccessFromFileURLs
(InjectedBundle::shared().bundle(), InjectedBundle::shared().pageGroup(), enabled);
Completed in 189 milliseconds