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

  /external/chromium_org/content/browser/indexed_db/
mock_indexed_db_database_callbacks.cc 20 void MockIndexedDBDatabaseCallbacks::OnAbort(
indexed_db_database_callbacks.h 26 virtual void OnAbort(int64 host_transaction_id,
mock_indexed_db_database_callbacks.h 19 virtual void OnAbort(int64 transaction_id,
indexed_db_database_callbacks.cc 42 void IndexedDBDatabaseCallbacks::OnAbort(
indexed_db_transaction.cc 175 callbacks_->OnAbort(id_, error);
310 callbacks_->OnAbort(
indexed_db_dispatcher_host.h 221 void OnAbort(int32 ipc_database_id, int64 transaction_id);
indexed_db_dispatcher_host.cc 490 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseAbort, OnAbort)
795 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 65 void OnAbort(int val) {
92 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 {}
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(LayerAnimationDelegate* delegate) OVERRIDE
    [all...]
layer_animation_element.h 213 virtual void OnAbort(LayerAnimationDelegate* delegate) = 0;
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader.h 85 // OnLoadCommitted or OnAbort. The former will be called both on successful
101 virtual void OnAbort();
captive_portal_tab_helper_unittest.cc 55 MOCK_METHOD0(OnAbort, void());
128 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
142 EXPECT_CALL(mock_reloader(), OnAbort()).Times(0);
161 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
175 EXPECT_CALL(mock_reloader(), OnAbort()).Times(0);
329 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
371 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
384 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1);
captive_portal_tab_reloader.cc 110 void CaptivePortalTabReloader::OnAbort() {
captive_portal_tab_helper.cc 226 tab_reloader_->OnAbort();
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.h 226 void OnAbort(int32 ipc_thread_id,
indexed_db_dispatcher.cc 159 IPC_MESSAGE_HANDLER(IndexedDBMsg_DatabaseCallbacksAbort, OnAbort)
738 void IndexedDBDispatcher::OnAbort(int32 ipc_thread_id,
749 callbacks->onAbort(transaction_id, WebIDBDatabaseError(code));
751 callbacks->onAbort(transaction_id, WebIDBDatabaseError(code, message));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vswriter.h     [all...]

Completed in 739 milliseconds