Searched refs:IsActive (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Drtcpmuxfilter.h42 bool IsActive() const;
H A Drtcpmuxfilter.cc37 bool RtcpMuxFilter::IsActive() const { function in class:cricket::RtcpMuxFilter
84 if (!IsActive()) {
H A Dsrtpfilter.cc82 bool SrtpFilter::IsActive() const { function in class:cricket::SrtpFilter
124 if (!IsActive()) {
132 if (!IsActive()) {
140 if (!IsActive()) {
148 if (!IsActive()) {
H A Dsrtpfilter.h103 bool IsActive() const;
/external/chromium/base/
H A Dtracked.cc80 if (!ThreadData::IsActive())
86 if (!ThreadData::IsActive() || !tracked_births_)
93 if (!ThreadData::IsActive())
/external/chromium/chrome/browser/ui/views/
H A Dtheme_background.cc28 if (browser_view_->IsActive())
36 if (browser_view_->IsActive()) {
H A Dbrowser_bubble_gtk.cc40 if (IsActive()) {
50 if (IsActive()&& bubble_) {
59 if (IsActive() || !bubble_)
H A Dbrowser_bubble_win.cc35 if (IsActive()) {
46 if (IsActive() && bubble_) {
H A Dprofile_tag_view.cc42 bool is_active = GetWidget()->IsActive();
H A Dfullscreen_exit_bubble.cc222 if ((!root_view_->GetWidget()->IsActive()) ||
240 if ((!root_view_->GetWidget()->IsActive()) || !initial_delay_.IsRunning()) {
/external/v8/src/
H A Dcodegen.cc67 if (Isolate::Current()->bootstrapper()->IsActive()) {
117 bool print_code = Isolate::Current()->bootstrapper()->IsActive()
H A Dliveedit.h75 static bool IsActive(Isolate* isolate);
H A Dcontexts.cc68 ASSERT(Isolate::Current()->bootstrapper()->IsActive());
310 return Isolate::Current()->bootstrapper()->IsActive() || object->IsContext();
319 isolate->bootstrapper()->IsActive() ||
H A Dplatform-freebsd.cc686 if (v8::Locker::IsActive() &&
692 if (sampler == NULL || !sampler->IsActive()) return;
873 ASSERT(!IsActive());
879 ASSERT(!IsActive());
886 ASSERT(IsActive());
H A Dplatform-solaris.cc678 if (v8::Locker::IsActive() &&
684 if (sampler == NULL || !sampler->IsActive()) return;
877 ASSERT(!IsActive());
883 ASSERT(!IsActive());
890 ASSERT(IsActive());
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp154 bool IsActive = !(Kind & InactiveCleanup); local
158 IsActive,
447 llvm::Value *IsActive local
449 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
536 bool IsActive = Scope.isActive(); local
560 bool HasFallthrough = (FallthroughSource != 0 && IsActive);
585 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
670 assert(!IsActive && "source without fallthrough for active cleanup");
706 assert(!BranchThroughDest || !IsActive);
790 assert(!IsActive);
[all...]
H A DCGCleanup.h61 unsigned IsActive : 1;
263 CleanupBits.IsActive = isActive;
284 bool isActive() const { return CleanupBits.IsActive; }
285 void setActive(bool A) { CleanupBits.IsActive = A; }
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_browsertest.cc512 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));
H A Dnotification_panel.h239 bool IsActive(const BalloonViewImpl* view) const;
/external/clang/include/clang/Basic/
H A DDiagnostic.h831 // NOTE: This field is redundant with DiagObj (IsActive iff (DiagObj == 0)),
834 mutable bool IsActive; member in class:clang::DiagnosticBuilder
844 : DiagObj(0), NumArgs(0), NumRanges(0), NumFixits(0), IsActive(false),
848 : DiagObj(diagObj), NumArgs(0), NumRanges(0), NumFixits(0), IsActive(true),
865 IsActive = false;
870 bool isActive() const { return IsActive; }
902 IsActive = D.IsActive;
/external/chromium/chrome/browser/chromeos/login/
H A Dmessage_bubble.cc141 if (parent_ && IsActive()) {
/external/chromium/chrome/browser/ui/
H A Dbrowser_window.h79 virtual bool IsActive() const = 0;
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_window_cocoa.h41 virtual bool IsActive() const;
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.h48 virtual bool IsActive() const;
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.h80 bool IsActive() const;

Completed in 371 milliseconds

1234