Searched refs:selected_path (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_handler_api_test.cc37 const base::FilePath& selected_path)
41 selected_path(selected_path) {
54 base::FilePath selected_path; member in struct:__anon4545::TestCase
57 // Checks that file under path |selected_path| contains |expected_contents|.
59 void ExpectFileContentEquals(const base::FilePath& selected_path, argument
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) {
34 TestCase(const base::FilePath& suggested_name, const std::vector<std::string>& allowed_extensions, bool success, const base::FilePath& selected_path) argument
72 MockFileSelector(const base::FilePath& suggested_name, const std::vector<std::string>& allowed_extensions, bool success, const base::FilePath& selected_path) argument
241 const base::FilePath selected_path = local
[all...]
H A Dfile_browser_handler_api.cc148 // |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);
243 SendResponse(bool success, const base::FilePath& selected_path) argument
H A Dprivate_api_dialog.cc42 file_paths.push_back(GURL(params->selected_path));
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_tree_model.cc43 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);
41 RecursiveResolve(BookmarkModel* bb_model, const BookmarkNode* bb_node, GtkTreeModel* tree_model, GtkTreeIter* parent_iter, GtkTreePath* selected_path, const BookmarkNode** selected_node) argument
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_tree_model.cc51 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);
47 RecursiveResolve(BookmarkModel* bb_model, const BookmarkNode* bb_node, GtkTreeStore* tree_store, GtkTreeIter* parent_iter, GtkTreePath* selected_path, const BookmarkNode** selected_node) argument
/external/chromium_org/ui/app_list/views/
H A Dpage_switcher.cc94 SkPath selected_path; local
95 selected_path.addRoundRect(gfx::RectToSkRect(selected_rect),
99 canvas->DrawPath(selected_path, paint);

Completed in 72 milliseconds