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

  /external/chromium_org/content/shell/browser/
shell_message_filter.cc 79 fileapi::IsolatedContext::GetInstance()->RegisterDraggedFileSystem(files);
  /external/chromium_org/webkit/browser/fileapi/
isolated_context.h 93 std::string RegisterDraggedFileSystem(const FileInfoSet& files);
138 // (i.e. must be the one registered by RegisterDraggedFileSystem).
isolated_context.cc 116 // could be registered by IsolatedContext::RegisterDraggedFileSystem().
216 std::string IsolatedContext::RegisterDraggedFileSystem(
  /external/chromium_org/content/browser/fileapi/
isolated_context_unittest.cc 66 id_ = IsolatedContext::GetInstance()->RegisterDraggedFileSystem(files);
98 // register in SetUp() by RegisterDraggedFileSystem) is properly cracked as
dragged_file_util_unittest.cc 280 filesystem_id_ = isolated_context()->RegisterDraggedFileSystem(toplevels);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 749 std::string filesystem_id = isolated_context->RegisterDraggedFileSystem(
    [all...]

Completed in 408 milliseconds