Searched defs:temp_path_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item.h39 base::FilePath temp_path_; member in class:DeleteTreeWorkItem
/external/chromium_org/content/shell/browser/
H A Dwebkit_test_controller.h184 base::FilePath temp_path_; member in class:content::WebKitTestController
/external/chromium_org/content/browser/loader/
H A Dresource_loader_unittest.cc487 base::FilePath temp_path() const { return temp_path_; }
508 CHECK(base::CreateTemporaryFile(&temp_path_));
511 base::File file(temp_path_, flags);
520 temp_path_,
547 base::FilePath temp_path_; member in class:content::ResourceLoaderRedirectToFileTest

Completed in 358 milliseconds