Searched refs:OnAbort (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dmock_indexed_db_database_callbacks.cc20 void MockIndexedDBDatabaseCallbacks::OnAbort( function in class:content::MockIndexedDBDatabaseCallbacks
H A Dindexed_db_database_callbacks.h26 virtual void OnAbort(int64 host_transaction_id,
H A Dmock_indexed_db_database_callbacks.h19 virtual void OnAbort(int64 transaction_id,
H A Dindexed_db_database_callbacks.cc42 void IndexedDBDatabaseCallbacks::OnAbort( function in class:content::IndexedDBDatabaseCallbacks
H A Dindexed_db_transaction.cc175 callbacks_->OnAbort(id_, error);
321 callbacks_->OnAbort(
H A Dindexed_db_dispatcher_host.h192 void OnAbort(int32 ipc_database_id, int64 transaction_id);
H A Dindexed_db_dispatcher_host.cc494 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseAbort, OnAbort)
808 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnAbort( function in class:content::IndexedDBDispatcherHost::DatabaseDispatcherHost
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dgcp20_device.cc38 void OnAbort(int val) { function in namespace:__anon6245
65 signal(SIGINT, OnAbort); // Handle Ctrl+C signal.
/external/chromium_org/ash/rotator/
H A Dscreen_rotation.h46 virtual void OnAbort(ui::LayerAnimationDelegate* delegate) OVERRIDE;
H A Dscreen_rotation.cc120 void ScreenRotation::OnAbort(ui::LayerAnimationDelegate* delegate) { function in class:ash::ScreenRotation
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element.cc44 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
74 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
108 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
141 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
176 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
210 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
245 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
280 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
315 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
356 virtual void OnAbort(LayerAnimationDelegat
[all...]
H A Dlayer_animation_element.h213 virtual void OnAbort(LayerAnimationDelegate* delegate) = 0;
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_reloader.h85 // OnLoadCommitted or OnAbort. The former will be called both on successful
101 virtual void OnAbort();
H A Dcaptive_portal_tab_helper_unittest.cc56 MOCK_METHOD0(OnAbort, void());
132 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
147 EXPECT_CALL(mock_reloader(), OnAbort()).Times(0);
167 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
182 EXPECT_CALL(mock_reloader(), OnAbort()).Times(0);
344 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
388 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
401 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
H A Dcaptive_portal_tab_reloader.cc110 void CaptivePortalTabReloader::OnAbort() { function in class:CaptivePortalTabReloader
H A Dcaptive_portal_tab_helper.cc222 tab_reloader_->OnAbort();
/external/chromium_org/content/child/indexed_db/
H A Dindexed_db_dispatcher.h227 void OnAbort(int32 ipc_thread_id,
H A Dindexed_db_dispatcher.cc159 IPC_MESSAGE_HANDLER(IndexedDBMsg_DatabaseCallbacksAbort, OnAbort)
742 void IndexedDBDispatcher::OnAbort(int32 ipc_thread_id, function in class:content::IndexedDBDispatcher

Completed in 199 milliseconds