OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnAbort
(Results
1 - 18
of
18
) 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
179
callbacks_->
OnAbort
(id_, error);
265
callbacks_->
OnAbort
(
indexed_db_dispatcher_host.h
192
void
OnAbort
(int32 ipc_database_id, int64 transaction_id);
indexed_db_dispatcher_host.cc
410
IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseAbort,
OnAbort
)
685
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
64
void
OnAbort
(int val) {
91
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 {}
153
virtual void
OnAbort
(LayerAnimationDelegate* delegate) OVERRIDE {}
194
virtual void
OnAbort
(LayerAnimationDelegate* delegate) OVERRIDE {}
234
virtual void
OnAbort
(LayerAnimationDelegate* delegate) OVERRIDE {}
275
virtual void
OnAbort
(LayerAnimationDelegate* delegate) OVERRIDE {}
316
virtual void
OnAbort
(LayerAnimationDelegate* delegate) OVERRIDE {}
357
virtual void
OnAbort
(LayerAnimationDelegate* delegate) OVERRIDE {}
404
virtual void
OnAbort
(LayerAnimationDelegate* delegate) OVERRIDE
[
all
...]
layer_animation_element.h
208
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());
127
EXPECT_CALL(mock_reloader(),
OnAbort
()).Times(1);
141
EXPECT_CALL(mock_reloader(),
OnAbort
()).Times(0);
160
EXPECT_CALL(mock_reloader(),
OnAbort
()).Times(1);
174
EXPECT_CALL(mock_reloader(),
OnAbort
()).Times(0);
327
EXPECT_CALL(mock_reloader(),
OnAbort
()).Times(1);
369
EXPECT_CALL(mock_reloader(),
OnAbort
()).Times(1);
382
EXPECT_CALL(mock_reloader(),
OnAbort
()).Times(1);
captive_portal_tab_reloader.cc
110
void CaptivePortalTabReloader::
OnAbort
() {
captive_portal_tab_helper.cc
225
tab_reloader_->
OnAbort
();
/external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.h
216
void
OnAbort
(int32 ipc_thread_id,
indexed_db_dispatcher.cc
154
IPC_MESSAGE_HANDLER(IndexedDBMsg_DatabaseCallbacksAbort,
OnAbort
)
667
void IndexedDBDispatcher::
OnAbort
(int32 ipc_thread_id,
678
callbacks->
onAbort
(transaction_id, WebIDBDatabaseError(code));
680
callbacks->
onAbort
(transaction_id, WebIDBDatabaseError(code, message));
Completed in 214 milliseconds