Home | History | Annotate | Download | only in ime

Lines Matching refs:TextStore

212 //  - TextStore: a COM object that abstracts text buffer. This object is
215 // TSF runtime and works as a container of TextStore.
217 // TSF runtime and TextStore is unregistered when this object is destroyed.
241 // instantiate TextStore.
244 scoped_refptr<TextStore> text_store;
246 text_store = TextStore::Create(window_handle, input_scopes, delegate);
248 LOG(ERROR) << "Failed to create TextStore.";
266 // If null-TextStore is used or |input_scopes| looks like a password field,
297 scoped_refptr<TextStore> text_store() const {
302 DocumentBinding(scoped_refptr<TextStore> text_store,
309 scoped_refptr<TextStore> text_store_;
342 TextStore* text_store = current_document_->text_store();