Searched defs:SetProperty (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/ppapi/c/dev/
H A Dppp_class_deprecated.h92 void (*SetProperty)(void* object, member in struct:PPP_Class_Deprecated
H A Dppb_var_deprecated.h147 void (*SetProperty)(struct PP_Var object, member in struct:PPB_Var_Deprecated
/external/chromium_org/ppapi/generators/
H A Didl_propertynode.py28 def SetProperty(self, name, val): member in class:IDLPropertyNode
60 node.SetProperty('NAME', name)
63 node.SetProperty(toks[0], toks[1])
H A Didl_node.py84 self.SetProperty(child.name, child.value)
108 filenode.SetProperty('ERRORS', errcnt + 1)
336 def SetProperty(self, name, val): member in class:IDLNode
337 self._property_node.SetProperty(name, val)
/external/chromium_org/gin/
H A Dobject_template_builder.h109 ObjectTemplateBuilder& SetProperty(const base::StringPiece& name, function in class:gin::ObjectTemplateBuilder
116 ObjectTemplateBuilder& SetProperty(const base::StringPiece& name, function in class:gin::ObjectTemplateBuilder
/external/chromium_org/ppapi/cpp/
H A Durl_request_info.cc33 bool URLRequestInfo::SetProperty(PP_URLRequestProperty property, function in class:pp::URLRequestInfo
37 return PP_ToBool(get_interface<PPB_URLRequestInfo_1_0>()->SetProperty(
/external/chromium_org/ppapi/thunk/
H A Dppb_url_request_info_thunk.cc33 PP_Bool SetProperty(PP_Resource request, function in namespace:ppapi::thunk::__anon10315
36 VLOG(4) << "PPB_URLRequestInfo::SetProperty()";
40 return enter.object()->SetProperty(property, value);
69 &SetProperty,
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_ipconfig_client.cc58 void FakeShillIPConfigClient::SetProperty( function in class:chromeos::FakeShillIPConfigClient
H A Dshill_ipconfig_client.cc45 virtual void SetProperty(const dbus::ObjectPath& ipconfig_path,
107 void ShillIPConfigClientImpl::SetProperty( function in class:chromeos::__anon6138::ShillIPConfigClientImpl
H A Dfake_shill_device_client.cc86 void FakeShillDeviceClient::SetProperty(const dbus::ObjectPath& device_path, function in class:chromeos::FakeShillDeviceClient
311 SetProperty(dbus::ObjectPath(device_path), name, value,
H A Dfake_shill_service_client.cc107 void FakeShillServiceClient::SetProperty(const dbus::ObjectPath& service_path, function in class:chromeos::FakeShillServiceClient
222 base::Bind(&FakeShillServiceClient::SetProperty,
421 VLOG(1) << "Service.SetProperty: " << property << " = " << value
582 SetProperty(service_path,
587 SetProperty(service_path,
/external/chromium_org/ppapi/c/
H A Dppb_url_request_info.h200 * SetProperty() sets a request property. The value of the property must be
212 PP_Bool (*SetProperty)(PP_Resource request, member in struct:PPB_URLRequestInfo_1_0
/external/chromium_org/ppapi/proxy/
H A Durl_request_info_resource.cc29 PP_Bool URLRequestInfoResource::SetProperty(PP_URLRequestProperty property, function in class:ppapi::proxy::URLRequestInfoResource
36 // the renderer and *not* run through SetProperty again.
114 // SetProperty() above for why.
138 // SetProperty() above for why.
168 // SetProperty() above for why.
186 // SetProperty() above for why.
H A Dppb_var_deprecated_proxy.cc146 void SetProperty(PP_Var var, function in namespace:ppapi::proxy::__anon10124
306 &SetProperty,
440 ppb_var_impl_->SetProperty(var.Get(dispatcher()),
/external/chromium_org/third_party/skia/tools/
H A Dsvn.py161 def SetProperty(self, filenames, property_name, property_value): member in class:Svn
184 self.SetProperty(matching_files, property_name, property_value)
/external/chromium_org/tools/idl_parser/
H A Didl_node.py198 self.SetProperty(child.name, child.value)
210 def SetProperty(self, name, val): member in class:IDLNode
/external/chromium_org/ui/aura/
H A Dwindow_property.h82 void Window::SetProperty(const WindowProperty<T>* property, T value) { function in class:aura::Window
103 SetProperty(property, property->default_value);
110 template EXPORT void aura::Window::SetProperty( \
/external/skia/tools/
H A Dsvn.py161 def SetProperty(self, filenames, property_name, property_value): member in class:Svn
184 self.SetProperty(matching_files, property_name, property_value)
/external/chromium_org/ppapi/cpp/dev/
H A Dscriptable_object_deprecated.cc83 void SetProperty(void* object, function in namespace:pp::deprecated::__anon9970
88 static_cast<ScriptableObject*>(object)->SetProperty(
134 &SetProperty,
160 void ScriptableObject::SetProperty(const Var& /*name*/, function in class:pp::deprecated::ScriptableObject
/external/chromium_org/ppapi/cpp/private/
H A Dvar_private.cc93 void VarPrivate::SetProperty(const Var& name, const Var& value, function in class:pp::VarPrivate
97 get_interface<PPB_Var_Deprecated>()->SetProperty(
/external/chromium_org/ui/base/ime/
H A Dcandidate_window.h63 void SetProperty(const CandidateWindowProperty& property) { function in class:ui::CandidateWindow
/external/chromium_org/third_party/skia/src/xml/
H A DSkJSDisplayable.cpp64 static JSBool SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
205 gDisplayableClasses[type].setProperty = SkJSDisplayable::SetProperty;
292 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) { function in class:SkJSDisplayable
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_wrapper.cc229 bool DriWrapper::SetProperty(uint32_t connector_id, function in class:ui::DriWrapper
/external/chromium_org/ui/ozone/platform/dri/test/
H A Dmock_dri_wrapper.cc108 bool MockDriWrapper::SetProperty(uint32_t connector_id, function in class:ui::MockDriWrapper
/external/skia/src/xml/
H A DSkJSDisplayable.cpp64 static JSBool SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp);
205 gDisplayableClasses[type].setProperty = SkJSDisplayable::SetProperty;
292 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) { function in class:SkJSDisplayable

Completed in 1931 milliseconds

12