HomeSort by relevance Sort by last modified time
    Searched refs:IsActive (Results 1 - 25 of 85) 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/
codegen.cc 67 if (Isolate::Current()->bootstrapper()->IsActive()) {
117 bool print_code = Isolate::Current()->bootstrapper()->IsActive()
liveedit.h 75 static bool IsActive(Isolate* isolate);
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; }
platform-solaris.cc 678 if (v8::Locker::IsActive() &&
684 if (sampler == NULL || !sampler->IsActive()) return;
877 ASSERT(!IsActive());
883 ASSERT(!IsActive());
890 ASSERT(IsActive());
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 163 bool IsActive() const;
gl_env.cpp 183 bool GLEnv::IsActive() const {
184 ALOGV("IsActive()");
213 bool wasActive = IsActive();
290 if (context_id_ == context_id && IsActive())
  /external/clang/lib/CodeGen/
CGCleanup.cpp 131 if (cleanup.isActive()) return si;
142 if (cleanup && !cleanup->isActive()) {
160 bool IsActive = !(Kind & InactiveCleanup);
164 IsActive,
453 llvm::Value *IsActive
455 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
542 bool IsActive = Scope.isActive();
566 bool HasFallthrough = (FallthroughSource != 0 && IsActive);
591 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;
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]

Completed in 462 milliseconds

1 2 3 4