/external/chromium_org/ui/compositor/ |
D | layer_animation_element.cc | 44 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() function in ui::__anon0bd69cc60111::Pause 74 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() function in ui::__anon0bd69cc60111::TransformTransition 108 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() function in ui::__anon0bd69cc60111::InterpolatedTransformTransition 141 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() function in ui::__anon0bd69cc60111::BoundsTransition 176 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() function in ui::__anon0bd69cc60111::OpacityTransition 210 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() function in ui::__anon0bd69cc60111::VisibilityTransition 245 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() function in ui::__anon0bd69cc60111::BrightnessTransition 280 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() function in ui::__anon0bd69cc60111::GrayscaleTransition 315 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE {} in OnAbort() function in ui::__anon0bd69cc60111::ColorTransition 356 virtual void OnAbort(LayerAnimationDelegate* delegate) OVERRIDE { in OnAbort() function in ui::__anon0bd69cc60111::ThreadedLayerAnimationElement [all …]
|
D | layer_animation_element.h | 213 virtual void OnAbort(LayerAnimationDelegate* delegate) = 0;
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
D | gcp20_device.cc | 38 void OnAbort(int val) { in OnAbort() function 65 signal(SIGINT, OnAbort); // Handle Ctrl+C signal. in main()
|
/external/chromium_org/chrome/browser/captive_portal/ |
D | captive_portal_tab_helper_unittest.cc | 56 MOCK_METHOD0(OnAbort, void()); 132 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1); in SimulateAbort() 147 EXPECT_CALL(mock_reloader(), OnAbort()).Times(0); in SimulateAbort() 167 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1); in SimulateAbortTimeout() 182 EXPECT_CALL(mock_reloader(), OnAbort()).Times(0); in SimulateAbortTimeout() 344 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1); in TEST_F() 388 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1); in TEST_F() 401 EXPECT_CALL(mock_reloader(), OnAbort()).Times(1); in TEST_F()
|
D | captive_portal_tab_reloader.h | 101 virtual void OnAbort();
|
D | captive_portal_tab_reloader.cc | 110 void CaptivePortalTabReloader::OnAbort() { in OnAbort() function in CaptivePortalTabReloader
|
D | captive_portal_tab_helper.cc | 222 tab_reloader_->OnAbort(); in OnLoadAborted()
|
/external/chromium_org/content/browser/indexed_db/ |
D | mock_indexed_db_database_callbacks.cc | 20 void MockIndexedDBDatabaseCallbacks::OnAbort( in OnAbort() function in content::MockIndexedDBDatabaseCallbacks
|
D | mock_indexed_db_database_callbacks.h | 19 virtual void OnAbort(int64 transaction_id,
|
D | indexed_db_database_callbacks.h | 26 virtual void OnAbort(int64 host_transaction_id,
|
D | indexed_db_database_callbacks.cc | 42 void IndexedDBDatabaseCallbacks::OnAbort( in OnAbort() function in content::IndexedDBDatabaseCallbacks
|
D | indexed_db_transaction.cc | 175 callbacks_->OnAbort(id_, error); in Abort() 321 callbacks_->OnAbort( in CommitPhaseTwo()
|
D | indexed_db_dispatcher_host.h | 192 void OnAbort(int32 ipc_database_id, int64 transaction_id);
|
D | indexed_db_dispatcher_host.cc | 494 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseAbort, OnAbort) in OnMessageReceived() 808 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnAbort( in OnAbort() function in content::IndexedDBDispatcherHost::DatabaseDispatcherHost
|
/external/chromium_org/ash/rotator/ |
D | screen_rotation.h | 46 virtual void OnAbort(ui::LayerAnimationDelegate* delegate) OVERRIDE;
|
D | screen_rotation.cc | 120 void ScreenRotation::OnAbort(ui::LayerAnimationDelegate* delegate) { in OnAbort() function in ash::ScreenRotation
|
/external/chromium_org/content/child/indexed_db/ |
D | indexed_db_dispatcher.h | 227 void OnAbort(int32 ipc_thread_id,
|
D | indexed_db_dispatcher.cc | 159 IPC_MESSAGE_HANDLER(IndexedDBMsg_DatabaseCallbacksAbort, OnAbort) in OnMessageReceived() 742 void IndexedDBDispatcher::OnAbort(int32 ipc_thread_id, in OnAbort() function in content::IndexedDBDispatcher
|