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

  /external/chromium_org/remoting/client/plugin/
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

Completed in 101 milliseconds