Searched defs:setUserStyleSheetLocation (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebSettingsImpl.cpp187 void WebSettingsImpl::setUserStyleSheetLocation(const WebURL& location) function in class:WebKit::WebSettingsImpl
189 m_settings->setUserStyleSheetLocation(location);
/external/webkit/Source/WebCore/page/
H A DSettings.cpp412 void Settings::setUserStyleSheetLocation(const KURL& userStyleSheetLocation) function in class:WebCore::Settings
/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp742 HRESULT STDMETHODCALLTYPE WebPreferences::setUserStyleSheetLocation( function in class:WebPreferences
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp168 bindMethod("setUserStyleSheetLocation", &LayoutTestController::setUserStyleSheetLocation);
703 void LayoutTestController::setUserStyleSheetLocation(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp327 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp636 void LayoutTestController::setUserStyleSheetLocation(const QString& url) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp741 void LayoutTestController::setUserStyleSheetLocation(JSStringRef jsURL) function in class:LayoutTestController
781 preferences->setUserStyleSheetLocation(resultPathBSTR);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp134 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path) function in class:LayoutTestController

Completed in 285 milliseconds