Searched refs:requestMetadata (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFileSystemAgent.h54 virtual void requestMetadata(ErrorString*, const String& url, PassRefPtr<RequestMetadataCallback>) OVERRIDE;
H A DInspectorFileSystemAgent.cpp653 void InspectorFileSystemAgent::requestMetadata(ErrorString* error, const String& url, PassRefPtr<RequestMetadataCallback> requestCallback) function in class:WebCore::InspectorFileSystemAgent
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DFileContentView.js87 this._file.requestMetadata(this._metadataReceived.bind(this));
H A DFileSystemModel.js225 requestMetadata: function(entry, callback)
242 FileSystemAgent.requestMetadata(entry.url, innerCallback.bind(this));
455 requestMetadata: function(callback)
457 this.fileSystemModel.requestMetadata(this, callback);
H A DWorkspace.js84 requestMetadata: function(path, callback) { },
288 requestMetadata: function(uiSourceCode, callback)
290 this._projectDelegate.requestMetadata(uiSourceCode.path(), callback);
H A DContentProviderBasedProjectDelegate.js77 requestMetadata: function(path, callback)
H A DDirectoryContentView.js98 this._entry.requestMetadata(this._metadataReceived.bind(this));
H A DFileSystemProjectDelegate.js131 requestMetadata: function(path, callback)
134 this._fileSystem.requestMetadata(filePath, callback);
H A DSASSSourceMapping.js163 sassFile.requestMetadata(metadataReceived.bind(this));
324 cssUISourceCode.requestMetadata(metadataCallback.bind(this));
H A DIsolatedFileSystem.js239 requestMetadata: function(path, callback)
H A DUISourceCode.js250 requestMetadata: function(callback)
252 this._project.requestMetadata(this, callback);

Completed in 684 milliseconds