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

1 2 3 4

  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtcpmuxfilter.h 42 bool IsActive() const;
rtcpmuxfilter.cc 37 bool RtcpMuxFilter::IsActive() const {
84 if (!IsActive()) {
srtpfilter.cc 82 bool SrtpFilter::IsActive() const {
124 if (!IsActive()) {
132 if (!IsActive()) {
140 if (!IsActive()) {
148 if (!IsActive()) {
srtpfilter.h 103 bool IsActive() const;
  /external/chromium/base/
tracked.cc 80 if (!ThreadData::IsActive())
86 if (!ThreadData::IsActive() || !tracked_births_)
93 if (!ThreadData::IsActive())
  /external/chromium/chrome/browser/ui/views/
theme_background.cc 28 if (browser_view_->IsActive())
36 if (browser_view_->IsActive()) {
browser_bubble_gtk.cc 40 if (IsActive()) {
50 if (IsActive()&& bubble_) {
59 if (IsActive() || !bubble_)
browser_bubble_win.cc 35 if (IsActive()) {
46 if (IsActive() && bubble_) {
profile_tag_view.cc 42 bool is_active = GetWidget()->IsActive();
fullscreen_exit_bubble.cc 222 if ((!root_view_->GetWidget()->IsActive()) ||
240 if ((!root_view_->GetWidget()->IsActive()) || !initial_delay_.IsRunning()) {
  /external/v8/src/
liveedit.h 74 static bool IsActive(Isolate* isolate);
contexts.cc 58 ASSERT(Isolate::Current()->bootstrapper()->IsActive());
313 return Isolate::Current()->bootstrapper()->IsActive() || object->IsContext();
322 isolate->bootstrapper()->IsActive() ||
bootstrapper.h 113 bool IsActive() const { return nesting_ != 0; }
log.cc 199 ~Ticker() { if (IsActive()) Stop(); }
208 if (!IsActive()) Start();
213 if (!profiler_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
220 if (!FLAG_prof_lazy && !IsActive()) Start();
226 if (!window_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
    [all...]
codegen.cc 69 if (Isolate::Current()->bootstrapper()->IsActive()) {
136 bool print_code = Isolate::Current()->bootstrapper()->IsActive()
platform-freebsd.cc 645 if (v8::Locker::IsActive() &&
651 if (sampler == NULL || !sampler->IsActive()) return;
830 ASSERT(!IsActive());
836 ASSERT(!IsActive());
843 ASSERT(IsActive());
  /system/media/mca/filterfw/native/core/
gl_env.h 163 bool IsActive() const;
gl_env.cpp 182 bool GLEnv::IsActive() const {
183 LOGV("IsActive()");
212 bool wasActive = IsActive();
289 if (context_id_ == context_id && IsActive())
  /external/clang/lib/CodeGen/
CGCleanup.cpp 126 if (cleanup.isActive()) return si;
137 if (cleanup && !cleanup->isActive()) {
155 bool IsActive = !(Kind & InactiveCleanup);
159 IsActive,
449 llvm::Value *IsActive
451 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
538 bool IsActive = Scope.isActive();
562 bool HasFallthrough = (FallthroughSource != 0 && IsActive);
587 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
    [all...]
CGCleanup.h 61 unsigned IsActive : 1;
255 EHCleanupScope(bool isNormal, bool isEH, bool isActive,
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/
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;
  /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;

Completed in 1133 milliseconds

1 2 3 4