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

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api_test.cc 37 const base::FilePath& selected_path)
41 selected_path(selected_path) {
54 base::FilePath selected_path; member in struct:__anon7681::TestCase
57 // Checks that file under path |selected_path| contains |expected_contents|.
59 void ExpectFileContentEquals(const base::FilePath& selected_path,
62 ASSERT_TRUE(base::ReadFileToString(selected_path, &test_file_contents));
75 const base::FilePath& selected_path)
79 selected_path_(selected_path) {
133 selected_path_(test_case.selected_path) {
241 const base::FilePath selected_path = local
    [all...]
  /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 55 milliseconds