OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_folder_name
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/utility/importer/
bookmarks_file_importer.cc
103
base::string16
first_folder_name
=
local
105
bridge->AddBookmarks(bookmarks,
first_folder_name
);
external_process_importer_bridge.h
51
const base::string16&
first_folder_name
) OVERRIDE;
external_process_importer_bridge.cc
44
const base::string16&
first_folder_name
) {
46
first_folder_name
, bookmarks.size()));
firefox_importer.cc
331
const base::string16&
first_folder_name
=
local
333
bridge_->AddBookmarks(bookmarks,
first_folder_name
);
ie_importer_win.cc
464
const base::string16&
first_folder_name
=
local
466
bridge_->AddBookmarks(bookmarks,
first_folder_name
);
/external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.h
39
const base::string16&
first_folder_name
) OVERRIDE;
external_process_importer_client.h
74
void OnBookmarksImportStart(const base::string16&
first_folder_name
,
external_process_importer_client.cc
191
const base::string16&
first_folder_name
,
196
bookmarks_first_folder_name_ =
first_folder_name
;
in_process_importer_bridge.cc
183
const base::string16&
first_folder_name
) {
187
first_folder_name
));
/external/chromium_org/chrome/common/importer/
importer_bridge.h
41
const base::string16&
first_folder_name
) = 0;
Completed in 63 milliseconds