Home
last modified time | relevance | path

Searched defs:pageUrl (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebStorageArea.h65 …virtual void setItem(const WebString& key, const WebString& newValue, const WebURL& pageUrl, Resul… in setItem()
74 virtual void removeItem(const WebString& key, const WebURL& pageUrl) in removeItem()
81 virtual void clear(const WebURL& pageUrl) in clear()
92 virtual void removeItem(const WebString& key, const WebURL& pageUrl, WebString& oldValue) { } in removeItem()
93 virtual void clear(const WebURL& pageUrl, bool& somethingCleared) { } in clear()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
DFaviconHelper.java78 Profile profile, String pageUrl, int iconTypes, in getLocalFaviconImageForURL()
103 public Bitmap getSyncedFaviconImageForURL(Profile profile, String pageUrl) { in getSyncedFaviconImageForURL()
111 Profile profile, String pageUrl, int iconTypes, int desiredSizeInDip, in nativeGetLocalFaviconImageForURL()
114 Profile profile, String pageUrl); in nativeGetSyncedFaviconImageForURL()
/external/chromium_org/chrome/browser/resources/backloader/scripts/
Dpages.js9 pageUrl: 'https://www.google.com/calendar/offline/background.html', property
Dbackground.js134 loadLuncherFrame_: function(index, pageUrl) { argument
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwContentsClientFaviconTest.java108 final String pageUrl = mWebServer.setResponse(FAVICON1_PAGE_URL, FAVICON1_PAGE_HTML, in testReceiveBasicFavicon() local
126 final String pageUrl = mWebServer.setResponse(TOUCHICON_REL_URL, TOUCHICON_REL_PAGE_HTML, in testReceiveBasicTouchIconLinkRel() local
DAwContentsClientVisitedHistoryTest.java105 final String pageUrl = webServer.setResponse(path, html, null); in testUpdateVisitedHistoryCallback() local
146 final String pageUrl = webServer.setResponse(path, html, null); in testGetVisitedHistoryExerciseCodePath() local
DAwContentsTest.java259 final String pageUrl = webServer.setResponse( in testClearCacheMemoryAndDisk() local
327 final String pageUrl = webServer.setResponse("/favicon.html", in testGetFavicon() local
375 final String pageUrl = webServer.setResponse( in testDownload() local
DAwContentsClientAutoLoginTest.java87 final String pageUrl = webServer.setResponse(path, html, headers); in autoLoginTestHelper() local
/external/chromium_org/chrome/common/extensions/api/
Ddeclarative_content.json15 "pageUrl": { object
Dactivity_log_private.json21 "pageUrl": {"type": "string", "optional": true}, object
44 "pageUrl": {"type": "string", "optional": true, "description": "Treated as a prefix"}, object
Dcontext_menus.json45 "pageUrl": { object
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebPageNewSerializerTest.cpp368 WebURL pageUrl = toKURL("http://www.test.com"); in TEST_F() local
383 WebURL pageUrl = toKURL("http://www.test.com"); in TEST_F() local
/external/chromium/chrome/common/extensions/api/
Dextension_api.json2781 "pageUrl": { object