HomeSort by relevance Sort by last modified time
    Searched defs:Focus (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/ui/views/accessibility/
ax_aura_obj_wrapper.h 36 virtual void Focus() {}
ax_view_obj_wrapper.cc 79 void AXViewObjWrapper::Focus() {
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
automation_manager_ash.cc 71 void AutomationManagerAsh::Focus(int32 id) {
73 current_tree_->Focus(id);
ax_tree_source_ash.cc 30 void AXTreeSourceAsh::Focus(int32 id) {
33 obj->Focus();
  /external/chromium_org/content/shell/browser/
shell_devtools_frontend.cc 92 void ShellDevToolsFrontend::Focus() {
93 web_contents()->Focus();
shell_web_contents_view_delegate_win.cc 218 web_contents_->Focus();
222 web_contents_->Focus();
226 web_contents_->Focus();
245 bool ShellWebContentsViewDelegate::Focus() {
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 22 #include "ui/views/focus/focus_manager.h"
23 #include "ui/views/focus/view_storage.h"
54 bool ChromeWebContentsViewDelegateViews::Focus() {
114 // default focus.
210 web_contents_->Focus();
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.cc 85 void WebContentsViewAndroid::Focus() {
87 web_contents_->GetInterstitialPage()->Focus();
89 web_contents_->GetRenderWidgetHostView()->Focus();
96 Focus();
202 // This is called when we the renderer asks us to take focus back (i.e., it has
208 web_contents_->GetRenderWidgetHostView()->Focus();
web_contents_view_guest.cc 207 void WebContentsViewGuest::Focus() {
208 platform_view_->Focus();
web_contents_view_aura.cc     [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/chrome/renderer/searchbox/
searchbox.cc 242 void SearchBox::Focus() {
345 // Tell the page if the key capture mode changed unless the focus state
searchbox_extension.cc 361 static void Focus(const v8::FunctionCallbackInfo<v8::Value>& args);
399 // Gets whether the omnibox has focus or not.
551 if (name->Equals(v8::String::NewFromUtf8(isolate, "Focus")))
552 return v8::FunctionTemplate::New(isolate, Focus);
644 void SearchBoxExtensionWrapper::Focus(
649 DVLOG(1) << render_view << " Focus";
650 SearchBox::Get(render_view)->Focus();
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc 389 void BrowserAccessibilityManagerAndroid::Focus(
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 281 // If the focus was on the interstitial, let's keep it to the page.
286 controller_->delegate()->GetRenderViewHost()->GetView()->Focus();
481 // If the page has focus, focus the interstitial.
483 Focus();
692 void InterstitialPageImpl::Focus() {
693 // Focus the native window.
696 render_view_host_->GetView()->Focus();
    [all...]
render_widget_host_view_child_frame.cc 42 void RenderWidgetHostViewChildFrame::Focus() {
  /hardware/ti/omap4-aah/camera/inc/
General3A_Settings.h 227 int Focus;
  /hardware/ti/omap4xxx/camera/inc/
General3A_Settings.h 237 int Focus;
  /external/chromium_org/ui/aura/
window.cc 693 void Window::Focus() {
720 // The client may forbid certain windows from receiving focus at a given point
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc 354 void RenderWidgetHostViewAndroid::Focus() {
355 host_->Focus();
    [all...]
render_widget_host_view_aura.cc 539 Focus();
732 void RenderWidgetHostViewAura::Focus() {
733 // Make sure we have a FocusClient before attempting to Focus(). In some
738 window_->Focus();
    [all...]
render_widget_host_impl.cc 626 Focus();
629 void RenderWidgetHostImpl::Focus() {
635 // this point. The user can switch focus back to this view and approve the
    [all...]
  /external/chromium_org/ui/views/
view.cc 42 #include "ui/views/focus/view_storage.h"
180 // Sets the prev/next focus views.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msimcsdk.h 331 virtual HRESULT WINAPI Focus(void) = 0;
356 HRESULT (WINAPI *Focus)(IMSIMWindow *This);
383 #define IMSIMWindow_Focus(This) (This)->lpVtbl->Focus(This)
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 1145 milliseconds