text_store        193 win8/metro_driver/ime/text_service.cc                                          ITfTextEditSink* text_store) {
text_store        194 win8/metro_driver/ime/text_service.cc   DCHECK(text_store);
text_store        202 win8/metro_driver/ime/text_service.cc   hr = source->AdviseSink(IID_ITfTextEditSink, text_store, &cookie);
text_store        244 win8/metro_driver/ime/text_service.cc     scoped_refptr<TextStore> text_store;
text_store        246 win8/metro_driver/ime/text_service.cc       text_store = TextStore::Create(window_handle, input_scopes, delegate);
text_store        247 win8/metro_driver/ime/text_service.cc       if (!text_store) {
text_store        258 win8/metro_driver/ime/text_service.cc         static_cast<ITextStoreACP*>(text_store.get()),
text_store        276 win8/metro_driver/ime/text_service.cc       text_edit_sink = CreateTextEditSink(context, text_store);
text_store        288 win8/metro_driver/ime/text_service.cc         new DocumentBinding(text_store,
text_store        302 win8/metro_driver/ime/text_service.cc   DocumentBinding(scoped_refptr<TextStore> text_store,
text_store        305 win8/metro_driver/ime/text_service.cc       : text_store_(text_store),
text_store        342 win8/metro_driver/ime/text_service.cc     TextStore* text_store = current_document_->text_store();
text_store        343 win8/metro_driver/ime/text_service.cc     if (!text_store)
text_store        345 win8/metro_driver/ime/text_service.cc     text_store->CancelComposition();