HomeSort by relevance Sort by last modified time
    Searched refs:IsActive (Results 201 - 225 of 284) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 750 host_->SetInputMethodActive(GetInputMethod()->IsActive());
887 host_->SetInputMethodActive(GetInputMethod()->IsActive());
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest.cc 255 EXPECT_TRUE(p.browser->window()->IsActive());
364 EXPECT_FALSE(p.browser->window()->IsActive());
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 493 bool DesktopNativeWidgetAura::IsActive() const {
494 return desktop_root_window_host_->IsActive();
desktop_root_window_host_win.cc 287 bool DesktopRootWindowHostWin::IsActive() const {
288 return message_handler_->IsActive();
  /external/chromium_org/ui/views/widget/
native_widget_win.cc 328 bool NativeWidgetWin::IsActive() const {
329 return message_handler_->IsActive();
widget.cc 621 bool Widget::IsActive() const {
622 return native_widget_->IsActive();
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 121 if(iAddress != NULL && !IsActive())
131 if(iAddress == NULL && !IsActive())
365 //const TBool active = iDsa->IsActive();
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 860 if (tab->data().mini && !tab->IsActive())
    [all...]
  /external/v8/src/
platform-win32.cc     [all...]
cpu-profiler.cc 509 if (!sampler->IsActive()) {
  /external/chromium/base/metrics/
histogram.h 692 static bool IsActive();
  /external/chromium/chrome/browser/
tab_restore_uitest.cc 111 // This entire check is disabled because even the IsActive() call
121 ASSERT_TRUE(window_proxy->IsActive(&is_active));
  /external/chromium_org/cc/animation/
layer_animation_controller.cc 723 if (obs->IsActive())
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_ibus.cc 386 bool InputMethodEngineIBus::IsActive() const {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_test.cc 92 EXPECT_EQ(browser()->window()->IsActive(),
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc 181 bool NativeAppWindowGtk::IsActive() const {
  /external/chromium_org/chrome/browser/ui/panels/
panel_manager.cc 388 (panel->IsActive() ? panel->GetBounds().height()
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.cc 233 bool SpeechRecognizerImpl::IsActive() const {
241 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); // See IsActive().
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 96 bool secure() const { return srtp_filter_.IsActive(); }
  /external/chromium_org/ui/base/ime/
input_method_ibus.cc 336 bool InputMethodIBus::IsActive() {
    [all...]
  /external/chromium_org/ui/views/controls/button/
text_button.cc 500 SkColor color = GetWidget()->IsActive() ? active_text_shadow_color_ :
  /external/chromium_org/v8/src/
cpu-profiler.cc 445 if (!sampler->IsActive()) {
  /external/chromium_org/v8/test/cctest/
test-log.cc 318 CHECK(sampler->IsActive());
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 583 if ( SDL_Win->IsActive() ) {

Completed in 1785 milliseconds

1 2 3 4 5 6 7 891011>>