TextStore 244 win8/metro_driver/ime/text_service.cc scoped_refptr<TextStore> text_store; TextStore 246 win8/metro_driver/ime/text_service.cc text_store = TextStore::Create(window_handle, input_scopes, delegate); TextStore 297 win8/metro_driver/ime/text_service.cc scoped_refptr<TextStore> text_store() const { TextStore 302 win8/metro_driver/ime/text_service.cc DocumentBinding(scoped_refptr<TextStore> text_store, TextStore 309 win8/metro_driver/ime/text_service.cc scoped_refptr<TextStore> text_store_; TextStore 342 win8/metro_driver/ime/text_service.cc TextStore* text_store = current_document_->text_store(); TextStore 22 win8/metro_driver/ime/text_store.cc TextStore::TextStore() TextStore 36 win8/metro_driver/ime/text_store.cc TextStore::~TextStore() { TextStore 40 win8/metro_driver/ime/text_store.cc scoped_refptr<TextStore> TextStore::Create( TextStore 46 win8/metro_driver/ime/text_store.cc return scoped_refptr<TextStore>(); TextStore 52 win8/metro_driver/ime/text_store.cc return scoped_refptr<TextStore>(); TextStore 58 win8/metro_driver/ime/text_store.cc return scoped_refptr<TextStore>(); TextStore 64 win8/metro_driver/ime/text_store.cc return scoped_refptr<TextStore>(); TextStore 68 win8/metro_driver/ime/text_store.cc CComObject<TextStore>* object = NULL; TextStore 69 win8/metro_driver/ime/text_store.cc hr = CComObject<TextStore>::CreateInstance(&object); TextStore 73 win8/metro_driver/ime/text_store.cc return scoped_refptr<TextStore>(); TextStore 80 win8/metro_driver/ime/text_store.cc return scoped_refptr<TextStore>(object); TextStore 83 win8/metro_driver/ime/text_store.cc void TextStore::Initialize(HWND window_handle, TextStore 96 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::AdviseSink(REFIID iid, TextStore 116 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::FindNextAttrTransition( TextStore 135 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetACPFromPoint(TsViewCookie view_cookie, TextStore 145 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetActiveView(TsViewCookie* view_cookie) { TextStore 153 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetEmbedded(LONG acp_pos, TextStore 165 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetEndACP(LONG* acp) { TextStore 174 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetFormattedText(LONG acp_start, TextStore 181 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetScreenExt(TsViewCookie view_cookie, RECT* rect) { TextStore 207 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetSelection(ULONG selection_index, TextStore 229 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetStatus(TS_STATUS* status) { TextStore 240 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetText(LONG acp_start, TextStore 285 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetTextExt(TsViewCookie view_cookie, TextStore 360 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::GetWnd(TsViewCookie view_cookie, TextStore 370 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::InsertEmbedded(DWORD flags, TextStore 380 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::InsertEmbeddedAtSelection(DWORD flags, TextStore 390 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::InsertTextAtSelection(DWORD flags, TextStore 433 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::QueryInsert( TextStore 450 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::QueryInsertEmbedded(const GUID* service, TextStore 461 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::RequestAttrsAtPosition( TextStore 472 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::RequestAttrsTransitioningAtPosition( TextStore 483 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::RequestLock(DWORD lock_flags, HRESULT* result) { TextStore 578 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::RequestSupportedAttrs( TextStore 594 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::RetrieveRequestedAttrs( TextStore 619 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::SetSelection( TextStore 638 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::SetText(DWORD flags, TextStore 675 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::UnadviseSink(IUnknown* unknown) { TextStore 683 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::OnStartComposition( TextStore 691 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::OnUpdateComposition( TextStore 697 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::OnEndComposition( TextStore 702 win8/metro_driver/ime/text_store.cc STDMETHODIMP TextStore::OnEndEdit(ITfContext* context, TextStore 715 win8/metro_driver/ime/text_store.cc bool TextStore::GetDisplayAttribute(TfGuidAtom guid_atom, TextStore 729 win8/metro_driver/ime/text_store.cc bool TextStore::GetCompositionStatus( TextStore 812 win8/metro_driver/ime/text_store.cc bool TextStore::CancelComposition() { TextStore 848 win8/metro_driver/ime/text_store.cc bool TextStore::ConfirmComposition() { TextStore 885 win8/metro_driver/ime/text_store.cc void TextStore::SendOnLayoutChange() { TextStore 890 win8/metro_driver/ime/text_store.cc bool TextStore::HasReadLock() const { TextStore 894 win8/metro_driver/ime/text_store.cc bool TextStore::HasReadWriteLock() const { TextStore 90 win8/metro_driver/ime/text_store.h class ATL_NO_VTABLE TextStore TextStore 96 win8/metro_driver/ime/text_store.h virtual ~TextStore(); TextStore 98 win8/metro_driver/ime/text_store.h BEGIN_COM_MAP(TextStore) TextStore 219 win8/metro_driver/ime/text_store.h static scoped_refptr<TextStore> Create( TextStore 225 win8/metro_driver/ime/text_store.h friend CComObject<TextStore>; TextStore 226 win8/metro_driver/ime/text_store.h TextStore(); TextStore 310 win8/metro_driver/ime/text_store.h DISALLOW_COPY_AND_ASSIGN(TextStore);