HomeSort by relevance Sort by last modified time
    Searched refs:requestFileSystemRoot (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFileSystemAgent.h 52 virtual void requestFileSystemRoot(ErrorString*, const String& origin, const String& typeString, PassRefPtr<RequestFileSystemRootCallback>) OVERRIDE;
InspectorFileSystemAgent.cpp 624 void InspectorFileSystemAgent::requestFileSystemRoot(ErrorString* error, const String& origin, const String& type, PassRefPtr<RequestFileSystemRootCallback> requestCallback)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FileSystemModel.js 124 FileSystemAgent.requestFileSystemRoot(origin, type, innerCallback.bind(this));

Completed in 54 milliseconds