HomeSort by relevance Sort by last modified time
    Searched refs:new_value (Results 226 - 250 of 350) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/gc/accounting/
remembered_set.cc 45 void operator()(byte* card, byte expected_value, byte new_value) const {
  /external/chromium_org/android_webview/browser/
browser_view_renderer.h 102 // Set the root layer scroll offset to |new_value|.
103 void ScrollTo(gfx::Vector2d new_value);
  /external/chromium_org/base/prefs/
pref_service.cc 438 void PrefService::SetUserPrefValue(const char* path, base::Value* new_value) {
439 scoped_ptr<base::Value> owned_value(new_value);
447 if (pref->GetType() != new_value->GetType()) {
450 << " to value of type " << new_value->GetType();
pref_service.h 328 void SetUserPrefValue(const char* path, base::Value* new_value);
  /external/chromium_org/chrome/browser/extensions/
chrome_app_sorting.cc 315 base::Value* new_value = new_app_launch_ordinal.IsValid() ? local
322 new_value);
394 base::Value* new_value = new_page_ordinal.IsValid() ? local
401 new_value);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.h 186 void OnSyncedNotificationFirstRunBooleanPrefChanged(bool* new_value);
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.h 62 const blink::WebString& new_value, const blink::WebString& origin,
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presencestatus.h 91 void UpdateWith(const PresenceStatus& new_value);
  /external/compiler-rt/lib/builtins/
gcc_personality_v0.c 51 COMPILER_RT_ABI void _Unwind_SetIP(_Unwind_Context_t, uintptr_t new_value);
  /external/lldb/include/lldb/Target/
ThreadPlan.h 373 SetStopOthers (bool new_value);
  /external/chromium_org/base/containers/
mru_cache_unittest.cc 18 explicit CachedItem(int new_value) : value(new_value) {
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider_unittest.cc 109 base::StringValue new_value("stable-channel");
110 provider_->Set(kReleaseChannel, new_value);
device_settings_provider.cc 825 bool new_value) {
829 new_value = HasOldMetricsFile();
832 base::Value::CreateBooleanValue(new_value));
836 << (new_value ? "on." : "off.");
839 VLOG(1) << "Metrics policy is being set to : " << new_value
843 OptionsUtil::ResolveMetricsReportingEnabled(new_value);
    [all...]
  /external/chromium_org/chrome/browser/prefs/
pref_hash_filter_unittest.cc 160 const base::Value* new_value) OVERRIDE;
189 const base::Value* new_value,
256 const base::Value* new_value,
259 std::make_pair(path, std::make_pair(new_value, strategy))).second);
271 const base::Value* new_value) {
272 outer_->RecordStoreHash(path, new_value,
297 const base::DictionaryValue* new_value) {
298 outer_->RecordStoreHash(path, new_value,
    [all...]
pref_hash_store_impl.cc 159 const base::Value* new_value) {
161 outer_->pref_hash_calculator_.Calculate(path, new_value);
  /external/chromium_org/chrome/browser/ui/website_settings/
permission_bubble_manager.cc 260 void PermissionBubbleManager::ToggleAccept(int request_index, bool new_value) {
262 accept_states_[request_index] = new_value;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.c 37 // - new_value : New additional value.
43 static void MeanEstimatorFloat(float new_value,
47 *mean_value += (new_value - *mean_value) * scale;
  /external/lldb/source/Target/
ThreadPlanStepInRange.cpp 269 ThreadPlanStepInRange::SetDefaultFlagValue (uint32_t new_value)
272 ThreadPlanStepInRange::s_default_flag_values = new_value;
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 309 int new_value = size_ + amount; local
311 if (has_min() && new_value < min_) {
313 return new_value - min_;
316 if (has_max() && new_value > max_) {
318 return new_value - max_;
321 size_ = new_value;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 479 const base::DictionaryValue* new_value = NULL; local
481 EXPECT_TRUE(displays->GetDictionary(key, &new_value));
484 EXPECT_TRUE(ash::DisplayLayout::ConvertFromValue(*new_value, &stored_layout));
490 EXPECT_TRUE(displays->GetDictionary(key, &new_value));
491 EXPECT_TRUE(ash::DisplayLayout::ConvertFromValue(*new_value, &stored_layout));
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 422 def setter(self, new_value):
453 def setter(self, new_value):
454 type_checker.CheckValue(new_value)
455 self._fields[field] = new_value
511 def setter(self, new_value):
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 481 def setter(self, new_value):
509 def setter(self, new_value):
510 type_checker.CheckValue(new_value)
511 self._fields[field] = new_value
561 def setter(self, new_value):
    [all...]
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]

Completed in 1648 milliseconds

1 2 3 4 5 6 7 8 91011>>