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

  /external/chromium_org/third_party/WebKit/Source/web/
StorageAreaProxy.h 72 static bool isEventSource(Storage*, blink::WebStorageArea* sourceAreaInstance);
StorageAreaProxy.cpp 164 if (storage && frame->document()->securityOrigin()->equal(securityOrigin) && !isEventSource(storage, sourceAreaInstance))
194 if (storage && frame->document()->securityOrigin()->equal(securityOrigin) && !isEventSource(storage, sourceAreaInstance))
200 bool StorageAreaProxy::isEventSource(Storage* storage, blink::WebStorageArea* sourceAreaInstance)

Completed in 20 milliseconds