/external/chromium_org/net/http/ |
http_pipelined_connection_impl.cc | 87 active_(false), 148 if (!active_) { 149 active_ = true; 806 return active_;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
messagequeue.h | 262 bool active_; member in class:talk_base::MessageQueue
|
thread.cc | 160 if (active_)
|
/external/chromium_org/ui/views/widget/ |
widget_interactive_uitest.cc | 458 : active_(false) {} 463 active_ = active; 466 bool active() const { return active_; } 469 bool active_; member in class:views::test::WidgetActivationTest
|
widget_unittest.cc | 693 : active_(NULL), 705 if (active_ == widget) 706 active_ = NULL; 716 active_ = widget; 738 active_ = NULL; 753 const Widget* active() const { return active_; } 762 Widget* active_; member in class:views::test::WidgetObserverTest [all...] |
/external/v8/src/ |
platform-nullos.cc | 480 active_ = false;
|
debug-debugger.js | 136 this.active_ = true; 166 return this.active_; 189 this.active_ = true; 194 this.active_ = false; 270 this.active_ = true; 285 copy.active_ = this.active_; 353 return this.active_; 368 this.active_ = true; 373 this.active_ = false [all...] |
platform-cygwin.cc | 751 active_(false),
|
platform-macos.cc | 883 active_(false),
|
platform-solaris.cc | 870 active_(false),
|
platform-freebsd.cc | 866 active_(false),
|
platform-linux.cc | [all...] |
platform-openbsd.cc | 950 active_(false),
|
platform-win32.cc | [all...] |
bootstrapper.cc | 287 BootstrapperActive active_; member in class:BASE_EMBEDDED [all...] |
/external/chromium/chrome/browser/ |
aeropeek_manager.cc | 244 active_(active) { 273 if (active_) 289 bool active_; member in class:__anon1546::RegisterThumbnailTask [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
directory_model.js | 913 active_: false, 917 if (!this.active_) { 920 this.active_ = true; 926 if (this.active_) { 929 this.active_ = false; [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_controller.cc | 329 active_(true), 381 return instance_ && instance_->active_ && [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
thread.cc | 184 if (active_)
|
/external/chromium_org/v8/src/ |
debug-debugger.js | 142 this.active_ = true; 172 return this.active_; 195 this.active_ = true; 200 this.active_ = false; 278 this.active_ = true; 294 copy.active_ = this.active_; 362 return this.active_; 377 this.active_ = true; 382 this.active_ = false [all...] |
sampler.cc | 579 active_(false),
|
bootstrapper.cc | 302 BootstrapperActive active_; member in class:BASE_EMBEDDED [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
slide_mode.js | 253 this.active_ = true; 319 this.active_ = false; 931 if (this.active_) [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller.cc | 391 active_(true), [all...] |
/external/v8/include/ |
v8.h | 3730 static bool active_; member in class:v8::Locker [all...] |