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

  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl.cc 113 operation_context_.Pass(), url,
122 operation_context_.Pass(), url,
130 async_file_util_->GetFileInfo(operation_context_.Pass(), url, callback);
137 operation_context_.Pass(), url, callback);
151 operation_context_.Pass(), url,
194 operation_context_.Pass(), url,
247 operation_context_.Pass(), url, callback);
268 operation_context_.Pass(), url,
278 operation_context_.Pass(), url,
323 file_util->GetLocalFilePath(operation_context_.get(), url, platform_path)
    [all...]
file_system_operation_impl.h 118 // Sets the quota info in the operation_context_ and then runs the given
189 scoped_ptr<FileSystemOperationContext> operation_context_; member in class:fileapi::FileSystemOperationImpl

Completed in 30 milliseconds