OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:import_bookmarks_path
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/first_run/
first_run_mac.mm
9
bool FirstRun::ImportBookmarks(const FilePath&
import_bookmarks_path
) {
first_run_gtk.cc
25
bool FirstRun::ImportBookmarks(const FilePath&
import_bookmarks_path
) {
41
import_bookmarks_path
);
first_run_win.cc
311
const FilePath&
import_bookmarks_path
,
336
if (!
import_bookmarks_path
.empty()) {
338
switches::kImportFromFile,
import_bookmarks_path
);
first_run.cc
265
std::string
import_bookmarks_path
;
local
268
&
import_bookmarks_path
);
286
if (out_prefs->do_import_items || !
import_bookmarks_path
.empty()) {
294
FilePath::FromWStringHack(UTF8ToWide(
import_bookmarks_path
)),
300
if (!
import_bookmarks_path
.empty()) {
303
import_bookmarks_path
));
first_run.h
183
static bool ImportBookmarks(const FilePath&
import_bookmarks_path
);
/external/chromium_org/chrome/browser/first_run/
first_run.h
80
std::string
import_bookmarks_path
;
member in struct:first_run::MasterPrefs
142
// |
import_bookmarks_path
| is not empty.
147
const std::string&
import_bookmarks_path
);
first_run.cc
255
// |
import_bookmarks_path
|.
258
const std::string&
import_bookmarks_path
) {
264
UTF8ToUTF16(
import_bookmarks_path
);
266
import_bookmarks_path
;
533
&out_prefs->
import_bookmarks_path
);
721
const std::string&
import_bookmarks_path
) {
789
if (!
import_bookmarks_path
.empty()) {
795
ImportFromFile(profile, file_importer_host,
import_bookmarks_path
);
/external/chromium_org/chrome/browser/
chrome_browser_main.cc
[
all
...]
Completed in 200 milliseconds