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

12

/external/chromium_org/chromeos/dbus/ibus/
H A Dibus_property_unittest.cc32 void SetProperty(const std::string& prefix, IBusProperty* property) { function in namespace:chromeos::__anon7248
91 SetProperty("Root_", &property);
95 SetProperty(prefix, sub_property);
/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/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.cc35 PP_Bool SetProperty(PP_Resource request, function in namespace:ppapi::thunk::__anon9650
38 VLOG(4) << "PPB_URLRequestInfo::SetProperty()";
42 return enter.object()->SetProperty(property, value);
71 &SetProperty,
/external/chromium_org/chromeos/dbus/
H A Dshill_ipconfig_client_stub.cc60 void ShillIPConfigClientStub::SetProperty( function in class:chromeos::ShillIPConfigClientStub
H A Dfake_shill_device_client.cc35 void FakeShillDeviceClient::SetProperty(const dbus::ObjectPath& device_path, function in class:chromeos::FakeShillDeviceClient
H A Dfake_shill_manager_client.cc59 void FakeShillManagerClient::SetProperty(const std::string& name, function in class:chromeos::FakeShillManagerClient
H A Dshill_ipconfig_client.cc48 virtual void SetProperty(const dbus::ObjectPath& ipconfig_path,
112 void ShillIPConfigClientImpl::SetProperty( function in class:chromeos::__anon7263::ShillIPConfigClientImpl
H A Dshill_device_client_stub.cc70 void ShillDeviceClientStub::SetProperty(const dbus::ObjectPath& device_path, function in class:chromeos::ShillDeviceClientStub
212 SetProperty(dbus::ObjectPath(device_path), name, value,
/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/generators/
H A Didl_propertynode.py34 def SetProperty(self, name, val): member in class:IDLPropertyNode
96 node.SetProperty('NAME', name)
99 node.SetProperty(toks[0], toks[1])
H A Didl_node.py89 self.SetProperty(child.name, child.value)
117 self.filenode.SetProperty('ERRORS', errcnt + 1)
407 def SetProperty(self, name, val): member in class:IDLNode
408 self.property_node.SetProperty(name, val)
/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::__anon9480
310 &SetProperty,
453 ppb_var_impl_->SetProperty(var.Get(dispatcher()),
/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.py141 def SetProperty(self, filenames, property_name, property_value): member in class:Svn
163 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::__anon9320
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/ppapi/native_client/src/trusted/plugin/
H A Dscriptable_plugin.cc180 void ScriptablePlugin::SetProperty(const pp::Var& name, function in class:plugin::ScriptablePlugin
183 PLUGIN_PRINTF(("ScriptablePlugin::SetProperty (name=%s, value=%s)\n",
185 Error("SetProperty", name.DebugString().c_str(),
/external/chromium/webkit/glue/
H A Dcpp_bound_class.cc173 return obj->bound_class->SetProperty(ident, value);
245 bool CppBoundClass::SetProperty(NPIdentifier ident, function in class:CppBoundClass
/external/chromium_org/dbus/
H A Dtest_service.cc242 base::Bind(&TestService::SetProperty,
397 void TestService::SetProperty(MethodCall* method_call, function in class:dbus::TestService
/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;
296 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) { function in class:SkJSDisplayable
/external/chromium_org/tools/gn/
H A Dscope.cc344 void Scope::SetProperty(const void* key, void* value) { function in class:Scope

Completed in 1790 milliseconds

12