HomeSort by relevance Sort by last modified time
    Searched refs:property_list (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ash/system/ime/
tray_ime.cc 103 IMEPropertyInfoList property_list; local
104 delegate->GetCurrentIMEProperties(&property_list);
105 Update(list, property_list);
111 const IMEPropertyInfoList& property_list) {
115 if (!property_list.empty())
116 AppendIMEProperties(property_list);
141 void AppendIMEProperties(const IMEPropertyInfoList& property_list) {
143 for (size_t i = 0; i < property_list.size(); i++) {
145 this, property_list[i].name, property_list[i].selected)
250 IMEPropertyInfoList property_list; local
290 IMEPropertyInfoList property_list; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
utils.cc 16 scoped_ptr<base::ListValue> property_list(new base::ListValue());
21 property_list->Append(new base::StringValue(ToString(*iter)));
22 return property_list.Pass();
  /external/chromium_org/third_party/hwcplus/include/cutils/
properties.h 60 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
  /system/core/include/cutils/
properties.h 110 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
  /system/core/toolbox/
getprop.c 21 (void)property_list(record_prop, list);
  /external/chromium_org/v8/src/
json.js 194 var property_list = new InternalArray();
207 property_list.push(item);
212 replacer = property_list;
execution.cc 593 if (data->property_list()->IsUndefined() &&
objects-printer.cc 1062 PrintF(out, "\n - property_list: ");
1063 property_list()->ShortPrint(out);
    [all...]
objects-debug.cc 913 VerifyPointer(property_list());
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
api.cc 798 i::Handle<i::Object> list(Utils::OpenHandle(templ)->property_list(), isolate);
    [all...]
  /system/core/libcutils/
properties.c 152 int property_list( function
331 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), function
414 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), function
  /frameworks/native/cmds/dumpstate/
utils.c 392 property_list(print_prop, NULL);
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 882 milliseconds