HomeSort by relevance Sort by last modified time
    Searched refs:text_store_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/ime/win/
tsf_text_store_unittest.cc 116 text_store_ = new TSFTextStore();
118 EXPECT_EQ(S_OK, text_store_->AdviseSink(IID_ITextStoreACPSink,
120 text_store_->SetFocusedTextInputClient(kWindowHandle,
125 EXPECT_EQ(S_OK, text_store_->UnadviseSink(sink_));
127 text_store_ = NULL;
131 string16* string_buffer() { return &text_store_->string_buffer_; }
132 size_t* committed_size() { return &text_store_->committed_size_; }
136 scoped_refptr<TSFTextStore> text_store_; member in class:ui::TSFTextStoreTest
143 : text_store_(text_store) {
144 CHECK(text_store_);
297 scoped_refptr<TSFTextStore> text_store_; member in class:ui::TSFTextStoreTestCallback
    [all...]
  /external/chromium_org/win8/metro_driver/ime/
text_service.cc 298 return text_store_;
305 : text_store_(text_store),
309 scoped_refptr<TextStore> text_store_; member in class:metro_driver::__anon15452::DocumentBinding

Completed in 68 milliseconds