OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_properties
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/win/
shortcut_unittest.cc
232
ShortcutProperties
new_properties
;
local
233
new_properties
.set_target(link_properties_2_.target);
234
new_properties
.set_arguments(link_properties_2_.arguments);
235
new_properties
.set_description(link_properties_2_.description);
237
link_file_,
new_properties
, SHORTCUT_REPLACE_EXISTING));
239
// Expect only properties in |
new_properties
| to be set, all other properties
241
ShortcutProperties expected_properties(
new_properties
);
/external/chromium_org/chromeos/dbus/
fake_shill_service_client.cc
382
base::DictionaryValue
new_properties
;
local
392
new_properties
.SetWithoutPathExpansion(shill::kProviderProperty, provider);
395
new_properties
.SetWithoutPathExpansion(property, value.DeepCopy());
399
dict->MergeDictionary(&
new_properties
);
/external/chromium_org/chromeos/network/
network_cert_migrator.cc
189
base::DictionaryValue
new_properties
;
local
190
new_properties
.SetStringWithoutPathExpansion(nss_key, std::string());
193
new_properties
.SetWithoutPathExpansion(pem_key, ca_cert_pems.release());
197
new_properties
,
local
/external/v8/src/
objects.cc
522
FixedArray*
new_properties
= NULL;
local
524
if (!maybe_properties->To(&
new_properties
)) {
527
set_properties(
new_properties
);
1867
FixedArray*
new_properties
= 0; \/\/ Will always be NULL or a valid pointer.
local
[
all
...]
/external/chromium_org/v8/src/
objects.cc
814
Handle<NameDictionary>
new_properties
=
local
816
object->set_properties(*
new_properties
);
3872
Handle<FixedArray>
new_properties
= isolate->factory()->CopySizeFixedArray(
local
[
all
...]
Completed in 309 milliseconds