HomeSort by relevance Sort by last modified time
    Searched refs:is_active (Results 1 - 25 of 34) 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::__anon3435::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/bluetooth/glib/gio/
gvfs.h 67 gboolean (* is_active) (GVfs *vfs); member in struct:_GVfsClass
gvfs.c 70 return (* class->is_active) (vfs);
glocalvfs.c 214 vfs_class->is_active = g_local_vfs_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/bluetooth/glib/gio/fen/
fen-kernel.c 70 gboolean is_active; member in struct:__anon2316
84 return fo->is_active;
230 fo->is_active = FALSE;
364 if (fo->is_active) {
389 fo->is_active = TRUE;
  /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);
  /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/bluetooth/glib/gio/win32/
gwinhttpvfs.c 238 vfs_class->is_active = g_winhttp_vfs_is_active;
  /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

Completed in 1040 milliseconds

1 2