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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_database_callbacks.h 26 virtual void OnAbort(int64 host_transaction_id,
indexed_db_database_callbacks.cc 42 void IndexedDBDatabaseCallbacks::OnAbort(
indexed_db_database_unittest.cc 63 virtual void OnAbort(int64 transaction_id,
121 virtual void OnAbort(int64 transaction_id,
indexed_db_transaction.cc 152 callbacks_->OnAbort(id_, error);
241 callbacks_->OnAbort(
indexed_db_dispatcher_host.h 190 void OnAbort(int32 ipc_database_id, int64 transaction_id);
indexed_db_dispatcher_host.cc 405 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseAbort, OnAbort)
674 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnAbort(
    [all...]
  /external/chromium_org/ash/rotator/
screen_rotation.h 46 virtual void OnAbort(ui::LayerAnimationDelegate* delegate) OVERRIDE;
screen_rotation.cc 120 void ScreenRotation::OnAbort(ui::LayerAnimationDelegate* delegate) {
  /external/chromium_org/cloud_print/gcp20/prototype/
gcp20_device.cc 63 void OnAbort(int val) {
90 signal(SIGINT, OnAbort); // Handle Ctrl+C signal.
  /external/chromium_org/ui/compositor/
layer_animation_element.cc 44 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
74 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
114 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
152 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
192 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
232 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
273 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
314 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
367 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {}
410 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE
    [all...]
layer_animation_element.h 191 virtual void OnAbort(LayerAnimationDelegate* delegate) = 0;
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader.h 87 // OnLoadCommitted or OnAbort. The former will be called both on successful
103 virtual void OnAbort();
captive_portal_tab_helper_unittest.cc 55 MOCK_METHOD0(OnAbort, void());
125 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
138 EXPECT_CALL(mock_reloader(), OnAbort()).Times(0);
156 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
169 EXPECT_CALL(mock_reloader(), OnAbort()).Times(0);
322 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
364 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
376 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
captive_portal_tab_reloader.cc 110 void CaptivePortalTabReloader::OnAbort() {
captive_portal_tab_helper.cc 223 tab_reloader_->OnAbort();
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.h 215 void OnAbort(int32 ipc_thread_id,
indexed_db_dispatcher.cc 156 IPC_MESSAGE_HANDLER(IndexedDBMsg_DatabaseCallbacksAbort, OnAbort)
661 void IndexedDBDispatcher::OnAbort(int32 ipc_thread_id,
672 callbacks->onAbort(transaction_id, WebIDBDatabaseError(code));
674 callbacks->onAbort(transaction_id, WebIDBDatabaseError(code, message));

Completed in 9301 milliseconds