Searched refs:setUserStyleSheetLocation (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/webkit/glue/
H A Dwebpreferences.cc113 settings->setUserStyleSheetLocation(user_style_sheet_location);
115 settings->setUserStyleSheetLocation(WebURL());
/external/webkit/Source/WebKit/chromium/public/
H A DWebSettings.h79 virtual void setUserStyleSheetLocation(const WebURL&) = 0;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferences.h247 @method setUserStyleSheetLocation:
250 - (void)setUserStyleSheetLocation:(NSURL *)URL;
H A DWebPreferences.mm660 - (void)setUserStyleSheetLocation:(NSURL *)URL
/external/webkit/Source/WebKit/chromium/src/
H A DWebSettingsImpl.h72 virtual void setUserStyleSheetLocation(const WebURL&);
H A DWebSettingsImpl.cpp187 void WebSettingsImpl::setUserStyleSheetLocation(const WebURL& location) function in class:WebKit::WebSettingsImpl
189 m_settings->setUserStyleSheetLocation(location);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebPreferences.cpp142 settings->setUserStyleSheetLocation(userStyleSheetLocation);
H A DLayoutTestController.h173 void setUserStyleSheetLocation(const CppArgumentList&, CppVariant*);
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/qt/
H A DLayoutTestControllerQt.h204 void setUserStyleSheetLocation(const QString& url);
H A DLayoutTestControllerQt.cpp636 void LayoutTestController::setUserStyleSheetLocation(const QString& url) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp134 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path) function in class:LayoutTestController
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPreferences.idl120 HRESULT setUserStyleSheetLocation([in] BSTR location);
/external/webkit/Source/WebCore/page/
H A DSettings.h197 void setUserStyleSheetLocation(const KURL&);
H A DSettings.cpp412 void Settings::setUserStyleSheetLocation(const KURL& userStyleSheetLocation) function in class:WebCore::Settings
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h117 void setUserStyleSheetLocation(JSStringRef path);
/external/webkit/Source/WebKit/win/
H A DWebPreferences.h133 virtual HRESULT STDMETHODCALLTYPE setUserStyleSheetLocation(
H A DWebPreferences.cpp742 HRESULT STDMETHODCALLTYPE WebPreferences::setUserStyleSheetLocation( function in class:WebPreferences
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm548 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path)
552 [[WebPreferences standardPreferences] setUserStyleSheetLocation:url];
H A DDumpRenderTree.mm463 [preferences setUserStyleSheetLocation:[NSURL URLWithString:(NSString *)(persistentUserStyleSheetLocation.get())]];
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp741 void LayoutTestController::setUserStyleSheetLocation(JSStringRef jsURL) function in class:LayoutTestController
781 preferences->setUserStyleSheetLocation(resultPathBSTR);
H A DDumpRenderTree.cpp861 preferences->setUserStyleSheetLocation(url);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebsettings.cpp227 settings->setUserStyleSheetLocation(WebCore::KURL(location));
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp327 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path) function in class:LayoutTestController
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp3311 settings->setUserStyleSheetLocation(KURL(KURL(), userStylesheetUri));
3418 settings->setUserStyleSheetLocation(KURL(KURL(), g_value_get_string(&value)));

Completed in 2228 milliseconds

12