Searched refs:level_ (Results 1 - 25 of 69) sorted by path

123

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dmath_shifter.js35 this.level_ = 0;
112 return this.direction_ ? 'up to level ' + this.level_ :
113 'down to level ' + this.level_;
121 this.level_ = this.level_ > 0 ? this.level_ - 1 : 0;
134 this.level_++;
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.cc38 machine_state.GetProductState(level_ == SYSTEM_LEVEL,
48 machine_state.GetProductState(level_ == SYSTEM_LEVEL,
69 level_(UNKNOWN_LEVEL),
81 level_(UNKNOWN_LEVEL),
300 level_ = level;
310 level_ = UNKNOWN_LEVEL;
475 DCHECK(level_ == USER_LEVEL || level_ == SYSTEM_LEVEL);
476 return level_ == SYSTEM_LEVEL;
515 if (machine_state.GetProductState(level_
[all...]
H A Dinstaller_state.h100 Level level() const { return level_; }
270 Level level_; member in class:installer::InstallerState
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js1377 cvox.AbstractShifter.prototype.ensureNotSubnavigating=function(){!0==this.isSubnavigating_&&(this.isSubnavigating_=!1,this.makeLessGranular())};cvox.AbstractShifter.prototype.isSubnavigating=function(){return this.isSubnavigating_};cvox.AbstractShifter.prototype.hasAction=function(a){return this.currentWalker_.hasAction(a)};cvox.AbstractShifter.prototype.performAction=function(a,b){return this.currentWalker_.performAction(a,b)};cvox.MathShifter=function(a){cvox.AbstractShifter.call(this);this.level_=0;this.bumped_=this.direction_=!1;cvox.TraverseMath.getInstance().initialize(a.start.node)};goog.inherits(cvox.MathShifter,cvox.AbstractShifter);cvox.MathShifter.prototype.next=function(a){var b=a.isReversed();this.bumped_=!cvox.TraverseMath.getInstance().nextSibling(b);return(b=cvox.TraverseMath.getInstance().getAttachedActiveNode())?cvox.CursorSelection.fromNode(b):a};
1379 cvox.MathShifter.prototype.getBraille=function(a,b){return new cvox.NavBraille({text:cvox.BrailleUtil.getTemplated(a.start.node,b.start.node)})};cvox.MathShifter.prototype.getGranularityMsg=function(){return this.direction_?"up to level "+this.level_:"down to level "+this.level_};cvox.MathShifter.prototype.makeLessGranular=function(){this.level_=0<this.level_?this.level_-1:0;this.direction_=!0;this.bumped_=!cvox.TraverseMath.getInstance().nextParentChild(!0)};
1380 cvox.MathShifter.prototype.makeMoreGranular=function(){this.direction_=!1;(this.bumped_=!cvox.TraverseMath.getInstance().nextParentChild(!1))||this.level_++};
H A DchromeVoxChromePageScript.js1106 cvox.AbstractShifter.prototype.ensureNotSubnavigating=function(){!0==this.isSubnavigating_&&(this.isSubnavigating_=!1,this.makeLessGranular())};cvox.AbstractShifter.prototype.isSubnavigating=function(){return this.isSubnavigating_};cvox.AbstractShifter.prototype.hasAction=function(a){return this.currentWalker_.hasAction(a)};cvox.AbstractShifter.prototype.performAction=function(a,b){return this.currentWalker_.performAction(a,b)};cvox.MathShifter=function(a){cvox.AbstractShifter.call(this);this.level_=0;this.bumped_=this.direction_=!1;cvox.TraverseMath.getInstance().initialize(a.start.node)};goog.inherits(cvox.MathShifter,cvox.AbstractShifter);cvox.MathShifter.prototype.next=function(a){var b=a.isReversed();this.bumped_=!cvox.TraverseMath.getInstance().nextSibling(b);return(b=cvox.TraverseMath.getInstance().getAttachedActiveNode())?cvox.CursorSelection.fromNode(b):a};
1108 cvox.MathShifter.prototype.getBraille=function(a,b){return new cvox.NavBraille({text:cvox.BrailleUtil.getTemplated(a.start.node,b.start.node)})};cvox.MathShifter.prototype.getGranularityMsg=function(){return this.direction_?"up to level "+this.level_:"down to level "+this.level_};cvox.MathShifter.prototype.makeLessGranular=function(){this.level_=0<this.level_?this.level_-1:0;this.direction_=!0;this.bumped_=!cvox.TraverseMath.getInstance().nextParentChild(!0)};
1109 cvox.MathShifter.prototype.makeMoreGranular=function(){this.direction_=!1;(this.bumped_=!cvox.TraverseMath.getInstance().nextParentChild(!1))||this.level_++};
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_pref_store.cc42 level_(level) {
117 filtered_policies.FilterLevel(level_);
H A Dconfiguration_policy_pref_store.h73 PolicyLevel level_; member in class:policy::ConfigurationPolicyPrefStore
/external/chromium_org/components/policy/core/common/
H A Dconfiguration_policy_provider_test.cc151 : level_(level), scope_(scope) {}
156 return level_;
H A Dconfiguration_policy_provider_test.h104 PolicyLevel level_; member in class:policy::PolicyProviderTestHarness
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_level_calculator.cc35 level_(0) {
47 // |level_| is updated every 10 callbacks. For the case where callback comes
48 // every 10ms, |level_| will be updated approximately every 100ms.
55 level_ = (max_amplitude_ == 0 ?
65 return level_;
H A Dmedia_stream_audio_level_calculator.h42 int level_; member in class:content::MediaStreamAudioLevelCalculator
/external/chromium_org/extensions/browser/
H A Dextension_error.cc37 level_(level),
53 value->SetInteger(kLevelKey, static_cast<int>(level_));
63 "\n Level: " + base::IntToString(static_cast<int>(level_)) +
70 // We don't check |source_| or |level_| here, since they are constant for
209 return level_ == error->level_ &&
H A Dextension_error.h46 logging::LogSeverity level() const { return level_; }
77 logging::LogSeverity level_; member in class:extensions::ExtensionError
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.cc141 level_(level),
149 target_, level_, &temp_width, &temp_height);
157 target_, level_, &temp_width, &temp_height);
165 target_, level_, &temp_type, &temp_internal_format);
173 target_, level_, &temp_type, &temp_internal_format);
186 return texture_ref_->texture()->IsLevelCleared(target_, level_);
194 texture_ref_.get(), target_, level_, cleared);
226 target_, level_, &type, &internal_format)) {
246 texture_ref_.get(), target_, level_, signature);
263 GLint level_; member in class:gpu::gles2::TextureAttachment
[all...]
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Dconfig.cc24 level_(0),
93 *value = level_;
H A Dconfig.h51 EGLint level_; member in class:egl::Config
/external/chromium_org/jingle/glue/
H A Dpseudotcp_adapter_unittest.cc48 level_(0.0),
58 level_ = level_ + 1.0 - interval * rate_;
59 if (level_ > volume_) {
60 level_ = volume_;
62 } else if (level_ < 0.0) {
63 level_ = 0.0;
71 double level_; member in class:jingle_glue::__anon8511::LeakyBucket
/external/chromium_org/media/formats/webm/
H A Dwebm_parser.cc39 int level_; member in struct:media::ListElementInfo
541 return list_info->level_;
878 if (current_level + 1 != element_info->level_)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc61 PP_LogLevel level_; member in class:nacl_io::__anon8913::ConsoleNode
128 : CharNode(filesystem), level_(level) {
150 con_iface->Log(filesystem_->ppapi()->GetInstance(), level_, val);
/external/chromium_org/remoting/test/
H A Dleaky_bucket.cc14 level_(0.0),
24 double new_level = level_ + size;
28 base::TimeDelta result = base::TimeDelta::FromSecondsD(level_ / rate_);
29 level_ = new_level;
35 level_ -= rate_ * (now - last_update_).InSecondsF();
36 if (level_ < 0.0)
37 level_ = 0.0;
H A Dleaky_bucket.h30 double level_; member in class:remoting::LeakyBucket
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.cc1400 : level_(level),
1429 edit->DeleteFile(level_ + which, inputs_[which][i]->number);
1437 for (int lvl = level_ + 2; lvl < config::kNumLevels; lvl++) {
H A Dversion_set.h328 int level() const { return level_; }
369 int level_; member in class:leveldb::Compaction
374 // Each compaction reads inputs from "level_" and "level_+1"
378 // (parent == level_ + 1, grandparent == level_ + 2)
390 // all L >= level_ + 2).
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dlogger.h49 Logger() : level_(LOG_ERROR) {}
61 return level_;
65 level_ = level;
88 int level_; member in class:i18n::phonenumbers::Logger
/external/chromium_org/third_party/libwebp/dec/
H A Dframe.c106 base_level += hdr->level_;
109 base_level = hdr->level_;

Completed in 3847 milliseconds

123