Searched defs:AddFileSystem (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_file_system_helper.cc34 void MockBrowsingDataFileSystemHelper::AddFileSystem( function in class:MockBrowsingDataFileSystemHelper
49 AddFileSystem(GURL("http://fshost1:1/"), false, true, false);
50 AddFileSystem(GURL("http://fshost2:2/"), true, false, true);
51 AddFileSystem(GURL("http://fshost3:3/"), true, true, true);
H A Dbrowsing_data_file_system_helper.cc199 void CannedBrowsingDataFileSystemHelper::AddFileSystem( function in class:CannedBrowsingDataFileSystemHelper
204 // This canned implementation of AddFileSystem uses an O(n^2) algorithm; which
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.cc304 void DevToolsFileHelper::AddFileSystem( function in class:DevToolsFileHelper
H A Ddevtools_ui_bindings.cc499 void DevToolsUIBindings::AddFileSystem() { function in class:DevToolsUIBindings
501 file_helper_->AddFileSystem(

Completed in 1047 milliseconds