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

  /external/chromium_org/third_party/WebKit/Source/web/
WebStorageEventDispatcherImpl.cpp 46 const WebURL& pageURL, WebStorageArea* sourceAreaInstance,
51 key, oldValue, newValue, securityOrigin.get(), pageURL,
58 const WebURL& pageURL, const WebStorageNamespace& sessionNamespace,
63 key, oldValue, newValue, securityOrigin.get(), pageURL,
ContextMenuClientImpl.cpp 302 data.pageURL = urlFromFrame(m_webView->mainFrameImpl()->frame());
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageArea.h 71 SecurityOrigin*, const KURL& pageURL, blink::WebStorageArea* sourceAreaInstance, bool originatedInProcess);
73 SecurityOrigin*, const KURL& pageURL, const blink::WebStorageNamespace&,
StorageArea.cpp 143 void StorageArea::dispatchLocalStorageEvent(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, const KURL& pageURL, blink::WebStorageArea* sourceAreaInstance, bool originatedInProcess)
154 frame->domWindow()->enqueueWindowEvent(StorageEvent::create(EventTypeNames::storage, key, oldValue, newValue, pageURL, storage));
173 void StorageArea::dispatchSessionStorageEvent(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, const KURL& pageURL, const blink::WebStorageNamespace& sessionNamespace, blink::WebStorageArea* sourceAreaInstance, bool originatedInProcess)
185 frame->domWindow()->enqueueWindowEvent(StorageEvent::create(EventTypeNames::storage, key, oldValue, newValue, pageURL, storage));
  /external/chromium_org/third_party/WebKit/public/platform/
WebClipboard.h 78 Buffer buffer, WebURL* pageURL, unsigned* fragmentStart,
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 86 * @param {!string} pageURL URL of the page.
90 init: function(channel, pageURL, docRoot) {
91 this.pageURL_ = pageURL;
167 var pageURL = window.location.href;
171 channel.send({name: 'pageLoaded', url: pageURL});
177 passwordScraper.init(channel, pageURL, document.documentElement);
  /external/chromium_org/third_party/WebKit/public/web/
WebContextMenuData.h 82 WebURL pageURL;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionPanel.js 36 * @param {string} pageURL
38 WebInspector.ExtensionPanel = function(id, pageURL)
48 var extensionView = new WebInspector.ExtensionView(id, pageURL, "extension panel");
  /external/chromium_org/content/renderer/
context_menu_params_builder.cc 28 params.page_url = data.pageURL;

Completed in 2848 milliseconds