Searched refs:scoped_null (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/
H A Dvalues_unittest.cc397 scoped_ptr<Value> scoped_null = Value::CreateNullValue(); local
398 Value* original_null = scoped_null.get();
399 original_dict.Set("null", std::move(scoped_null));
615 scoped_ptr<Value> scoped_null(Value::CreateNullValue());
616 Value* original_null = scoped_null.get();
617 original_dict.Set("null", std::move(scoped_null));
/external/libweave/third_party/chromium/base/
H A Dvalues_unittest.cc383 scoped_ptr<Value> scoped_null = Value::CreateNullValue(); local
384 Value* original_null = scoped_null.get();
385 original_dict.Set("null", std::move(scoped_null));
581 scoped_ptr<Value> scoped_null(Value::CreateNullValue());
582 Value* original_null = scoped_null.get();
583 original_dict.Set("null", std::move(scoped_null));

Completed in 107 milliseconds