Home
last modified time | relevance | path

Searched refs:setUserStyleSheetLocation (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/WebCore/page/qt/
DFrameQt.cpp36 void Frame::setUserStyleSheetLocation(const KURL& url) in setUserStyleSheetLocation() function in WebCore::Frame
/external/webkit/WebKit/mac/WebView/
DWebPreferences.h250 - (void)setUserStyleSheetLocation:(NSURL *)URL;
DWebPreferences.mm598 - (void)setUserStyleSheetLocation:(NSURL *)URL
DWebView.mm1330 settings->setUserStyleSheetLocation([NSURL URLWithString:(location ? location : @"")]);
1332 settings->setUserStyleSheetLocation([NSURL URLWithString:@""]);
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp173 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path) in setUserStyleSheetLocation() function in LayoutTestController
/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.h71 void setUserStyleSheetLocation(JSStringRef path);
DLayoutTestController.cpp583 controller->setUserStyleSheetLocation(path.get()); in setUserStyleSheetLocationCallback()
/external/webkit/WebKitTools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm227 void LayoutTestController::setUserStyleSheetLocation(JSStringRef path) function
231 [[WebPreferences standardPreferences] setUserStyleSheetLocation:url];
DDumpRenderTree.mm959 …[preferences setUserStyleSheetLocation:[NSURL URLWithString:(NSString *)(persistentUserStyleSheetL…
/external/webkit/WebKitTools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp439 void LayoutTestController::setUserStyleSheetLocation(JSStringRef jsURL) in setUserStyleSheetLocation() function in LayoutTestController
479 preferences->setUserStyleSheetLocation(resultPathBSTR); in setUserStyleSheetLocation()
DDumpRenderTree.cpp651 preferences->setUserStyleSheetLocation(url); in resetWebViewToConsistentStateBeforeTesting()
/external/webkit/WebCore/page/
DSettings.h141 void setUserStyleSheetLocation(const KURL&);
DFrame.h138 void setUserStyleSheetLocation(const KURL&);
DSettings.cpp259 void Settings::setUserStyleSheetLocation(const KURL& userStyleSheetLocation) in setUserStyleSheetLocation() function in WebCore::Settings
DFrame.cpp829 setUserStyleSheetLocation(userStyleSheetLocation); in reapplyStyles()
/external/webkit/WebKit/win/
DWebPreferences.h133 virtual HRESULT STDMETHODCALLTYPE setUserStyleSheetLocation(
DWebPreferences.cpp719 HRESULT STDMETHODCALLTYPE WebPreferences::setUserStyleSheetLocation( in setUserStyleSheetLocation() function in WebPreferences
DWebView.cpp4126 settings->setUserStyleSheetLocation(url.get()); in notifyPreferencesChanged()
4129 settings->setUserStyleSheetLocation(KURL()); in notifyPreferencesChanged()
/external/webkit/WebKit/win/Interfaces/
DIWebPreferences.idl113 HRESULT setUserStyleSheetLocation([in] BSTR location);
/external/webkit/WebKit/qt/Api/
Dqwebsettings.cpp162 settings->setUserStyleSheetLocation(WebCore::KURL(location)); in apply()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp1661 settings->setUserStyleSheetLocation(KURL(userStylesheetUri)); in webkit_web_view_update_settings()
1728 settings->setUserStyleSheetLocation(KURL(g_value_get_string(&value))); in webkit_web_view_settings_notify()
/external/webkit/WebCore/page/mac/
DFrameMac.mm536 void Frame::setUserStyleSheetLocation(const KURL& url)
/external/webkit/WebKit/qt/
DChangeLog5546 (QWebSettings::setUserStyleSheetLocation):
6804 (QWebSettings::setUserStyleSheetLocation):
7825 (QWebSettings::setUserStyleSheetLocation):
9542 (QWebSettings::setUserStyleSheetLocation):
/external/webkit/WebCore/loader/
DFrameLoader.cpp989 m_frame->setUserStyleSheetLocation(userStyleSheet); in begin()
/external/webkit/WebKitTools/
DChangeLog1332 (LayoutTestController::setUserStyleSheetLocation):
6074 (LayoutTestController::setUserStyleSheetLocation):
6414 (LayoutTestController::setUserStyleSheetLocation):
9844 (LayoutTestController::setUserStyleSheetLocation):
10501 (LayoutTestController::setUserStyleSheetLocation):
10685 (-[LayoutTestController setUserStyleSheetLocation:]):
13704 (-[LayoutTestController setUserStyleSheetLocation:]):

12