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

1 2

  /external/chromium/chrome/browser/ui/views/
profile_tag_view.cc 42 bool is_active = GetWidget()->IsActive(); local
43 SkBitmap* profile_tag_left = is_active ? &active_profile_tag_left_ :
45 SkBitmap* profile_tag_center = is_active ? &active_profile_tag_center_ :
47 SkBitmap* profile_tag_right = is_active ? &active_profile_tag_right_ :
  /external/chromium/chrome/browser/chromeos/frame/
panel_browser_view.h 55 void InitPanelController(bool is_active);
panel_browser_view.cc 68 void PanelBrowserView::InitPanelController(bool is_active) {
72 is_active, bounds(), creator_xid_,
browser_view.h 90 void ShowInternal(bool is_active);
browser_view.cc 273 void BrowserView::ShowInternal(bool is_active) {
275 if (is_active)
  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 112 ASSERT_TRUE(browser()->instant()->is_active());
434 ASSERT_TRUE(browser()->instant()->is_active());
453 ASSERT_TRUE(browser()->instant()->is_active());
483 EXPECT_TRUE(browser()->instant()->is_active());
505 ASSERT_TRUE(browser()->instant()->is_active());
542 EXPECT_TRUE(browser()->instant()->is_active());
549 EXPECT_TRUE(browser()->instant()->is_active());
574 ASSERT_TRUE(browser()->instant()->is_active());
587 ASSERT_TRUE(browser()->instant()->is_active());
600 ASSERT_TRUE(browser()->instant()->is_active());
    [all...]
instant_controller.h 143 bool is_active() const { return is_active_; } function in class:InstantController
instant_controller.cc 294 if (!is_active() || !GetPreviewContents()) {
  /external/chromium/chrome/browser/speech/
speech_input_manager.cc 134 bool is_active; // Set to true when recording or recognition is going on. member in struct:speech_input::__anon4389::SpeechInputManagerImpl::SpeechInputRequest
232 request->is_active = false;
249 requests_[caller_id].is_active = true;
257 if (requests_[caller_id].is_active)
309 requests_[caller_id].is_active = false;
390 if (recording_caller_id_ == caller_id || !requests_[caller_id].is_active) {
  /external/chromium/chrome/browser/extensions/
extension_sidebar_api.cc 163 bool is_active = false; local
172 is_active = NULL != GetCurrentBrowser();
184 is_active = default_tab_id == tab_id;
189 result = is_active ? extension_sidebar_constants::kActiveState :
  /external/chromium/chrome/browser/
tab_restore_uitest.cc 118 bool is_active = false;
121 ASSERT_TRUE(window_proxy->IsActive(&is_active));
122 // The check for is_active may fail if other apps are active while running
126 if (!is_active)
127 LOG(ERROR) << "WARNING: is_active was false, expected true. (This may "
  /external/chromium/net/spdy/
spdy_session.h 202 bool is_active() const { function in class:net::SpdySession
spdy_session_pool.cc 422 if (!session->is_active())
  /external/v8/src/
frames.cc 283 bool SafeStackFrameIterator::is_active(Isolate* isolate) { function in class:v8::internal::SafeStackFrameIterator
456 if (SafeStackFrameIterator::is_active(isolate)) return JAVA_SCRIPT;
615 ASSERT(!SafeStackFrameIterator::is_active(isolate()));
708 ASSERT(!SafeStackFrameIterator::is_active(isolate()) &&
    [all...]
frames.h 797 static bool is_active(Isolate* isolate);
liveobjectlist.cc 258 inline bool is_active() const { return is_active_; } function in class:v8::internal::LolFilter
260 return !is_active() || MatchesSlow(obj);
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 301 bool is_active() const { return is_active_; } function in class:chromeos::Network
385 void set_active(bool is_active) { is_active_ = is_active; }
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 1487 BOOLEAN is_active = FALSE; local
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc 359 if (network && network->is_active()) {
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 296 // is_active() function in their ActiveWindowChanged() handlers.
    [all...]
  /external/kernel-headers/original/linux/
perf_event.h 765 int is_active; member in struct:perf_event_context
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 910 int is_active; member in struct:perf_event_context
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 304 int *grammar_index, ESR_BOOL *is_active, ESR_BOOL *is_ve_grammar )
320 *is_active = ESR_TRUE;
322 *is_active = ESR_FALSE;
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 302 int *grammar_index, ESR_BOOL *is_active, ESR_BOOL *is_ve_grammar )
318 *is_active = ESR_TRUE;
320 *is_active = ESR_FALSE;
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 109 void IsWindowActive(int handle, bool* success, bool* is_active);
    [all...]

Completed in 751 milliseconds

1 2