HomeSort by relevance Sort by last modified time
    Searched refs:IsActive (Results 101 - 125 of 284) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 117 bool SrtpFilter::IsActive() const {
204 if (!IsActive()) {
212 if (!IsActive()) {
224 if (!IsActive()) {
232 if (!IsActive()) {
  /external/v8/src/
platform-solaris.cc 678 if (v8::Locker::IsActive() &&
684 if (sampler == NULL || !sampler->IsActive()) return;
877 ASSERT(!IsActive());
883 ASSERT(!IsActive());
890 ASSERT(IsActive());
log.cc 195 ~Ticker() { if (IsActive()) Stop(); }
204 if (!IsActive()) Start();
209 if (!profiler_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
216 if (!FLAG_prof_lazy && !IsActive()) Start();
222 if (!window_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc 181 if (most_recently_active_panel->IsActive())
221 if (panel->IsActive())
285 panel->IsActive() &&
418 if ((*iter)->IsActive())
641 panel->IsActive()) {
650 if (!panel->IsActive())
778 if (iter == panels_.begin() && panel->IsActive())
stacked_panel_browsertest.cc     [all...]
docked_panel_collection.cc 264 panel->IsActive()) {
373 if ((*iter)->IsActive())
658 if (panel->IsActive())
688 WidthToDisplayPanelInCollection(panel->IsActive(),
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.cc 141 if (parent_ && IsActive()) {
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.h 80 bool IsActive() const;
tab_strip.cc 247 if (tab->data().mini && !tab->IsActive())
285 if (tab->IsActive())
289 } else if (!tab->IsActive()) {
411 if (next_tab && next_tab->IsActive() && IsPointInTab(next_tab, point))
709 int w = Round(first_tab->IsActive() ? selected : selected);
912 if (tab->IsActive())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.h 216 virtual bool IsActive() const = 0;
input_method_engine_ibus.h 73 virtual bool IsActive() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 50 virtual bool IsActive() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 49 virtual bool IsActive() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.h 67 virtual bool IsActive() const OVERRIDE;
  /external/chromium_org/chrome/test/base/
test_browser_window.h 36 virtual bool IsActive() const OVERRIDE;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_coordinator.cc 53 bool IndexedDBTransactionCoordinator::IsActive(
  /external/chromium_org/ui/base/ime/
fake_input_method.cc 136 bool FakeInputMethod::IsActive() {
input_method_ibus.h 56 virtual bool IsActive() OVERRIDE;
  /external/chromium_org/ui/views/ime/
mock_input_method.cc 131 bool MockInputMethod::IsActive() {
  /external/chromium_org/ui/views/widget/
native_widget_private.h 187 virtual bool IsActive() const = 0;
  /external/chromium_org/v8/src/
bootstrapper.h 118 bool IsActive() const { return nesting_ != 0; }
  /external/chromium_org/apps/
shell_window_registry.cc 149 if (result->GetBaseWindow()->IsActive())
165 if (result->GetBaseWindow()->IsActive())
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 462 bool TabRendererGtk::IsActive() const {
508 if (IsActive()) {
527 if (!IsActive()) {
554 } else if (IsActive()) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 225 ASSERT_TRUE(active_tab->IsActive());
288 ASSERT_TRUE(active_tab->IsActive());

Completed in 1572 milliseconds

1 2 3 45 6 7 8 91011>>