Searched defs:properties (Results 76 - 100 of 412) sorted by relevance

1234567891011>>

/external/skia/gm/
H A Ddeviceproperties.cpp43 SkDeviceProperties properties = SkDeviceProperties::Make( local
47 SkBitmapDevice device(bitmap, properties);
/external/skia/src/gpu/
H A DGrTextContext.cpp15 GrTextContext::GrTextContext(GrContext* context, const SkDeviceProperties& properties) : argument
16 fContext(context), fDeviceProperties(properties), fDrawTarget(NULL) {
/external/chromium_org/base/win/
H A Devent_trace_controller.cc106 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) { argument
108 if (properties == NULL)
109 properties = &ignore;
111 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) { argument
123 if (properties == NULL)
124 properties = &ignore;
126 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
135 EtwTraceProperties* properties, TRACEHANDLE* session_handle) {
136 DCHECK(properties !
134 Start(const wchar_t* session_name, EtwTraceProperties* properties, TRACEHANDLE* session_handle) argument
141 Query(const wchar_t* session_name, EtwTraceProperties* properties) argument
148 Update(const wchar_t* session_name, EtwTraceProperties* properties) argument
156 Stop(const wchar_t* session_name, EtwTraceProperties* properties) argument
164 Flush(const wchar_t* session_name, EtwTraceProperties* properties) argument
[all...]
H A Dshortcut.cc46 const ShortcutProperties& properties,
52 !(properties.options & ShortcutProperties::PROPERTIES_TARGET)) {
92 if ((properties.options & ShortcutProperties::PROPERTIES_TARGET) &&
93 FAILED(i_shell_link->SetPath(properties.target.value().c_str()))) {
97 if ((properties.options & ShortcutProperties::PROPERTIES_WORKING_DIR) &&
99 properties.working_dir.value().c_str()))) {
103 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) {
104 if (FAILED(i_shell_link->SetArguments(properties.arguments.c_str())))
114 if ((properties.options & ShortcutProperties::PROPERTIES_DESCRIPTION) &&
115 FAILED(i_shell_link->SetDescription(properties
45 CreateOrUpdateShortcutLink(const FilePath& shortcut_path, const ShortcutProperties& properties, ShortcutOperation operation) argument
176 ResolveShortcutProperties(const FilePath& shortcut_path, uint32 options, ShortcutProperties* properties) argument
297 ShortcutProperties properties; local
[all...]
/external/chromium_org/chrome/browser/
H A Dshell_integration_win_unittest.cc30 base::win::ShortcutProperties properties; member in struct:__anon4675::ShortcutTestObject
94 shortcut_test_object.properties = *shortcut_properties;
103 // A temporary object to pass properties to
256 shortcuts_[1].properties.set_app_id(chrome_app_id_);
257 shortcuts_[3].properties.set_app_id(chrome_app_id_);
258 shortcuts_[4].properties.set_app_id(chrome_app_id_);
259 shortcuts_[5].properties.set_app_id(chrome_app_id_);
260 shortcuts_[6].properties.set_app_id(non_default_profile_chrome_app_id_);
261 shortcuts_[7].properties.set_app_id(non_default_user_data_dir_chrome_app_id_);
262 shortcuts_[8].properties
[all...]
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_adapter_client.cc86 Properties* properties = new Properties( variable
92 return static_cast<dbus::PropertySet*>(properties);
H A Dbluetooth_device_client.cc86 Properties* properties = new Properties( variable
92 return static_cast<dbus::PropertySet*>(properties);
103 Properties* properties = GetProperties(*iter); variable
104 if (properties->adapter.value() == adapter_path)
H A Dbluetooth_gatt_characteristic_client.cc199 Properties* properties = new Properties( variable
205 return static_cast<dbus::PropertySet*>(properties);
H A Dbluetooth_gatt_descriptor_client.cc142 Properties* properties = new Properties( variable
148 return static_cast<dbus::PropertySet*>(properties);
H A Dnfc_record_client.cc137 // Ignore changes to properties other than "Records".
179 // Ignore changes to properties other than "Records".
194 // path. Sync the properties of all records here, in case Update objects
196 VLOG(1) << "Fetch properties for all records.";
203 Properties* properties = new Properties( variable
208 properties->SetAllPropertiesReceivedCallback(
212 return properties;
237 // Called by NfcPropertySet when all properties have been processed as a
240 VLOG(1) << "All record properties received; Path: " << object_path.value();
252 // Mapping from object paths to object proxies and properties structure
[all...]
H A Dnfc_tag_client.cc168 // Ignore changes to properties other than "Tags".
185 Properties* properties = new Properties( variable
190 properties->SetAllPropertiesReceivedCallback(
194 return properties;
218 // Called by NfcPropertySet when all properties have been processed as a
221 VLOG(1) << "All tag properties received; Path: " << object_path.value();
233 // Mapping from object paths to object proxies and properties structures that
/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_unittest.cc87 const base::DictionaryValue& properties) {
89 properties_.reset(properties.DeepCopy());
86 PropertiesSuccessCallback(const std::string& device_path, const base::DictionaryValue& properties) argument
/external/chromium_org/components/json_schema/
H A Djson_schema_validator_unittest_base.cc209 schema->SetString("properties.foo.type", schema::kString);
210 schema->SetString("properties.bar.type", schema::kInteger);
252 // Test "patternProperties" and "properties" schemas are both checked if
269 // Test additional properties.
292 base::DictionaryValue* properties = NULL; local
294 ASSERT_TRUE(schema->GetDictionary(schema::kProperties, &properties));
295 ASSERT_TRUE(properties->GetDictionary("bar", &bar_property));
316 ASSERT_TRUE(schema->GetDictionary(schema::kPatternProperties, &properties));
317 ASSERT_TRUE(properties->HasKey("^.$"));
333 schema->SetString("properties
[all...]
/external/chromium_org/components/wifi/
H A Dfake_wifi_service.cc69 base::DictionaryValue* properties,
76 properties->Swap(network_properties->ToValue(false).get());
88 base::DictionaryValue* properties,
95 properties->Swap(network_properties->ToValue(true).get());
100 scoped_ptr<base::DictionaryValue> properties,
104 !network_properties->UpdateFromValue(*properties)) {
111 scoped_ptr<base::DictionaryValue> properties,
115 if (network_properties.UpdateFromValue(*properties)) {
68 GetProperties(const std::string& network_guid, base::DictionaryValue* properties, std::string* error) argument
87 GetState(const std::string& network_guid, base::DictionaryValue* properties, std::string* error) argument
98 SetProperties( const std::string& network_guid, scoped_ptr<base::DictionaryValue> properties, std::string* error) argument
109 CreateNetwork( bool shared, scoped_ptr<base::DictionaryValue> properties, std::string* network_guid, std::string* error) argument
H A Dwifi_test.cc59 base::DictionaryValue properties; local
61 wifi_service_->GetProperties(network_guid_list[0], &properties, &error);
62 VLOG(0) << error << ":\n" << properties; local
146 base::DictionaryValue properties; local
148 wifi_service_->GetProperties(network_guid, &properties, &error);
149 VLOG(0) << error << ":\n" << properties; local
154 // Optional properties (frequency, password) to use for connect or create.
155 scoped_ptr<base::DictionaryValue> properties(new base::DictionaryValue());
160 properties->SetInteger("WiFi.Frequency", value);
166 properties
[all...]
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_iosurface_mac.cc61 base::ScopedCFTypeRef<CFMutableDictionaryRef> properties; local
62 properties.reset(CFDictionaryCreateMutable(kCFAllocatorDefault,
66 AddIntegerValue(properties,
69 AddIntegerValue(properties,
72 AddIntegerValue(properties,
74 AddBooleanValue(properties,
79 io_surface_.reset(IOSurfaceCreate(properties));
/external/chromium_org/media/audio/win/
H A Ddevice_enumeration_win.cc76 ScopedComPtr<IPropertyStore> properties; local
77 hr = audio_device->OpenPropertyStore(STGM_READ, properties.Receive());
80 hr = properties->GetValue(PKEY_Device_FriendlyName,
/external/chromium_org/ppapi/cpp/dev/
H A Dscriptable_object_deprecated.cc65 PP_Var** properties,
76 *properties = static_cast<PP_Var*>(
80 (*properties)[i] = props[i].Detach();
156 void ScriptableObject::GetAllPropertyNames(std::vector<Var>* /*properties*/,
63 GetAllPropertyNames(void* object, uint32_t* property_count, PP_Var** properties, PP_Var* exception) argument
/external/chromium_org/ppapi/cpp/private/
H A Dvar_private.cc73 void VarPrivate::GetAllPropertyNames(std::vector<Var>* properties, argument
83 properties->resize(prop_count);
86 (*properties)[i] = temp;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp130 // When getting properties on CSSStyleDeclarations, the name used from
172 v8::Handle<v8::Array> properties = v8::Array::New(info.GetIsolate(), propertyNamesLength); local
176 properties->Set(v8::Integer::New(info.GetIsolate(), i), v8String(info.GetIsolate(), key));
179 v8SetReturnValue(info, properties);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DKeyframeEffectModel.cpp42 PropertySet KeyframeEffectModelBase::properties() const function in class:blink::KeyframeEffectModelBase
48 result = m_keyframes[0]->properties();
50 PropertySet extras = m_keyframes[i]->properties();
120 PropertySet keyframeProperties = keyframe->properties();
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.cpp108 const StylePropertySet& properties = styleKeyframe->properties(); local
109 for (unsigned j = 0; j < properties.propertyCount(); j++) {
110 specifiedPropertiesForUseCounter.add(properties.propertyAt(j).id());
111 CSSPropertyID property = propertyForAnimation(properties.propertyAt(j).id());
113 CSSValue* value = properties.propertyAt(j).value();
174 const PropertySet& keyframeProperties = keyframes[i]->properties();
178 const PropertySet& startKeyframeProperties = startKeyframe->properties();
179 const PropertySet& endKeyframeProperties = endKeyframe->properties();
196 ASSERT(startKeyframe->properties()
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSProperty.cpp64 return shorthand.properties()[logicalSide];
71 return shorthand.properties()[LeftSide];
73 return shorthand.properties()[RightSide];
75 return shorthand.properties()[BottomSide];
77 return shorthand.properties()[TopSide];
85 return shorthand.properties()[TopSide];
87 return shorthand.properties()[BottomSide];
89 return shorthand.properties()[LeftSide];
91 return shorthand.properties()[RightSide];
98 return shorthand.properties()[TopSid
165 resolveToPhysicalProperty(WritingMode writingMode, LogicalExtent logicalSide, const CSSPropertyID* properties) argument
174 static const CSSPropertyID properties[4] = { CSSPropertyBorderTop, CSSPropertyBorderRight, CSSPropertyBorderBottom, CSSPropertyBorderLeft }; local
231 const CSSPropertyID properties[2] = { CSSPropertyWidth, CSSPropertyHeight }; local
235 const CSSPropertyID properties[2] = { CSSPropertyWidth, CSSPropertyHeight }; local
239 const CSSPropertyID properties[2] = { CSSPropertyMinWidth, CSSPropertyMinHeight }; local
243 const CSSPropertyID properties[2] = { CSSPropertyMinWidth, CSSPropertyMinHeight }; local
247 const CSSPropertyID properties[2] = { CSSPropertyMaxWidth, CSSPropertyMaxHeight }; local
251 const CSSPropertyID properties[2] = { CSSPropertyMaxWidth, CSSPropertyMaxHeight }; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorState.cpp38 InspectorState::InspectorState(InspectorStateUpdateListener* listener, PassRefPtr<JSONObject> properties) argument
40 , m_properties(properties)
50 void InspectorState::setFromCookie(PassRefPtr<JSONObject> properties) argument
52 m_properties = properties;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h88 } properties[TGSI_PROPERTY_COUNT]; member in struct:tgsi_shader_info

Completed in 1164 milliseconds

1234567891011>>