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

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api_test.cc 38 const base::FilePath& selected_path)
42 selected_path(selected_path) {
55 base::FilePath selected_path; member in struct:__anon7761::TestCase
58 // Checks that file under path |selected_path| contains |expected_contents|.
60 void ExpectFileContentEquals(const base::FilePath& selected_path,
63 ASSERT_TRUE(base::ReadFileToString(selected_path, &test_file_contents));
76 const base::FilePath& selected_path)
80 selected_path_(selected_path) {
134 selected_path_(test_case.selected_path) {
242 const base::FilePath selected_path = local
    [all...]
private_api_dialog.cc 41 file_paths.push_back(GURL(params->selected_path));
file_browser_handler_api.cc 146 // |selected_path| is path that was selected. It is empty if the file wasn't
148 void SendResponse(bool success, const base::FilePath& selected_path);
242 const base::FilePath& selected_path) {
247 function_->OnFilePathSelected(success, selected_path);
  /external/chromium_org/ui/app_list/views/
page_switcher.cc 94 SkPath selected_path; local
95 selected_path.addRoundRect(gfx::RectToSkRect(selected_rect),
99 canvas->DrawPath(selected_path, paint);

Completed in 74 milliseconds