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),
78 if (!has_focus_ && !send_mouse_input_when_unfocused_)
118 if (!has_focus_ && !send_mouse_input_when_unfocused_)
139 if (!has_focus_ && !send_mouse_input_when_unfocused_)
205 has_focus_ = has_focus;
206 if (has_focus_)
233 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 100 bool has_focus() const { return has_focus_; }
577 bool has_focus_; member in class:content::RenderWidget
render_widget.cc 374 has_focus_(false),
    [all...]

Completed in 334 milliseconds