Searched defs:addUserStyleSheet (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp222 void InjectedBundle::addUserStyleSheet(WebPageGroupProxy* pageGroup, InjectedBundleScriptWorld* scriptWorld, const String& source, const String& url, ImmutableArray* whitelist, ImmutableArray* blacklist, WebCore::UserContentInjectedFrames injectedFrames) function in class:WebKit::InjectedBundle
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp201 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) function in class:WTR::LayoutTestController
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp342 * addUserStyleSheet
347 void DumpRenderTreeSupportGtk::addUserStyleSheet(WebKitWebFrame* frame, const char* sourceCode, bool allFrames) function in class:DumpRenderTreeSupportGtk
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp923 void DumpRenderTreeSupportQt::addUserStyleSheet(QWebPage* page, const QString& sourceCode) function in class:DumpRenderTreeSupportQt
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp87 bindMethod("addUserStyleSheet", &LayoutTestController::addUserStyleSheet);
1547 void LayoutTestController::addUserStyleSheet(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
1552 WebView::addUserStyleSheet(
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp818 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) function in class:LayoutTestController
821 DumpRenderTreeSupportGtk::addUserStyleSheet(mainFrame, sourceCode.get(), allFrames);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp841 void LayoutTestController::addUserStyleSheet(const QString& sourceCode) function in class:LayoutTestController
843 DumpRenderTreeSupportQt::addUserStyleSheet(m_drt->webPage(), sourceCode);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1182 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp405 void LayoutTestController::addUserStyleSheet(JSStringRef source, bool allFrames) function in class:LayoutTestController
407 printf("LayoutTestController::addUserStyleSheet not implemented.\n");
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp2117 void WebView::addUserStyleSheet(const WebString& sourceCode, function in class:WebKit::WebView

Completed in 228 milliseconds