Home
last modified time | relevance | path

Searched refs:GetIMEStatus (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl.h162 bool GetIMEStatus(int* input_type, gfx::Rect* caret_rect);
Dwebplugin_delegate_impl_win.cc1481 bool WebPluginDelegateImpl::GetIMEStatus(int* input_type, in GetIMEStatus() function in content::WebPluginDelegateImpl
/external/chromium_org/content/plugin/
Dwebplugin_proxy.cc719 if (!delegate_->GetIMEStatus(&input_type, &caret_rect)) in UpdateIMEStatus()