HomeSort by relevance Sort by last modified time
    Searched refs:SetProperty (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/bluetooth/bluez/test/
test-adapter 51 adapter.SetProperty("Name", args[1])
65 adapter.SetProperty("Powered", value)
79 adapter.SetProperty("Pairable", value)
88 adapter.SetProperty("PairableTimeout", timeout)
102 adapter.SetProperty("Discoverable", value)
111 adapter.SetProperty("DiscoverableTimeout", timeout)
test-telephony 78 headset.SetProperty('SpeakerGain', dbus.UInt16(args[2]))
93 headset.SetProperty('MicrophoneGain', dbus.UInt16(args[2]))
test-device 151 device.SetProperty("Alias", args[2])
171 device.SetProperty("Trusted", value)
191 device.SetProperty("Blocked", value)
  /external/webkit/Source/JavaScriptGlue/
JSObject.h 45 void SetProperty(CFStringRef propertyName, JSUserObject* value);
JSObject.cpp 67 void JSUserObject::SetProperty(CFStringRef propertyName, JSUserObject* value)
69 if (fCallBacks.setProperty)
71 fCallBacks.setProperty(fData, propertyName, (JSObjectRef)value);
  /external/v8/src/
math.js 42 %SetProperty(global, "Math", $Math, DONT_ENUM);
229 %SetProperty($Math,
234 %SetProperty($Math,
239 %SetProperty($Math,
244 %SetProperty($Math,
248 %SetProperty($Math,
252 %SetProperty($Math,
256 %SetProperty($Math,
260 %SetProperty($Math,
liveobjectlist.cc 599 { MaybeObject* maybe_result = detail->SetProperty(*id_sym,
605 { MaybeObject* maybe_result = detail->SetProperty(*desc_sym,
611 { MaybeObject* maybe_result = detail->SetProperty(*size_sym,
    [all...]
apinatives.js 87 %SetProperty(fun.prototype, "constructor", fun, DONT_ENUM);
116 %SetProperty(obj, name, value, attributes);
collection.js 219 %SetProperty($Set.prototype, "constructor", $Set, DONT_ENUM);
220 %SetProperty($Map.prototype, "constructor", $Map, DONT_ENUM);
241 %SetProperty($WeakMap.prototype, "constructor", $WeakMap, DONT_ENUM);
v8natives.js 57 %SetProperty(object, key, f, attributes);
78 %SetProperty(prototype, fields[i], void 0, DONT_ENUM | DONT_DELETE);
84 %SetProperty(prototype, key, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
180 %SetProperty(global, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY);
183 %SetProperty(global, "Infinity", 1/0, DONT_ENUM | DONT_DELETE | READ_ONLY);
186 %SetProperty(global, "undefined", void 0,
215 %SetProperty($Boolean.prototype, "constructor", $Boolean, DONT_ENUM);
    [all...]
  /external/v8/test/mjsunit/regress/
regress-334.js 40 %SetProperty(object, "foo", func1, DONT_ENUM | DONT_DELETE);
41 %SetProperty(object, "bar", func1, DONT_ENUM | READ_ONLY);
42 %SetProperty(object, "baz", func1, DONT_DELETE | READ_ONLY);
43 %SetProperty(object.__proto__, "bif", func1, DONT_ENUM | DONT_DELETE | READ_ONLY);
  /external/chromium/chrome/browser/ui/gtk/
constrained_html_delegate_gtk.cc 78 ConstrainedHtmlUI::GetPropertyAccessor().SetProperty(
html_dialog_gtk.cc 134 HtmlDialogUI::GetPropertyAccessor().SetProperty(
  /external/chromium/chrome/browser/ui/views/
constrained_html_delegate_gtk.cc 83 ConstrainedHtmlUI::GetPropertyAccessor().SetProperty(
constrained_html_delegate_win.cc 84 ConstrainedHtmlUI::GetPropertyAccessor().SetProperty(
keyboard_overlay_dialog_view.cc 58 HtmlDialogUI::GetPropertyAccessor().SetProperty(tab_contents_->property_bag(),
html_dialog_view.cc 222 HtmlDialogUI::GetPropertyAccessor().SetProperty(tab_contents_->property_bag(),
  /external/v8/test/cctest/
test-heap.cc 216 Isolate::Current()->context()->global()->SetProperty(
220 obj->SetProperty(
222 obj->SetProperty(
243 Isolate::Current()->context()->global()->SetProperty(
245 obj->SetProperty(
549 obj->SetProperty(
553 function->SetProperty(
576 obj->SetProperty(
585 obj->SetProperty(
587 obj->SetProperty(
    [all...]
test-mark-compact.cc 197 Isolate::Current()->context()->global()->SetProperty(
215 Isolate::Current()->context()->global()->SetProperty(
219 obj->SetProperty(prop_name,
  /external/chromium/webkit/glue/
cpp_bound_class.h 167 bool SetProperty(NPIdentifier ident, const NPVariant* value);
cpp_bound_class.cc 111 static bool setProperty(NPObject *obj, NPIdentifier ident,
127 CppNPObject::setProperty,
169 /* static */ bool CppNPObject::setProperty(NPObject* np_obj,
173 return obj->bound_class->SetProperty(ident, value);
245 bool CppBoundClass::SetProperty(NPIdentifier ident,
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPObjectProxy.cpp 189 bool NPObjectProxy::setProperty(NPIdentifier propertyName, const NPVariant* value)
199 if (!m_npRemoteObjectMap->connection()->sendSync(Messages::NPObjectMessageReceiver::SetProperty(propertyNameData, propertyValueData), Messages::NPObjectMessageReceiver::SetProperty::Reply(returnValue), m_npObjectID))
327 return toNPObjectProxy(npObject)->setProperty(propertyName, value);
  /external/skia/src/xml/
SkJSDisplayable.cpp 64 static JSBool SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
205 gDisplayableClasses[type].setProperty = SkJSDisplayable::SetProperty;
296 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) {
346 displayable->setProperty(-1 - (int) info->fOffset, scriptValue);
  /external/chromium/chrome/browser/extensions/
extension_omnibox_api.cc 166 GetPropertyAccessor().SetProperty(
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.cc 239 GetFocusedStateAccessor()->SetProperty(

Completed in 690 milliseconds

1 2 3