Searched defs:SetFocus (Results 1 - 20 of 20) sorted by path

/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc303 void OmniboxViewViews::SetFocus() { function in class:OmniboxViewViews
658 // won't trigger either SetFocus() or OmniboxEditModel::OnSetFocus().
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager.cc106 SetFocus(tree_->GetRoot(), false);
174 SetFocus(tree_->GetRoot(), false);
199 SetFocus(node, false);
253 void BrowserAccessibilityManager::SetFocus(ui::AXNode* node, bool notify) { function in class:content::BrowserAccessibilityManager
261 void BrowserAccessibilityManager::SetFocus( function in class:content::BrowserAccessibilityManager
264 SetFocus(obj->node(), notify);
338 SetFocus(tree_->GetRoot(), false);
/external/chromium_org/content/browser/android/
H A Dcomposited_touch_handle_drawable.cc133 void CompositedTouchHandleDrawable::SetFocus(const gfx::PointF& position) { function in class:content::CompositedTouchHandleDrawable
H A Dcontent_view_core_impl.cc827 void ContentViewCoreImpl::SetFocus(JNIEnv* env, jobject obj, jboolean focused) { function in class:content::ContentViewCoreImpl
H A Dpopup_touch_handle_drawable.cc59 void PopupTouchHandleDrawable::SetFocus(const gfx::PointF& position) { function in class:content::PopupTouchHandleDrawable
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc109 void BrowserPluginGuest::SetFocus(RenderWidgetHost* rwh, bool focused) { function in class:content::BrowserPluginGuest
694 SetFocus(rwh, focused);
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.cc148 void WebPluginDelegateImpl::SetFocus(bool focused) { function in class:content::WebPluginDelegateImpl
179 #if !defined(OS_WIN) // See SetFocus above.
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc767 void WebPluginDelegateProxy::SetFocus(bool focused) { function in class:content::WebPluginDelegateProxy
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.cc442 void WebKitTestRunner::SetFocus(WebTestProxyBase* proxy, bool focus) { function in class:content::WebKitTestRunner
708 SetFocus(proxy_, true);
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc323 void View::SetFocus() { function in class:mojo::View
325 static_cast<ViewManagerClientImpl*>(manager_)->SetFocus(id_);
H A Dview_manager_client_impl.cc190 void ViewManagerClientImpl::SetFocus(Id view_id) { function in class:mojo::ViewManagerClientImpl
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient.cc174 SetFocus(NULL);
201 void MediaSessionClient::SetFocus(Call *call) { function in class:cricket::MediaSessionClient
218 SetFocus(NULL);
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_unittest.cc204 SetFocus(test_text_input_client_.get());
208 void SetFocus(ui::TextInputClient* client) { function in class:keyboard::KeyboardControllerTest
402 SetFocus(&input_client_0);
406 SetFocus(&no_input_client_0);
415 SetFocus(&input_client_1);
419 SetFocus(&no_input_client_1);
422 SetFocus(&input_client_2);
444 SetFocus(&input_client);
445 SetFocus(&no_input_client);
450 SetFocus(
[all...]
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host_aura.cc171 void NativeViewHostAura::SetFocus() { function in class:views::NativeViewHostAura
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Note.h65 virtual void SetFocus() = 0;
227 virtual void SetFocus(){SetNoteFocus(FALSE);} function in class:CPWL_NoteItem
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp226 void CPWL_ComboBox::SetFocus() function in class:CPWL_ComboBox
229 m_pEdit->SetFocus();
622 m_pEdit->SetFocus();
H A DPWL_Wnd.cpp155 void SetFocus(CPWL_Wnd * pWnd) function in class:CPWL_MsgControl
867 void CPWL_Wnd::SetFocus() function in class:CPWL_Wnd
873 pMsgCtrl->SetFocus(this);
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py292 def SetFocus(self): member in class:JetFileCombo
293 self.cmb.SetFocus()
351 def SetFocus(self): member in class:JetFileText
352 self.txt.SetFocus()
501 def SetFocus(self): member in class:TimeCtrl
502 self.time[0].SetFocus()

Completed in 3620 milliseconds