Searched defs:property (Results 76 - 100 of 344) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_input_client.cc33 dbus::PropertyBase* property,
35 VLOG(1) << "Get " << property->name();
44 dbus::PropertyBase *property,
46 VLOG(1) << "Set " << property->name();
32 Get( dbus::PropertyBase* property, dbus::PropertySet::GetCallback callback) argument
43 Set( dbus::PropertyBase *property, dbus::PropertySet::SetCallback callback) argument
H A Dfake_nfc_manager_client.cc25 dbus::PropertyBase* property,
27 VLOG(1) << "Get " << property->name();
36 dbus::PropertyBase* property,
38 VLOG(1) << "Set " << property->name();
24 Get( dbus::PropertyBase* property, dbus::PropertySet::GetCallback callback) argument
35 Set( dbus::PropertyBase* property, dbus::PropertySet::SetCallback callback) argument
H A Dfake_bluetooth_gatt_service_client.cc40 dbus::PropertyBase* property,
42 VLOG(1) << "Get " << property->name();
51 dbus::PropertyBase* property,
53 VLOG(1) << "Set " << property->name();
153 VLOG(2) << "Fake GATT Service property changed: " << object_path.value()
39 Get( dbus::PropertyBase* property, dbus::PropertySet::GetCallback callback) argument
50 Set( dbus::PropertyBase* property, dbus::PropertySet::GetCallback callback) argument
/external/chromium_org/ppapi/proxy/
H A Durl_request_info_resource.cc29 PP_Bool URLRequestInfoResource::SetProperty(PP_URLRequestProperty property, argument
50 result = PP_FromBool(SetUndefinedProperty(property));
54 SetBooleanProperty(property, PP_ToBool(var.value.as_bool)));
58 SetIntegerProperty(property, var.value.as_int));
63 result = PP_FromBool(SetStringProperty(property, string->value()));
111 PP_URLRequestProperty property) {
115 switch (property) {
134 PP_URLRequestProperty property,
139 switch (property) {
164 PP_URLRequestProperty property,
110 SetUndefinedProperty( PP_URLRequestProperty property) argument
133 SetBooleanProperty( PP_URLRequestProperty property, bool value) argument
163 SetIntegerProperty( PP_URLRequestProperty property, int32_t value) argument
181 SetStringProperty( PP_URLRequestProperty property, const std::string& value) argument
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_stress_test.cc80 const std::vector<TestProperty>::const_iterator property = local
82 ASSERT_TRUE(property != properties.end())
84 EXPECT_STREQ(IdToString(id).c_str(), property->value());
105 // The shared_key forces property updates.
H A Dgtest-unittest-api_test.cc136 // Records a test property to verify TestResult::GetTestProperty().
308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local
309 EXPECT_STREQ("key", property.key());
310 EXPECT_STREQ("value", property.value());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HTMLPlugInElementCustom.cpp50 void getScriptableObjectProperty(PropertyType property, const v8::PropertyCallbackInfo<v8::Value>& info) argument
61 TONATIVE_VOID(v8::Local<v8::Value>, value, instance->Get(property));
84 void setScriptableObjectProperty(PropertyType property, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) argument
96 // situation where NPObject notifies it does not possess the property
97 // to be able to lookup standard DOM property.
100 callNpObjectSetter(instance, property, value, info);
109 // intercepted the SetProperty call, which means that the property on the
112 // that the property on the DOM element also gets set is inconsequential.
113 instance->Set(property, value);
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dattributes.cpp179 static void {{attribute.name}}ConstructorGetterCallback{{world_suffix}}(v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info) variable
188 {{cpp_class}}V8Internal::{{cpp_class}}ConstructorGetter{{world_suffix}}(property, info);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DStringKeyframe.cpp25 void StringKeyframe::setPropertyValue(CSSPropertyID property, const String& value, StyleSheetContents* styleSheetContents) argument
27 ASSERT(property != CSSPropertyInvalid);
28 if (CSSAnimations::isAllowedAnimation(property))
29 m_propertySet->setProperty(property, value, false, styleSheetContents);
46 PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> StringKeyframe::createPropertySpecificKeyframe(CSSPropertyID property) const
48 return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), &easing(), propertyValue(property), composite()));
69 PassRefPtrWillBeRawPtr<Interpolation> StringKeyframe::PropertySpecificKeyframe::createInterpolation(CSSPropertyID property, Keyframe::PropertySpecificKeyframe* end, Element* element) const argument
75 if (!CSSPropertyMetadata::isAnimatableProperty(property))
76 return DefaultStyleInterpolation::create(fromCSSValue, toCSSValue, property);
78 switch (property) {
[all...]
H A DKeyframeEffectModel.cpp122 CSSPropertyID property = *propertyIter; local
123 ASSERT_WITH_MESSAGE(!isExpandedShorthand(property), "Web Animations: Encountered shorthand CSS property (%d) in normalized keyframes.", property);
124 KeyframeGroupMap::iterator groupIter = m_keyframeGroups->find(property);
127 group = m_keyframeGroups->add(property, adoptPtrWillBeNoop(new PropertySpecificKeyframeGroup)).storedValue->value.get();
131 group->appendKeyframe(keyframe->createPropertySpecificKeyframe(property));
H A DKeyframeEffectModel.h109 // Lazily computes the groups of property-specific keyframes.
115 // to get the 'property-specific keyframes'. For efficiency, we cache the
116 // property-specific lists.
123 bool affects(CSSPropertyID property) argument
126 return m_keyframeGroups->contains(property);
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueKeyframe.cpp34 PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::createPropertySpecificKeyframe(CSSPropertyID property) const
36 return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), &easing(), propertyValue(property), composite()));
65 PassRefPtrWillBeRawPtr<Interpolation> AnimatableValueKeyframe::PropertySpecificKeyframe::createInterpolation(CSSPropertyID property, Keyframe::PropertySpecificKeyframe* end, Element*) const argument
68 return LegacyStyleInterpolation::create(value(), to->value(), property);
/external/chromium_org/third_party/skia/bench/
H A DResultsWriter.h34 virtual void property(const char name[], const char value[]) {} function in class:ResultsWriter
92 virtual void property(const char name[], const char value[]) { function in class:NanoJSONResultsWriter
/external/chromium_org/ui/aura/
H A Dwindow_property.h22 // // Use this to define an exported property that is premitive,
26 // // Use this to define an exported property whose value is a heap
30 // // Use this to define a non exported property that is primitive,
32 // // only in a specific file. This will define the property in an unnamed
43 // If a property type is not exported, use DECLARE_WINDOW_PROPERTY_TYPE(MyType)
82 void Window::SetProperty(const WindowProperty<T>* property, T value) { argument
84 property,
85 property->name,
86 value == property->default_value ? NULL : property
102 ClearProperty(const WindowProperty<T>* property) argument
[all...]
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp135 CXString clang_constructUSR_ObjCProperty(const char *property, argument
140 generateUSRForObjCProperty(property, OS);
/external/gtest/test/
H A Dgtest_stress_test.cc80 const std::vector<TestProperty>::const_iterator property = local
82 ASSERT_TRUE(property != properties.end())
84 EXPECT_STREQ(IdToString(id).c_str(), property->value());
105 // The shared_key forces property updates.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractTextPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
34 import org.eclipse.wb.internal.core.model.property.Property;
35 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
41 * @coverage core.model.property.editor
158 public boolean activate(final PropertyTable propertyTable, final Property property, Point location) argument
170 // Add support for field completion, if the property provides an IContentProposalProvider
172 IContentProposalProvider completion = property.getAdapter(IContentProposalProvider.class);
179 ILabelProvider labelProvider = property.getAdapter(ILabelProvider.class);
192 handleKeyPressed(propertyTable, property, e);
208 toWidget(property);
219 deactivate(PropertyTable propertyTable, Property property, boolean save) argument
236 keyDown(PropertyTable propertyTable, Property property, KeyEvent event) argument
267 handleKeyPressed(PropertyTable propertyTable, Property property, KeyEvent e) argument
302 toWidget(Property property) argument
319 toProperty(Property property) argument
359 getEditorText(Property property) argument
366 setEditorText(Property property, String text) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api_helpers.h22 const PropertyWithEnumT& property,
25 if (!property.parent_id)
30 if (property.parent_id->as_integer)
31 parent_id->uid = *property.parent_id->as_integer;
32 else if (property.parent_id->as_string)
33 parent_id->string_uid = *property.parent_id->as_string;
58 MenuItem::ContextList GetContexts(const PropertyWithEnumT& property) { argument
60 for (size_t i = 0; i < property.contexts->size(); ++i) {
61 switch (property.contexts->at(i)) {
109 MenuItem::Type GetType(const PropertyWithEnumT& property, argument
21 GetParentId( const PropertyWithEnumT& property, bool is_off_the_record, const MenuItem::ExtensionKey& key) argument
[all...]
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.h246 int32 property; member in struct:BrowserThemePack::DisplayPropertyPair
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist.cc80 DWORD SetDWValue(HKEY* key, const wchar_t* property, DWORD value) { argument
82 property,
/external/chromium_org/content/renderer/java/
H A Dgin_java_bridge_object.cc85 const std::string& property) {
87 known_methods_.find(property);
92 known_methods_[property] = dispatcher_->HasJavaMethod(object_id_, property);
94 if (known_methods_[property]) {
99 property))->GetFunction();
83 GetNamedProperty( v8::Isolate* isolate, const std::string& property) argument
/external/chromium_org/dbus/
H A Dproperty.cc5 #include "dbus/property.h"
45 PropertyBase* property) {
46 property->Init(this, name);
47 properties_map_[name] = property;
95 void PropertySet::Get(PropertyBase* property, GetCallback callback) { argument
99 writer.AppendString(property->name());
106 property,
110 void PropertySet::OnGet(PropertyBase* property, GetCallback callback, argument
113 LOG(WARNING) << property->name() << ": Get: failed.";
118 if (property
44 RegisterProperty(const std::string& name, PropertyBase* property) argument
150 Set(PropertyBase* property, SetCallback callback) argument
166 OnSet(PropertyBase* property, SetCallback callback, Response* response) argument
[all...]
/external/chromium_org/gin/
H A Dobject_template_builder.cc50 void NamedPropertyGetter(v8::Local<v8::String> property, argument
58 ConvertFromV8(isolate, property, &name);
62 void NamedPropertySetter(v8::Local<v8::String> property, argument
71 ConvertFromV8(isolate, property, &name);
76 void NamedPropertyQuery(v8::Local<v8::String> property, argument
84 ConvertFromV8(isolate, property, &name);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionMessages.cpp54 String ExceptionMessages::failedToGet(const char* property, const char* type, const String& detail) argument
56 return "Failed to read the '" + String(property) + "' property from '" + String(type) + "': " + detail;
59 String ExceptionMessages::failedToSet(const char* property, const char* type, const String& detail) argument
61 return "Failed to set the '" + String(property) + "' property on '" + String(type) + "': " + detail;
64 String ExceptionMessages::failedToDelete(const char* property, const char* type, const String& detail) argument
66 return "Failed to delete the '" + String(property) + "' property from '" + String(type) + "': " + detail;
71 return "Failed to read an indexed property fro
89 incorrectPropertyType(const String& property, const String& detail) argument
[all...]
H A DScriptEventListener.cpp98 v8::Handle<v8::Value> property = listenerObject->Get(v8AtomicString(isolate, "handleEvent")); local
99 if (property.IsEmpty() || !property->IsFunction()) {
100 // Fall back to the "constructor" property.
101 property = listenerObject->Get(v8AtomicString(isolate, "constructor"));
103 if (!property.IsEmpty() && property->IsFunction())
104 function = v8::Handle<v8::Function>::Cast(property);

Completed in 2730 milliseconds

1234567891011>>