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

  /external/chromium_org/chrome/test/perf/
perf_ui_test_suite.cc 92 base::FilePath default_path = local
94 if (!GenerateProfile(TOP_SITES, kNumURLs, default_path)) {
104 if (!base::CopyDirectory(default_path,
  /external/chromium/testing/gtest/test/
gtest-filepath_test.cc 487 FilePath default_path; local
489 non_default_path = default_path;
491 EXPECT_STREQ("", default_path.c_str()); // RHS var is unchanged.
496 FilePath default_path; local
497 default_path = non_default_path;
498 EXPECT_STREQ("path", default_path.c_str());
  /external/chromium_org/testing/gtest/test/
gtest-filepath_test.cc 469 FilePath default_path; local
471 non_default_path = default_path;
473 EXPECT_EQ("", default_path.string()); // RHS var is unchanged.
478 FilePath default_path; local
479 default_path = non_default_path;
480 EXPECT_EQ("path", default_path.string());
  /external/gtest/test/
gtest-filepath_test.cc 487 FilePath default_path; local
489 non_default_path = default_path;
491 EXPECT_STREQ("", default_path.c_str()); // RHS var is unchanged.
496 FilePath default_path; local
497 default_path = non_default_path;
498 EXPECT_STREQ("path", default_path.c_str());
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 401 FilePath default_path; local
403 non_default_path = default_path;
405 EXPECT_STREQ("", default_path.c_str()); // RHS var is unchanged.
410 FilePath default_path; local
411 default_path = non_default_path;
412 EXPECT_STREQ("path", default_path.c_str());
  /ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 469 FilePath default_path; local
471 non_default_path = default_path;
473 EXPECT_EQ("", default_path.string()); // RHS var is unchanged.
478 FilePath default_path; local
479 default_path = non_default_path;
480 EXPECT_EQ("path", default_path.string());
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl_kde.cc 59 const base::FilePath& default_path,
71 const base::FilePath& default_path, gfx::NativeWindow parent,
76 : type(type), title(title), default_path(default_path), parent(parent),
84 base::FilePath default_path; member in struct:libgtk2ui::SelectFileDialogImplKDE::KDialogParams
98 const base::FilePath& default_path, gfx::NativeWindow parent,
118 const base::FilePath& default_path,
122 const base::FilePath& default_path,
126 const base::FilePath& default_path,
130 const base::FilePath& default_path,
    [all...]
  /external/chromium_org/ui/shell_dialogs/gtk/
select_file_dialog_impl_kde.cc 53 const base::FilePath& default_path,
67 const base::FilePath& default_path,
77 default_path(default_path),
88 base::FilePath default_path; member in struct:__anon16826::SelectFileDialogImplKDE::KDialogParams
104 const base::FilePath& default_path, gfx::NativeWindow parent,
125 const base::FilePath& default_path,
129 const base::FilePath& default_path,
133 const base::FilePath& default_path,
137 const base::FilePath& default_path,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 116 path = [None] + self.default_path()
122 def default_path(self): member in class:BasicModuleLoader
186 def default_path(self): return sys.path member in class:Hooks
220 def default_path(self): member in class:ModuleLoader
221 return self.hooks.default_path()
rexec.py 114 def default_path(self): member in class:RHooks
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ihooks.py 116 path = [None] + self.default_path()
122 def default_path(self): member in class:BasicModuleLoader
186 def default_path(self): return sys.path member in class:Hooks
220 def default_path(self): member in class:ModuleLoader
221 return self.hooks.default_path()
rexec.py 114 def default_path(self): member in class:RHooks
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 68 FilePath default_path; local
69 PathService::Get(chrome::DIR_USER_DOCUMENTS, &default_path);
70 return default_path.Append(filename);
836 FilePath default_path; local
838 default_path = GetDefaultFilepathForBookmarkExport();
842 // After getting the |default_path|, ask the UI to display the file dialog.
845 type, default_path));
849 FilePath default_path) {
866 default_path,
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 545 const FilePath& default_path,
559 const FilePath& default_path,
568 default_path(default_path),
582 FilePath default_path; member in struct:SelectFileDialogImpl::ExecuteSelectParams
650 const FilePath& default_path,
656 ExecuteSelectParams execute_params(type, UTF16ToWide(title), default_path,
695 FilePath path = params.default_path;
705 params.default_path.value(), filter,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 92 base::FilePath default_path; local
93 PathService::Get(chrome::DIR_USER_DOCUMENTS, &default_path);
94 return default_path.Append(filename);
918 base::FilePath default_path; local
920 default_path = GetDefaultFilepathForBookmarkExport();
924 // After getting the |default_path|, ask the UI to display the file dialog.
927 type, default_path));
932 const base::FilePath& default_path) {
    [all...]
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc 425 const base::FilePath& default_path,
439 const base::FilePath& default_path,
448 default_path(default_path),
460 base::FilePath default_path; member in struct:__anon16829::SelectFileDialogImpl::ExecuteSelectParams
539 const base::FilePath& default_path,
555 default_path, local
567 default_path, local
577 default_path, local
606 ExecuteSelectParams execute_params(type, UTF16ToWide(title), default_path,
    [all...]

Completed in 408 milliseconds