Home
last modified time | relevance | path

Searched refs:property_list (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ash/system/ime/
Dtray_ime.cc103 IMEPropertyInfoList property_list; in IMEDetailedView() local
104 delegate->GetCurrentIMEProperties(&property_list); in IMEDetailedView()
105 Update(list, property_list); in IMEDetailedView()
111 const IMEPropertyInfoList& property_list) { in Update() argument
115 if (!property_list.empty()) in Update()
116 AppendIMEProperties(property_list); in Update()
146 void AppendIMEProperties(const IMEPropertyInfoList& property_list) { in AppendIMEProperties() argument
148 for (size_t i = 0; i < property_list.size(); i++) { in AppendIMEProperties()
150 this, property_list[i].name, property_list[i].selected); in AppendIMEProperties()
155 property_map_[container] = property_list[i].key; in AppendIMEProperties()
[all …]
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
Dutils.cc16 scoped_ptr<base::ListValue> property_list(new base::ListValue()); in CharacteristicPropertiesToValue() local
21 property_list->Append(new base::StringValue(ToString(*iter))); in CharacteristicPropertiesToValue()
22 return property_list.Pass(); in CharacteristicPropertiesToValue()
/external/chromium_org/remoting/host/policy_hack/
Dpolicy_watcher_mac.mm65 base::ScopedCFTypeRef<CFPropertyListRef> property_list(
67 if (property_list.get() != NULL) {
69 property_list.get());
/external/chromium_org/v8/src/
Djson.js194 var property_list = new InternalArray();
207 property_list.push(item);
212 replacer = property_list;
Dobjects-printer.cc953 os << "\n - property_list: " << Brief(property_list()); in FunctionTemplateInfoPrint()
974 os << "\n - property_list: " << Brief(property_list()); in ObjectTemplateInfoPrint()
Dexecution.cc618 if (data->property_list()->IsUndefined() && in InstantiateObject()
Dobjects-debug.cc919 VerifyPointer(property_list()); in TemplateInfoVerify()
Dobjects-inl.h5317 ACCESSORS(TemplateInfo, property_list, Object, kPropertyListOffset) in ACCESSORS()
Dobjects.h10429 DECL_ACCESSORS(property_list, Object)
Dapi.cc786 i::Handle<i::Object> list(Utils::OpenHandle(templ)->property_list(), isolate); in TemplateSet()
/external/chromium_org/third_party/hwcplus/include/cutils/
Dproperties.h60 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie); …
/external/chromium_org/chrome/browser/mac/
Ddock.mm50 base::ScopedCFTypeRef<CFPropertyListRef> property_list(
53 base::mac::CFCast<CFDictionaryRef>(property_list);
60 NSMakeCollectable(property_list.release());
/external/lldb/source/Host/macosx/
DHost.mm1019 CFCReleaser<CFPropertyListRef> property_list;
1033 property_list = CFPropertyListCreateFromXMLData (kCFAllocatorDefault,
1037 if (CFGetTypeID(property_list.get()) == CFDictionaryGetTypeID())
1039 CFDictionaryRef property_dict = (CFDictionaryRef) property_list.get();