Home
last modified time | relevance | path

Searched refs:userStyleSheetLocation (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/chromium/
DWebPreferences.cpp88 userStyleSheetLocation = WebURL(); in reset()
142 settings->setUserStyleSheetLocation(userStyleSheetLocation); in applyTo()
DWebPreferences.h72 WebKit::WebURL userStyleSheetLocation; member
DLayoutTestController.cpp697 …m_shell->preferences()->userStyleSheetLocation = arguments[0].value.boolValue ? m_userStyleSheetLo… in setUserStyleSheetEnabled()
708 m_shell->preferences()->userStyleSheetLocation = m_userStyleSheetLocation; in setUserStyleSheetLocation()
/external/webkit/Source/WebKit/qt/Api/
Dqwebsettings.cpp75 QUrl userStyleSheetLocation; member in QWebSettingsPrivate
226 …QUrl location = !userStyleSheetLocation.isEmpty() ? userStyleSheetLocation : global->userStyleShee… in apply()
589 d->userStyleSheetLocation = location; in setUserStyleSheetUrl()
600 return d->userStyleSheetLocation; in userStyleSheetUrl()
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferences.h244 - (NSURL *)userStyleSheetLocation;
DWebPreferences.mm648 - (NSURL *)userStyleSheetLocation
DWebView.mm1510 NSString* location = [[preferences userStyleSheetLocation] _web_originalDataAsString];
/external/webkit/Source/WebCore/page/
DSettings.cpp412 void Settings::setUserStyleSheetLocation(const KURL& userStyleSheetLocation) in setUserStyleSheetLocation() argument
414 if (m_userStyleSheetLocation == userStyleSheetLocation) in setUserStyleSheetLocation()
417 m_userStyleSheetLocation = userStyleSheetLocation; in setUserStyleSheetLocation()
DSettings.h198 const KURL& userStyleSheetLocation() const { return m_userStyleSheetLocation; } in userStyleSheetLocation() function
DPage.cpp632 KURL url = m_settings->userStyleSheetLocation(); in userStyleSheetLocationChanged()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferences.idl119 HRESULT userStyleSheetLocation([out, retval] BSTR* location);
/external/webkit/Source/WebKit/win/
DWebPreferences.h130 virtual HRESULT STDMETHODCALLTYPE userStyleSheetLocation(
DWebPreferences.cpp735 HRESULT STDMETHODCALLTYPE WebPreferences::userStyleSheetLocation( in userStyleSheetLocation() function in WebPreferences
DWebView.cpp4589 hr = preferences->userStyleSheetLocation(&str); in notifyPreferencesChanged()
DChangeLog-2009-06-1623647 (WebPreferences::userStyleSheetLocation):
/external/webkit/Source/WebKit/mac/
DWebKit.order2200 -[WebPreferences userStyleSheetLocation]
DChangeLog-2006-02-0922244 (-[WebPreferences userStyleSheetLocation]):
23128 (-[WebPreferences userStyleSheetLocation]): converts path string or URL string to URL
28643 Changed userStyleSheetLocation to take/pass an NSURL.
28664 (-[WebPreferences userStyleSheetLocation]):
31879 (-[WebPreferences userStyleSheetLocation]):
DChangeLog-2002-12-039377 (-[WebPreferences userStyleSheetLocation]),
9382 userStyleSheetEnabled and userStyleSheetLocation
DChangeLog-2007-10-147826 [[preferences userStyleSheetLocation] _web_originalDataAsString]], which will
7827 be nil if the userStyleSheetLocation has not been set yet. [NSURL URLWithString:]
/external/webkit/Source/WebCore/dom/
DDocument.cpp2404 m_pageUserSheet = CSSStyleSheet::createInline(this, settings()->userStyleSheetLocation()); in pageUserSheet()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_view.cpp579 url = priv->page_settings->userStyleSheetLocation(); in _ewk_view_priv_new()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1624043 (QWebSettings::userStyleSheetLocation):
26322 (QWebSettings::userStyleSheetLocation):
28039 (QWebSettings::userStyleSheetLocation):
/external/webkit/Source/WebCore/
DChangeLog-2002-12-035848 * kwq/WebCoreSettings.h: Add willLoadImagesAutomatically and userStyleSheetLocation.
5864 (-[WebCoreSettings userStyleSheetLocation]): Added.
DChangeLog-2003-10-2512474 (-[WebCoreSettings userStyleSheetLocation]):
DChangeLog-2006-05-1010791 (KHTMLSettings::userStyleSheetLocation):

12