OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeUserStyleSheet
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundle.h
105
void
removeUserStyleSheet
(WebPageGroupProxy*, InjectedBundleScriptWorld*, const String& url);
InjectedBundle.cpp
234
void InjectedBundle::
removeUserStyleSheet
(WebPageGroupProxy* pageGroup, InjectedBundleScriptWorld* scriptWorld, const String& url)
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundle.cpp
108
toImpl(bundleRef)->
removeUserStyleSheet
(toImpl(pageGroupRef), toImpl(scriptWorldRef), toWTFString(urlRef));
Completed in 1425 milliseconds