Home
last modified time | relevance | path

Searched refs:IsActive (Results 1 – 25 of 74) sorted by relevance

123

/external/chromium/base/
Dtracked.cc80 if (!ThreadData::IsActive()) in Tracked()
86 if (!ThreadData::IsActive() || !tracked_births_) in ~Tracked()
93 if (!ThreadData::IsActive()) in SetBirthPlace()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Drtcpmuxfilter.cc37 bool RtcpMuxFilter::IsActive() const { in IsActive() function in cricket::RtcpMuxFilter
84 if (!IsActive()) { in DemuxRtcp()
Dsrtpfilter.cc82 bool SrtpFilter::IsActive() const { in IsActive() function in cricket::SrtpFilter
124 if (!IsActive()) { in ProtectRtp()
132 if (!IsActive()) { in ProtectRtcp()
140 if (!IsActive()) { in UnprotectRtp()
148 if (!IsActive()) { in UnprotectRtcp()
Drtcpmuxfilter.h42 bool IsActive() const;
Dsrtpfilter.h103 bool IsActive() const;
/external/chromium/chrome/browser/ui/views/
Dbrowser_bubble_gtk.cc40 if (IsActive()) { in Close()
50 if (IsActive()&& bubble_) { in Hide()
59 if (IsActive() || !bubble_) in IsActiveChanged()
Dtheme_background.cc28 if (browser_view_->IsActive()) in Paint()
36 if (browser_view_->IsActive()) { in Paint()
Dbrowser_bubble_win.cc35 if (IsActive()) { in Close()
46 if (IsActive() && bubble_) { in Hide()
Dfullscreen_exit_bubble.cc222 if ((!root_view_->GetWidget()->IsActive()) || in CheckMousePosition()
240 if ((!root_view_->GetWidget()->IsActive()) || !initial_delay_.IsRunning()) { in Hide()
Dprofile_tag_view.cc42 bool is_active = GetWidget()->IsActive(); in OnPaint()
/external/clang/lib/CodeGen/
DCGCleanup.h137 bool IsActive : 1; variable
216 EHCleanupScope(bool IsNormal, bool IsEH, bool IsActive, in EHCleanupScope() argument
221 IsNormalCleanup(IsNormal), IsEHCleanup(IsEH), IsActive(IsActive), in EHCleanupScope()
242 bool isActive() const { return IsActive; } in isActive()
243 void setActive(bool A) { IsActive = A; } in setActive()
DCGCleanup.cpp141 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local
145 IsActive, in pushCleanup()
450 llvm::Value *IsActive in EmitCleanup() local
452 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in EmitCleanup()
496 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
517 bool HasFallthrough = (FallthroughSource != 0 && IsActive); in PopCleanupBlock()
550 assert(!IsActive); in PopCleanupBlock()
689 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock()
725 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock()
806 assert(!IsActive); in PopCleanupBlock()
/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_browsertest.cc512 EXPECT_TRUE(tester->IsActive(view1)); in IN_PROC_BROWSER_TEST_F()
513 EXPECT_FALSE(tester->IsActive(view2)); in IN_PROC_BROWSER_TEST_F()
516 EXPECT_FALSE(tester->IsActive(view1)); in IN_PROC_BROWSER_TEST_F()
517 EXPECT_TRUE(tester->IsActive(view2)); in IN_PROC_BROWSER_TEST_F()
520 EXPECT_FALSE(tester->IsActive(view1)); in IN_PROC_BROWSER_TEST_F()
521 EXPECT_FALSE(tester->IsActive(view2)); in IN_PROC_BROWSER_TEST_F()
Dnotification_panel.h239 bool IsActive(const BalloonViewImpl* view) const;
/external/v8/src/
Dcontexts.cc58 ASSERT(Isolate::Current()->bootstrapper()->IsActive()); in global_context()
313 return Isolate::Current()->bootstrapper()->IsActive() || object->IsContext(); in IsBootstrappingOrContext()
322 isolate->bootstrapper()->IsActive() || in IsBootstrappingOrGlobalObject()
Dplatform-freebsd.cc645 if (v8::Locker::IsActive() && in ProfilerSignalHandler()
651 if (sampler == NULL || !sampler->IsActive()) return; in ProfilerSignalHandler()
830 ASSERT(!IsActive()); in ~Sampler()
836 ASSERT(!IsActive()); in Start()
843 ASSERT(IsActive()); in Stop()
Dlog.cc199 ~Ticker() { if (IsActive()) Stop(); } in ~Ticker()
208 if (!IsActive()) Start(); in SetWindow()
213 if (!profiler_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop(); in ClearWindow()
220 if (!FLAG_prof_lazy && !IsActive()) Start(); in SetProfiler()
226 if (!window_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop(); in ClearProfiler()
1214 if (!FLAG_sliding_state_window && !ticker_->IsActive()) { in ResumeProfiler()
1239 return ticker_->IsActive(); in IsProfilerSamplerActive()
1560 if (!ticker_->IsActive()) ticker_->Start(); in EnsureTickerStarted()
1567 if (ticker_ != NULL && ticker_->IsActive()) ticker_->Stop(); in EnsureTickerStopped()
1645 ASSERT(sampler->IsActive()); in AddActiveSampler()
[all …]
Dcodegen.cc69 if (Isolate::Current()->bootstrapper()->IsActive()) { in MakeCodePrologue()
136 bool print_code = Isolate::Current()->bootstrapper()->IsActive() in PrintCode()
Dplatform-linux.cc856 if (v8::Locker::IsActive() && in ProfilerSignalHandler()
862 if (sampler == NULL || !sampler->IsActive()) return; in ProfilerSignalHandler()
1080 ASSERT(!IsActive()); in ~Sampler()
1086 ASSERT(!IsActive()); in Start()
1093 ASSERT(IsActive()); in Stop()
Dliveedit.h74 static bool IsActive(Isolate* isolate);
Dplatform-cygwin.cc758 ASSERT(!IsActive()); in ~Sampler()
764 ASSERT(!IsActive()); in Start()
771 ASSERT(IsActive()); in Stop()
Dplatform-solaris.cc604 if (active_sampler_ == NULL || !active_sampler_->IsActive()) return; in ProfilerSignalHandler()
640 while (sampler_->IsActive()) { in SignalSender()
715 ASSERT(!IsActive()); in Start()
Dplatform-macos.cc810 ASSERT(!IsActive()); in ~Sampler()
816 ASSERT(!IsActive()); in Start()
823 ASSERT(IsActive()); in Stop()
/external/chromium/chrome/browser/ui/views/tabs/
Dtab_strip.cc247 if (tab->data().mini && !tab->IsActive()) in TabTitleChangedNotLoading()
285 if (tab->IsActive()) in PaintChildren()
289 } else if (!tab->IsActive()) { in PaintChildren()
411 if (next_tab && next_tab->IsActive() && IsPointInTab(next_tab, point)) in GetEventHandlerForPoint()
709 int w = Round(first_tab->IsActive() ? selected : selected); in ResizeLayoutTabs()
912 if (tab->IsActive()) in GenerateIdealBounds()
Dtab.cc370 if (IsActive()) { in PaintTabBackground()
624 } else if (IsActive()) { in ShouldShowIcon()
634 return !data().mini && IsCloseable() && (IsActive() || IconCapacity() >= 3); in ShouldShowCloseBox()

123