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

  /external/webkit/Source/WebCore/fileapi/
LocalFileSystem.cpp 32 #include "LocalFileSystem.h"
53 LocalFileSystem* LocalFileSystem::s_instance = 0;
55 void LocalFileSystem::initializeLocalFileSystem(const String& basePath)
63 OwnPtr<LocalFileSystem> localFileSystem = adoptPtr(new LocalFileSystem(basePath));
64 s_instance = localFileSystem.leakPtr();
67 LocalFileSystem& LocalFileSystem::localFileSystem(
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
LocalFileSystemChromium.cpp 32 #include "LocalFileSystem.h"
54 LocalFileSystem& LocalFileSystem::localFileSystem()
56 AtomicallyInitializedStatic(LocalFileSystem*, localFileSystem = new LocalFileSystem(""));
57 return *localFileSystem;
84 void LocalFileSystem::readFileSystem(ScriptExecutionContext* context, AsyncFileSystem::Type type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, bool synchronous)
89 void LocalFileSystem::requestFileSystem(ScriptExecutionContext* context, AsyncFileSystem::Type type, long long size, Pa (…)
    [all...]

Completed in 114 milliseconds