HomeSort by relevance Sort by last modified time
    Searched defs:allowDatabase (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebWorkerClientImpl.h 97 virtual bool allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize)
WebWorkerBase.cpp 66 // This class is used to route the result of the WebWorkerBase::allowDatabase
108 bridge->signalCompleted(commonClient->allowDatabase(frame, name, displayName, estimatedSize));
218 bool WebWorkerBase::allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize)
  /external/webkit/Tools/DumpRenderTree/chromium/
TestWebWorker.h 86 virtual bool allowDatabase(WebKit::WebFrame*, const WebKit::WebString&, const WebKit::WebString&, unsigned long) { return true; }
  /external/webkit/Source/WebKit/chromium/public/
WebFrameClient.h 299 virtual bool allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) { return true; }

Completed in 244 milliseconds