HomeSort by relevance Sort by last modified time
    Searched refs:initialize_ (Results 1 - 8 of 8) sorted by null

  /external/webrtc/src/system_wrappers/source/
cpu_win.h 64 bool initialize_; member in class:webrtc::CpuWindows
cpu_win.cc 58 initialize_(true),
148 initialize_ = false;
161 while(initialize_)
197 if (initialize_)
200 initialize_ = false;
  /external/chromium_org/v8/test/cctest/
cctest.cc 57 enabled_(enabled), initialize_(initialize), prev_(last_) {
79 if (!initialize_) {
92 if (initialize_) {
cctest.h 179 bool initialize_; member in class:CcTest
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_background.js 43 this.initialize_(0);
196 cvox.BrailleBackground.prototype.initialize_ = function(retries) {
203 window.setTimeout(goog.bind(this.initialize_, this, ++retries), 500);
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 530 VolumeManager.instance_.initialize_(function() {
546 VolumeManager.prototype.initialize_ = function(callback) {
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]

Completed in 1172 milliseconds