Searched refs:default_ (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/chromeos/network/
H A Dnetwork_type_pattern_unittest.cc18 default_(NetworkTypePattern::Default()),
34 const NetworkTypePattern default_; member in class:chromeos::__anon6198::NetworkTypePatternTest
73 EXPECT_TRUE(MatchesPattern(default_, default_));
74 EXPECT_TRUE(MatchesPattern(default_, non_virtual_));
75 EXPECT_TRUE(MatchesPattern(default_, cellular_));
97 EXPECT_EQ(default_.ToDebugString(), "PatternDefault");
/external/chromium_org/ash/system/chromeos/
H A Dtray_tracing.cc68 default_(NULL) {
88 CHECK(default_ == NULL);
90 default_ = new tray::DefaultTracingView();
91 return default_;
99 default_ = NULL;
H A Dtray_caps_lock.cc133 default_(NULL),
156 if (default_) {
157 default_->Update(caps_lock_enabled_);
179 DCHECK(default_ == NULL);
180 default_ = new CapsLockDefaultView;
181 default_->Update(caps_lock_enabled_);
182 return default_;
215 default_ = NULL;
H A Dtray_display.h67 return reinterpret_cast<views::View*>(default_);
70 DisplayView* default_; member in class:ash::TrayDisplay
H A Dtray_caps_lock.h37 CapsLockDefaultView* default_; member in class:ash::TrayCapsLock
H A Dtray_tracing.h47 views::View* default_; member in class:ash::TrayTracing
H A Dtray_display.cc291 default_(NULL) {
407 DCHECK(default_ == NULL);
408 default_ = new DisplayView();
409 return default_;
413 default_ = NULL;
420 if (default_)
421 default_->Update();
435 if (!default_ || !default_->visible())
438 return static_cast<DisplayView*>(default_)
[all...]
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_vpn.cc108 default_(NULL),
121 CHECK(default_ == NULL);
133 default_ = new tray::VpnDefaultView(
136 return default_;
156 default_ = NULL;
170 if (default_)
171 default_->Update();
H A Dtray_sms.cc286 default_(NULL),
304 CHECK(default_ == NULL);
305 default_ = new SmsDefaultView(this);
306 default_->SetVisible(!messages_.empty());
307 return default_;
331 default_ = NULL;
396 if (default_)
397 default_->SetVisible(false);
402 if (default_) {
403 default_
[all...]
H A Dtray_network.cc265 default_(NULL),
289 CHECK(default_ == NULL);
293 default_ = new tray::NetworkDefaultView(
295 return default_;
320 default_ = NULL;
363 if (default_)
364 default_->Update();
H A Dtray_network.h63 tray::NetworkDefaultView* default_; member in class:ash::TrayNetwork
H A Dtray_sms.h54 SmsDefaultView* default_; member in class:ash::TraySms
H A Dtray_vpn.h44 tray::VpnDefaultView* default_; member in class:ash::TrayVPN
/external/chromium_org/third_party/webrtc/base/
H A Dflags.h78 Type type, void* variable, FlagValue default_);
112 return default_.b;
117 return default_.i;
122 return default_.f;
127 return default_.s;
147 FlagValue default_; member in class:rtc::Flag
H A Dflags.cc34 default_(default__) {
40 // Note that we cannot simply do '*variable_ = default_;' since
47 variable_->b = default_.b;
50 variable_->i = default_.i;
53 variable_->f = default_.f;
56 variable_->s = default_.s;
96 PrintFlagValue(type_, &default_);
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.h37 tray::BluetoothDefaultView* default_; member in class:ash::TrayBluetooth
H A Dtray_bluetooth.cc418 default_(NULL),
432 CHECK(default_ == NULL);
433 default_ = new tray::BluetoothDefaultView(
435 return default_;
453 default_ = NULL;
464 if (default_)
465 default_->UpdateLabel();
/external/chromium_org/ash/system/ime/
H A Dtray_ime.cc214 default_(NULL),
260 CHECK(default_ == NULL);
261 default_ = new tray::IMEDefaultView(this);
262 return default_;
276 default_ = NULL;
302 if (default_)
303 default_->UpdateLabel(current);
H A Dtray_ime.h50 tray::IMEDefaultView* default_; member in class:ash::TrayIME
/external/chromium_org/ash/system/
H A Dtray_accessibility.cc319 default_(NULL),
354 CHECK(default_ == NULL);
369 CHECK(default_ == NULL);
370 default_ = new tray::DefaultAccessibilityView(this);
372 return default_;
393 default_ = NULL;
H A Dtray_accessibility.h129 views::View* default_; member in class:ash::TrayAccessibility
/external/openfst/src/include/fst/
H A Dsparse-tuple-weight.h112 ReadType(strm, &default_);
118 WriteType(strm, default_);
175 default_ = default_value;
191 if (default_value_check && p.second == default_) return;
199 void SetDefaultValue(const W& val) { default_ = val; }
201 const W& DefaultValue() const { return default_; }
213 W default_; member in class:fst::SparseTupleWeight
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1809 ThreadLocal() : default_() {}
1810 explicit ThreadLocal(const T& value) : default_(value) {}
1840 return new ValueHolder(default_);
1843 const T default_; // The default value for each thread. member in class:testing::internal::ThreadLocal
1965 default_() {}
1967 default_(value) {}
2012 ValueHolder* const new_holder = new ValueHolder(default_);
2020 const T default_; // The default value for each thread. member in class:testing::internal::ThreadLocal
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1330 default_() {}
1332 default_(value) {}
1377 ValueHolder* const new_holder = new ValueHolder(default_);
1385 const T default_; // The default value for each thread. member in class:testing::internal::ThreadLocal
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1476 default_() {}
1478 default_(value) {}
1523 ValueHolder* const new_holder = new ValueHolder(default_);
1531 const T default_; // The default value for each thread. member in class:testing::internal::ThreadLocal

Completed in 832 milliseconds

12