OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyItemEnded
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.h
69
virtual void
NotifyItemEnded
(importer::ImportItem item) OVERRIDE;
external_process_importer_client.cc
152
bridge_->
NotifyItemEnded
(import_item);
in_process_importer_bridge.cc
300
void InProcessImporterBridge::
NotifyItemEnded
(importer::ImportItem item) {
/external/chromium_org/chrome/common/importer/
importer_bridge.h
79
virtual void
NotifyItemEnded
(importer::ImportItem item) = 0;
/external/chromium_org/chrome/utility/importer/
bookmarks_file_importer.cc
110
bridge->
NotifyItemEnded
(importer::FAVORITES);
external_process_importer_bridge.h
81
virtual void
NotifyItemEnded
(importer::ImportItem item) OVERRIDE;
firefox_importer.cc
117
bridge_->
NotifyItemEnded
(importer::HOME_PAGE);
126
bridge_->
NotifyItemEnded
(importer::HISTORY);
132
bridge_->
NotifyItemEnded
(importer::FAVORITES);
137
bridge_->
NotifyItemEnded
(importer::SEARCH_ENGINES);
142
bridge_->
NotifyItemEnded
(importer::PASSWORDS);
147
bridge_->
NotifyItemEnded
(importer::AUTOFILL_FORM_DATA);
ie_importer_win.cc
421
bridge_->
NotifyItemEnded
(importer::HOME_PAGE);
427
bridge_->
NotifyItemEnded
(importer::HISTORY);
432
bridge_->
NotifyItemEnded
(importer::FAVORITES);
437
bridge_->
NotifyItemEnded
(importer::SEARCH_ENGINES);
446
bridge_->
NotifyItemEnded
(importer::PASSWORDS);
external_process_importer_bridge.cc
180
void ExternalProcessImporterBridge::
NotifyItemEnded
(importer::ImportItem item) {
Completed in 820 milliseconds