HomeSort by relevance Sort by last modified time
    Searched defs:IsActive (Results 1 - 16 of 16) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
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()) {
  /external/v8/src/
bootstrapper.h 116 bool IsActive() const { return nesting_ != 0; }
v8threads.cc 97 bool Locker::IsActive() {
platform.h 730 bool IsActive() const { return NoBarrier_Load(&active_); }
liveedit.cc     [all...]
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 183 bool GLEnv::IsActive() const {
184 ALOGV("IsActive()");
213 bool wasActive = IsActive();
290 if (context_id_ == context_id && IsActive())
  /external/chromium/chrome/browser/ui/panels/
panel.cc 61 bool Panel::IsActive() const {
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 272 bool BaseTab::IsActive() const {
  /external/chromium/base/
tracked_objects.cc 116 if (!IsActive()) {
161 if (!ThreadData::IsActive())
477 bool ThreadData::IsActive() {
577 DCHECK(ThreadData::IsActive());
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 852 bool NotificationPanelTester::IsActive(const BalloonViewImpl* view) const {
  /external/chromium/base/metrics/
histogram.cc     [all...]
  /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...]
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 578 IsActive() ? IDR_THEME_FRAME_OVERLAY
593 if (IsActive()) {
705 bool BrowserWindowGtk::IsActive() const {
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 588 bool BrowserView::IsActive() const {
589 return frame_->GetWindow()->IsActive();
    [all...]

Completed in 619 milliseconds