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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_browsertest.cc 86 EXPECT_FALSE(panel->IsActive());
131 EXPECT_TRUE(panel->IsActive());
137 EXPECT_TRUE(panel->IsActive());
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
ssrcmuxfilter_unittest.cc 110 EXPECT_FALSE(ssrc_filter.IsActive());
117 EXPECT_TRUE(ssrc_filter.IsActive());
125 EXPECT_FALSE(ssrc_filter.IsActive());
  /external/chromium_org/v8/src/
contexts.cc 77 ASSERT(Isolate::Current()->bootstrapper()->IsActive());
347 if (child->GetIsolate()->bootstrapper()->IsActive()) return true;
360 isolate->bootstrapper()->IsActive() ||
sampler.cc 319 if (v8::Locker::IsActive() &&
325 if (sampler == NULL || !sampler->IsActive()) return;
435 ASSERT(sampler->IsActive());
451 ASSERT(sampler->IsActive());
676 ASSERT(!IsActive());
682 ASSERT(!IsActive());
689 ASSERT(IsActive());
  /external/v8/src/
contexts.cc 68 ASSERT(Isolate::Current()->bootstrapper()->IsActive());
310 return Isolate::Current()->bootstrapper()->IsActive() || object->IsContext();
319 isolate->bootstrapper()->IsActive() ||
bootstrapper.h 116 bool IsActive() const { return nesting_ != 0; }
  /external/clang/lib/CodeGen/
CGCleanup.cpp 131 if (cleanup.isActive()) return si;
142 if (cleanup && !cleanup->isActive()) {
160 bool IsActive = !(Kind & InactiveCleanup);
164 IsActive,
480 llvm::Value *IsActive
482 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
569 bool IsActive = Scope.isActive();
593 bool HasFallthrough = (FallthroughSource != 0 && IsActive);
618 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
    [all...]
CGCleanup.h 63 unsigned IsActive : 1;
257 EHCleanupScope(bool isNormal, bool isEH, bool isActive,
265 CleanupBits.IsActive = isActive;
286 bool isActive() const { return CleanupBits.IsActive; }
287 void setActive(bool A) { CleanupBits.IsActive = A; }
  /external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc 512 EXPECT_TRUE(tester->IsActive(view1));
513 EXPECT_FALSE(tester->IsActive(view2));
516 EXPECT_FALSE(tester->IsActive(view1));
517 EXPECT_TRUE(tester->IsActive(view2));
520 EXPECT_FALSE(tester->IsActive(view1));
521 EXPECT_FALSE(tester->IsActive(view2));
notification_panel.h 239 bool IsActive(const BalloonViewImpl* view) const;
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 185 bool GLEnv::IsActive() const {
186 ALOGV("IsActive()");
215 bool wasActive = IsActive();
292 if (context_id_ == context_id && IsActive())
  /external/chromium/chrome/browser/ui/
browser_window.h 79 virtual bool IsActive() const = 0;
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.h 41 virtual bool IsActive() const;
  /external/chromium/chrome/browser/ui/panels/
panel.h 48 virtual bool IsActive() const;
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller_unittest.cc 57 virtual bool IsActive() const OVERRIDE { return true; }
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.h 36 virtual bool IsActive() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.h 116 virtual bool IsActive() const OVERRIDE;
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.h 50 virtual bool IsActive() const OVERRIDE;
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-checker.h 90 static bool IsActive();
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-checker.h 90 static bool IsActive();
  /external/chromium_org/ui/views/ime/
input_method_bridge.h 49 virtual bool IsActive() OVERRIDE;
input_method_bridge.cc 28 // such as IsActive(), will crash. SetFocusedTextInputClient() may callback to
98 bool InputMethodBridge::IsActive() {
99 return host_->IsActive();
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 222 if ((!root_view_->GetWidget()->IsActive()) ||
240 if ((!root_view_->GetWidget()->IsActive()) || !initial_delay_.IsRunning()) {
  /external/chromium_org/cc/test/
animation_test_common.cc 163 bool FakeLayerAnimationValueObserver::IsActive() const {
167 bool FakeInactiveLayerAnimationValueObserver::IsActive() const {
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc 38 EXPECT_TRUE(panel->IsActive());
66 EXPECT_FALSE(panel->IsActive());

Completed in 2182 milliseconds

1 2 34 5 6 7 8 91011>>