Searched defs:pageURL (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebStorageEventDispatcherImpl.cpp46 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,
43 dispatchLocalStorageEvent( const WebString& key, const WebString& oldValue, const WebString& newValue, const WebURL& origin, const WebURL& pageURL, WebStorageArea* sourceAreaInstance, bool originatedInProcess) argument
55 dispatchSessionStorageEvent( const WebString& key, const WebString& oldValue, const WebString& newValue, const WebURL& origin, const WebURL& pageURL, const WebStorageNamespace& sessionNamespace, WebStorageArea* sourceAreaInstance, bool originatedInProcess) argument
/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorageArea.cpp158 void StorageArea::dispatchLocalStorageEvent(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, const KURL& pageURL, WebStorageArea* sourceAreaInstance, bool originatedInProcess) argument
169 frame->domWindow()->enqueueWindowEvent(StorageEvent::create(EventTypeNames::storage, key, oldValue, newValue, pageURL, storage));
188 void StorageArea::dispatchSessionStorageEvent(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, const KURL& pageURL, const WebStorageNamespace& sessionNamespace, WebStorageArea* sourceAreaInstance, bool originatedInProcess) argument
200 frame->domWindow()->enqueueWindowEvent(StorageEvent::create(EventTypeNames::storage, key, oldValue, newValue, pageURL, storage));
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebClipboard.h78 Buffer buffer, WebURL* pageURL, unsigned* fragmentStart,
77 readHTML( Buffer buffer, WebURL* pageURL, unsigned* fragmentStart, unsigned* fragmentEnd) argument
/external/chromium_org/mojo/services/html_viewer/
H A Dwebclipboard_impl.cc30 void CopyURL(blink::WebURL* pageURL, argument
33 *pageURL = blink::WebURL();
35 *pageURL = GURL(std::string(reinterpret_cast<const char*>(&input.front()),
135 blink::WebURL* pageURL,
149 type, mojo::Clipboard::MIME_TYPE_URL, base::Bind(&CopyURL, pageURL));
134 readHTML(Buffer buffer, blink::WebURL* pageURL, unsigned* fragmentStart, unsigned* fragmentEnd) argument
/external/chromium_org/third_party/WebKit/public/web/
H A DWebContextMenuData.h82 WebURL pageURL; member in struct:blink::WebContextMenuData

Completed in 210 milliseconds