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

  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc 25 has_focus_(false),
77 if (!has_focus_ && !send_mouse_input_when_unfocused_)
117 if (!has_focus_ && !send_mouse_input_when_unfocused_)
138 if (!has_focus_ && !send_mouse_input_when_unfocused_)
204 has_focus_ = has_focus;
205 if (has_focus_)
232 if (has_focus_ && !cursor_image_ && mouse_lock_state_ == MouseLockOff) {
pepper_input_handler.h 97 bool has_focus_; member in class:remoting::PepperInputHandler
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 47 bool has_focus_; member in class:Engine
99 has_focus_( false ),
301 eng->has_focus_ = false;
308 eng->has_focus_ = true;
313 eng->has_focus_ = false;
385 if( has_focus_ )
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 57 bool has_focus_; member in class:Engine
109 has_focus_( false ),
312 eng->has_focus_ = false;
319 eng->has_focus_ = true;
324 eng->has_focus_ = false;
396 if( has_focus_ )
  /external/chromium_org/content/renderer/
render_widget.h 107 bool has_focus() const { return has_focus_; }
621 bool has_focus_; member in class:content::RenderWidget
render_widget.cc 395 has_focus_(false),
    [all...]

Completed in 415 milliseconds