Searched defs:DeleteRange (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/base/ime/
H A Ddummy_text_input_client.cc81 bool DummyTextInputClient::DeleteRange(const gfx::Range& range) { function in class:ui::DummyTextInputClient
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.cc113 bool PrefixSelector::DeleteRange(const gfx::Range& range) { function in class:views::PrefixSelector
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.cc277 bool InputMethodBridge::DeleteRange(const gfx::Range& range) { function in class:views::InputMethodBridge
279 return client ? client->DeleteRange(range) : false;
/external/chromium_org/components/history/core/browser/
H A Dhistory_types.cc84 DeleteRange(*match_indices, *match_indices);
87 void QueryResults::DeleteRange(size_t begin, size_t end) { function in class:history::QueryResults
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_database.cc1199 void IndexedDBDatabase::DeleteRange( function in class:content::IndexedDBDatabase
1204 IDB_TRACE1("IndexedDBDatabase::DeleteRange", "txn.id", transaction_id);
1228 backing_store_->DeleteRange(transaction->BackingStoreTransaction(),
H A Dindexed_db_backing_store.cc1992 leveldb::Status IndexedDBBackingStore::DeleteRange( function in class:content::IndexedDBBackingStore
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc1489 bool Textfield::DeleteRange(const gfx::Range& range) { function in class:views::Textfield
1541 DeleteRange(range);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1577 bool RenderWidgetHostViewAura::DeleteRange(const gfx::Range& range) { function in class:content::RenderWidgetHostViewAura

Completed in 353 milliseconds