Home
last modified time | relevance | path

Searched refs:addStyleSheetByURL (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/
DWebContents.java59 void addStyleSheetByURL(String url); in addStyleSheetByURL() method
/external/chromium_org/third_party/WebKit/public/web/
DWebLocalFrame.h52 virtual void addStyleSheetByURL(const WebString& url) = 0;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/webcontents/
DWebContentsImpl.java98 public void addStyleSheetByURL(String url) { in addStyleSheetByURL() method in WebContentsImpl
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.h228 virtual void addStyleSheetByURL(const WebString& url) OVERRIDE;
DWebLocalFrameImpl.cpp1834 void WebLocalFrameImpl::addStyleSheetByURL(const WebString& url) in addStyleSheetByURL() function in blink::WebLocalFrameImpl
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentViewCore.java1213 public void addStyleSheetByURL(String url) {
1215 mWebContents.addStyleSheetByURL(url);
/external/chromium_org/content/renderer/
Drender_frame_impl.cc1385 frame_->addStyleSheetByURL(WebString::fromUTF8(url)); in OnAddStyleSheetByURL()