OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileImportHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/utility/
profile_import_handler.cc
19
ProfileImportHandler
::
ProfileImportHandler
() : items_to_import_(0) {}
21
ProfileImportHandler
::~
ProfileImportHandler
() {}
23
bool
ProfileImportHandler
::OnMessageReceived(const IPC::Message& message) {
25
IPC_BEGIN_MESSAGE_MAP(
ProfileImportHandler
, message)
35
void
ProfileImportHandler
::OnImportStart(
66
void
ProfileImportHandler
::OnImportCancel() {
70
void
ProfileImportHandler
::OnImportItemFinished(uint16 item) {
79
void
ProfileImportHandler
::ImporterCleanup()
[
all
...]
profile_import_handler.h
29
class
ProfileImportHandler
: public UtilityMessageHandler {
31
ProfileImportHandler
();
32
virtual ~
ProfileImportHandler
();
Completed in 100 milliseconds