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
H A DStorageAreaProxy.cpp151 SecurityOrigin* securityOrigin, const KURL& pageURL, WebKit::WebStorageArea* sourceAreaInstance, bool originatedInProcess)
159 frame->document()->enqueueWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, pageURL, storage));
179 SecurityOrigin* securityOrigin, const KURL& pageURL, const WebKit::WebStorageNamespace& sessionNamespace,
189 frame->document()->enqueueWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, pageURL, storage));
150 dispatchLocalStorageEvent(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, const KURL& pageURL, WebKit::WebStorageArea* sourceAreaInstance, bool originatedInProcess) argument
178 dispatchSessionStorageEvent(const String& key, const String& oldValue, const String& newValue, SecurityOrigin* securityOrigin, const KURL& pageURL, const WebKit::WebStorageNamespace& sessionNamespace, WebKit::WebStorageArea* sourceAreaInstance, bool originatedInProcess) argument
/external/chromium/chrome/browser/ui/cocoa/
H A Dbug_report_window_controller.h76 @property(nonatomic, copy) NSString* pageURL; variable
/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/third_party/WebKit/public/web/
H A DWebContextMenuData.h79 WebURL pageURL; member in struct:WebKit::WebContextMenuData

Completed in 356 milliseconds