Searched refs:addStyleSheetByURL (Results 1 – 7 of 7) sorted by relevance
59 void addStyleSheetByURL(String url); in addStyleSheetByURL() method
52 virtual void addStyleSheetByURL(const WebString& url) = 0;
98 public void addStyleSheetByURL(String url) { in addStyleSheetByURL() method in WebContentsImpl
228 virtual void addStyleSheetByURL(const WebString& url) OVERRIDE;
1834 void WebLocalFrameImpl::addStyleSheetByURL(const WebString& url) in addStyleSheetByURL() function in blink::WebLocalFrameImpl
1213 public void addStyleSheetByURL(String url) {1215 mWebContents.addStyleSheetByURL(url);
1385 frame_->addStyleSheetByURL(WebString::fromUTF8(url)); in OnAddStyleSheetByURL()