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

  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 556 // And call OnSelectionChange(), OnLayoutChange(), and OnTextChange().
563 text_store_acp_sink_->OnSelectionChange();
835 text_store_acp_sink_->OnSelectionChange();
872 text_store_acp_sink_->OnSelectionChange();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 165 virtual HRESULT STDMETHODCALLTYPE OnSelectionChange(
216 HRESULT (STDMETHODCALLTYPE *OnSelectionChange)(
259 #define ITextStoreACPSink_OnSelectionChange(This) (This)->lpVtbl->OnSelectionChange(This)
282 return This->lpVtbl->OnSelectionChange(This);
    [all...]
mmcobj.h 455 virtual HRESULT WINAPI OnSelectionChange(PVIEW View,PNODES NewNodes) = 0;
478 HRESULT (WINAPI *OnSelectionChange)(_AppEvents *This,PVIEW View,PNODES NewNodes);
503 #define _AppEvents_OnSelectionChange(This,View,NewNodes) (This)->lpVtbl->OnSelectionChange(This,View,NewNodes)
    [all...]
shobjidl.h     [all...]

Completed in 153 milliseconds