OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:import_bookmarks_path
(Results
1 - 2
of
2
) sorted by null
/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
);
/external/chromium/chrome/browser/first_run/
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
));
Completed in 58 milliseconds