OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebIDBFactory
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebIDBFactory.h
46
class
WebIDBFactory
{
48
virtual ~
WebIDBFactory
() { }
Platform.h
81
class
WebIDBFactory
;
213
virtual
WebIDBFactory
* idbFactory() { return 0; }
/external/chromium_org/content/child/indexed_db/
webidbfactory_impl.h
11
#include "third_party/WebKit/public/platform/
WebIDBFactory
.h"
21
class WebIDBFactoryImpl : public blink::
WebIDBFactory
{
26
// See
WebIDBFactory
.h for documentation on these functions.
/external/chromium_org/content/test/
test_webkit_platform_support.h
40
virtual blink::
WebIDBFactory
* idbFactory();
test_webkit_platform_support.cc
130
blink::
WebIDBFactory
* TestWebKitPlatformSupport::idbFactory() {
/external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h
16
#include "third_party/WebKit/public/platform/
WebIDBFactory
.h"
101
virtual blink::
WebIDBFactory
* idbFactory();
218
scoped_ptr<blink::
WebIDBFactory
> web_idb_factory_;
renderer_webkitplatformsupport_impl.cc
131
using blink::
WebIDBFactory
;
380
WebIDBFactory
* RendererWebKitPlatformSupportImpl::idbFactory() {
[
all
...]
Completed in 221 milliseconds