HomeSort by relevance Sort by last modified time
    Searched refs:StartImpl (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
destroy_partitions_operation.h 23 virtual void StartImpl() OVERRIDE;
write_from_file_operation.h 20 virtual void StartImpl() OVERRIDE;
destroy_partitions_operation.cc 26 void DestroyPartitionsOperation::StartImpl() {
write_from_file_operation.cc 26 void WriteFromFileOperation::StartImpl() {
write_from_url_operation.h 31 virtual void StartImpl() OVERRIDE;
operation.h 86 virtual void StartImpl() = 0;
write_from_url_operation.cc 33 void WriteFromUrlOperation::StartImpl() {
operation_unittest.cc 40 virtual void StartImpl() OVERRIDE {}
write_from_url_operation_unittest.cc 44 virtual void StartImpl() OVERRIDE {}
operation.cc 87 StartImpl();
  /external/chromium_org/components/sync_driver/
change_processor.cc 19 StartImpl();
change_processor.h 72 virtual void StartImpl() = 0;
change_processor_mock.h 24 MOCK_METHOD0(StartImpl, void());
generic_change_processor.h 103 virtual void StartImpl() OVERRIDE; // Does nothing.
generic_change_processor.cc 726 void GenericChangeProcessor::StartImpl() {
  /external/chromium_org/chrome/browser/sync/glue/
synced_device_tracker.h 38 virtual void StartImpl() OVERRIDE;
typed_url_change_processor.h 74 virtual void StartImpl() OVERRIDE;
bookmark_change_processor.h 151 virtual void StartImpl() OVERRIDE;
sync_backend_registrar_unittest.cc 186 EXPECT_CALL(change_processor_mock, StartImpl());
227 EXPECT_CALL(change_processor_mock, StartImpl());
synced_device_tracker.cc 41 void SyncedDeviceTracker::StartImpl() { }
typed_url_change_processor.cc 339 void TypedUrlChangeProcessor::StartImpl() {
bookmark_change_processor.cc 65 void BookmarkChangeProcessor::StartImpl() {

Completed in 2188 milliseconds