HomeSort by relevance Sort by last modified time
    Searched full:selected_path (Results 1 - 6 of 6) 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:__anon4235::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...]
file_browser_handler_api.cc 148 // |selected_path| is path that was selected. It is empty if the file wasn't
150 void SendResponse(bool success, const base::FilePath& selected_path);
244 const base::FilePath& selected_path) {
249 function_->OnFilePathSelected(success, selected_path);
private_api_dialog.cc 42 file_paths.push_back(GURL(params->selected_path));
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.cc 43 GtkTreePath* selected_path,
46 if (gtk_tree_path_compare(current_path, selected_path) == 0)
75 selected_path, selected_node);
168 GtkTreePath* selected_path = gtk_tree_model_get_path(tree_model, selected); local
197 selected_path, &node_to_return);
200 gtk_tree_path_free(selected_path);
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.cc 51 GtkTreePath* selected_path,
55 if (gtk_tree_path_compare(current_path, selected_path) == 0)
91 selected_path, selected_node);
182 GtkTreePath* selected_path = gtk_tree_model_get_path(tree_model, selected); local
211 selected_path, &node_to_return);
214 gtk_tree_path_free(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 562 milliseconds