OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateFileSystemIfNotPresent
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileSystemClient.h
47
CreateFileSystemIfNotPresent
LocalFileSystem.cpp
74
client()->openFileSystem(context, type, callbacks, synchronousType, size,
CreateFileSystemIfNotPresent
);
/external/chromium_org/third_party/WebKit/Source/web/
LocalFileSystemClient.cpp
73
webFrame->client()->openFileSystem(webFrame, static_cast<WebFileSystemType>(type), size, openMode ==
CreateFileSystemIfNotPresent
, new WebFileSystemCallbacksImpl(callbacks));
WorkerFileSystemClient.cpp
123
bridge->postOpenFileSystemToMainThread(webWorker->commonClient(), static_cast<WebFileSystemType>(type), size, openMode ==
CreateFileSystemIfNotPresent
, mode);
Completed in 331 milliseconds