OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebFileSystemImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/fileapi/
webfilesystem_impl.h
30
class
WebFileSystemImpl
: public blink::WebFileSystem,
39
static
WebFileSystemImpl
* ThreadSpecificInstance(
47
explicit
WebFileSystemImpl
(base::MessageLoopProxy* main_thread_loop);
48
virtual ~
WebFileSystemImpl
();
126
DISALLOW_COPY_AND_ASSIGN(
WebFileSystemImpl
);
webfilesystem_impl.cc
38
class
WebFileSystemImpl
::WaitableCallbackResults
83
typedef
WebFileSystemImpl
::WaitableCallbackResults WaitableCallbackResults;
85
base::LazyInstance<base::ThreadLocalPointer<
WebFileSystemImpl
> >::Leaky
183
WebFileSystemImpl
* filesystem =
184
WebFileSystemImpl
::ThreadSpecificInstance(NULL);
298
WebFileSystemImpl
* filesystem =
299
WebFileSystemImpl
::ThreadSpecificInstance(NULL);
337
WebFileSystemImpl
* filesystem =
338
WebFileSystemImpl
::ThreadSpecificInstance(NULL);
373
//
WebFileSystemImpl
[
all
...]
Completed in 71 milliseconds