Searched refs:OnCommit (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/base/ime/linux/
H A Dlinux_input_method_context.h50 virtual void OnCommit(const base::string16& text) = 0;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dfake_server_invalidation_service.cc76 void FakeServerInvalidationService::OnCommit( function in class:fake_server::FakeServerInvalidationService
H A Dfake_server_invalidation_service.h53 virtual void OnCommit(
/external/chromium_org/ui/base/ime/
H A Dinput_method_auralinux.h38 virtual void OnCommit(const base::string16& text) OVERRIDE;
68 // VKEY_PROCESSKEY event, OnCommit or OnPreedit{Start,Changed,End} dispatch
H A Dinput_method_auralinux.cc122 void InputMethodAuraLinux::OnCommit(const base::string16& text) { function in class:ui::InputMethodAuraLinux
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dx11_input_method_context_impl_gtk2.h62 CHROMEG_CALLBACK_1(X11InputMethodContextImplGtk2, void, OnCommit,
H A Dx11_input_method_context_impl_gtk2.cc299 void X11InputMethodContextImplGtk2::OnCommit(GtkIMContext* context, function in class:libgtk2ui::X11InputMethodContextImplGtk2
313 delegate_->OnCommit(text_in_utf16);
/external/chromium_org/sync/test/fake_server/
H A Dfake_server.h35 virtual void OnCommit(
H A Dfake_server.cc450 OnCommit(invalidator_client_id, committed_model_types));
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.h47 MOCK_METHOD1(OnCommit, void(const PrefService::Preference*));
H A Dpreferences_browsertest.cc186 OnCommit(pref_service_->FindPreference(pref_name.c_str()));
293 EXPECT_CALL(*this, OnCommit(Property(&PrefService::Preference::name, name)))
303 EXPECT_CALL(*this, OnCommit(AllOf(
314 EXPECT_CALL(*this, OnCommit(AllOf(
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.h193 void OnCommit(int32 ipc_database_id, int64 transaction_id);
H A Dindexed_db_dispatcher_host.cc495 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseCommit, OnCommit)
821 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnCommit( function in class:content::IndexedDBDispatcherHost::DatabaseDispatcherHost

Completed in 260 milliseconds