HomeSort by relevance Sort by last modified time
    Searched refs:imageURL (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImageSetValue.cpp 61 String imageURL = toCSSImageValue(imageValue)->url();
69 image.imageURL = imageURL;
106 FetchRequest request(ResourceRequest(document->completeURL(image.imageURL)), FetchInitiatorTypeNames::css);
CSSImageSetValue.h 56 String imageURL;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebPermissions.h 47 virtual bool allowImage(blink::WebFrame*, bool enabledPerSettings, const blink::WebURL& imageURL);
WebPermissions.cpp 52 bool WebPermissions::allowImage(blink::WebFrame*, bool enabledPerSettings, const blink::WebURL& imageURL)
56 m_delegate->printMessage(std::string("PERMISSION CLIENT: allowImage(") + normalizeLayoutTestURL(imageURL.spec()) + "): " + (allowed ? "true" : "false") + "\n");
  /external/chromium_org/third_party/WebKit/public/web/
WebPermissionClient.h 53 virtual bool allowImage(WebFrame* frame, bool enabledPerSettings, const WebURL& imageURL) { return enabledPerSettings; }
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 716 static void prepareClipboardForImageDrag(Frame* source, Clipboard* clipboard, Element* node, const KURL& linkURL, const KURL& imageURL, const String& label)
723 clipboard->declareAndWriteDragImage(node, !linkURL.isEmpty() ? linkURL : imageURL, label);
743 const KURL& imageURL = hitTestResult.absoluteImageURL();
758 if (imageURL.isEmpty() || !node || !node->isElementNode())
761 prepareClipboardForImageDrag(src, clipboard, element, linkURL, imageURL, hitTestResult.altDisplayString());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Layers3DView.js 144 * @param {string=} imageURL
146 showImageForLayer: function(layer, imageURL)
150 if (imageURL)
151 this._layerImage.src = imageURL;
DOMPresentationUtils.js 115 * @param {string} imageURL
120 WebInspector.DOMPresentationUtils.buildImagePreviewContents = function(imageURL, showDimensions, userCallback, precomputedDimensions)
122 var resource = WebInspector.resourceTreeModel.resourceForURL(imageURL);
CanvasProfileView.js 218 var imageURL = (resourceState && resourceState.imageURL) || "";
219 this._replayImageElement.src = imageURL;
220 this._replayImageElement.style.visibility = imageURL ? "" : "hidden";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.h 133 virtual bool allowImage(bool enabledPerSettings, const WebCore::KURL& imageURL);
FrameLoaderClientImpl.cpp 221 bool FrameLoaderClientImpl::allowImage(bool enabledPerSettings, const KURL& imageURL)
224 return m_webFrame->permissionClient()->allowImage(m_webFrame, enabledPerSettings, imageURL);
228 return webview->permissionClient()->allowImage(m_webFrame, enabledPerSettings, imageURL);
  /external/chromium_org/components/test/data/web_database/
version_52.sql 11 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',1,'',0,0,'UTF-8',1,'{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&q={searchTerms}&{google:cursorPosition}{google:zeroPrefixUrl}{google:pageClassification}sugkey={google:suggestAPIKeyParameter}',1,0,'{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:instantEnabledParameter}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',0,'2BB4ECA1-7D0F-2FB9-45B0-AD87B8298C9D','["{google:baseURL}#q={searchTerms}","{google:baseURL}search#q={searchTerms}","{google:baseURL}webhp#q={searchTerms}"]','espv','{google:baseURL}searchbyimage/upload','','','','encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource}');
version_53.sql 9 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:bookmarkBarPinned}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',1,'',0,0,'UTF-8',1,'{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&xssi=t&q={searchTerms}&{google:cursorPosition}{google:zeroPrefixUrl}{google:pageClassification}sugkey={google:suggestAPIKeyParameter}',1,0,'{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:forceInstantResults}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',0,'1D955A9B-6F30-D3FF-5F5C-002E40BDF482','["{google:baseURL}#q={searchTerms}","{google:baseURL}search#q={searchTerms}","{google:baseURL}webhp#q={searchTerms}"]','espv','{google:baseURL}searchbyimage/upload','','','','encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight}','{google:baseURL}_/chrome/newtab?{google:RLZ}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}ie={inputEncoding}');
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 555 milliseconds