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

  /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/instant/
instant_controller.h 143 bool is_active() const { return is_active_; } function in class:InstantController
  /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/speech/
speech_input_manager.cc 134 bool is_active; // Set to true when recording or recognition is going on. member in struct:speech_input::__anon4391::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/net/spdy/
spdy_session.h 202 bool is_active() const { function in class:net::SpdySession
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 1487 BOOLEAN is_active = FALSE; local
    [all...]
  /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...]
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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1065 milliseconds