HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 676 - 700 of 6891) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api_constants.h 14 // Process object properties.
43 // Cache object properties.
  /external/chromium_org/chrome/browser/guestview/webview/
webview_constants.h 30 // Parameters/properties on events.
54 // Internal parameters/properties on events.
  /external/chromium_org/chrome/browser/parsers/
metadata_parser_filebase.h 18 // properties associated with files.
41 explicit FileMetadataPropertyIterator(PropertyMap& properties);
  /external/chromium_org/chrome/common/extensions/api/
app.json 14 "properties": {},
20 "properties": {},
history.json 14 "properties": {
27 "properties": {
49 "properties": {
73 "properties": {
94 "properties": {
114 "properties": {
134 "properties": {
172 "properties": {
manifest_types.json 21 "properties": {
45 "properties": {
50 "properties": {
67 "properties": {
155 "properties": {
160 "properties": {
182 "properties": {
194 "properties": {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
schema.json 3 "properties": {
11 "properties": {
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
storage.html 65 <code>additionalProperties</code>. The <code>properties</code>
83 // "properties" maps an optional key of this object to its schema. At the
85 "properties": {
124 "properties": {
132 // An "object" can have known properties listed as "properties", and can
134 // keys that aren't found in "properties".
148 "properties": {
  /external/chromium_org/chrome/common/
web_app_schema.json 9 "properties": {
51 "properties": {
  /external/chromium_org/chrome/test/pyautolib/
omnibox_info.py 28 - a dictionary of properties related to the omnibox.
64 u'properties': { u'has_focus': True,
114 def Properties(self, key=None):
115 """Get the properties
121 a dictionary of properties if no key is given, OR
124 all = self.omniboxdict.get('properties')
136 return self.Properties('text')
140 return self.Properties('query_in_progress')
  /external/chromium_org/chromeos/dbus/
fake_shill_profile_client.cc 26 base::DictionaryValue properties; member in struct:chromeos::FakeShillProfileClient::ProfileProperties
67 scoped_ptr<base::DictionaryValue> properties(profile->properties.DeepCopy());
69 properties->SetWithoutPathExpansion(shill::kEntriesProperty, entry_paths);
77 base::Bind(&PassDictionary, callback, base::Owned(properties.release())));
133 profile->properties.SetStringWithoutPathExpansion(shill::kUserHashProperty,
142 const base::DictionaryValue& properties) {
147 properties.DeepCopy());
  /external/chromium_org/chromeos/network/
network_profile_handler.cc 38 LOG(ERROR) << "Error when requesting properties for profile "
71 const base::DictionaryValue& properties) {
73 LOG(ERROR) << "Error when requesting manager properties.";
78 properties.GetWithoutPathExpansion(shill::kProfilesProperty, &profiles);
80 LOG(ERROR) << "Manager properties returned from Shill don't contain "
125 VLOG(2) << "Requesting properties of profile path " << *it << ".";
142 const base::DictionaryValue& properties) {
144 properties.GetStringWithoutPathExpansion(shill::kUserHashProperty, &userhash);
  /external/chromium_org/components/wifi/
wifi_service_test.cc 34 const WiFiService::NetworkProperties& properties) {
35 LOG(INFO) << "OnNetworkProperties" << *properties.ToValue(false).release();
60 const WiFiService::NetworkProperties& properties) {
61 LOG(INFO) << "WaitForConnect" << *properties.ToValue(false).release();
62 if (properties.connection_state == onc::connection_state::kConnected)
67 const WiFiService::NetworkProperties& properties) {
68 LOG(INFO) << "WaitForDisconnect" << *properties.ToValue(false).release();
69 EXPECT_TRUE(properties.connection_state ==
  /external/chromium_org/remoting/protocol/
host_stub.h 33 // Configures video update properties. Currently only pausing & resuming the
37 // Configures audio properties. Currently only pausing & resuming the audio
  /external/chromium_org/sync/protocol/
password_specifics.proto 19 // These are the properties that get serialized into the |encrypted| field of
36 // Properties of password sync objects.
  /external/chromium_org/sync/syncable/
syncable_proto_util.h 28 // Helper function to determine if this SyncEntity's properties indicate that it
32 // Helper function to determine if this SyncEntity's properties indicate that it
  /external/chromium_org/third_party/WebKit/ManualTests/
DOMContextMenuEvent.html 13 "EVENT PROPERTIES<br>" +
19 "TEST PROPERTIES<br>" +
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegList.h 24 #include "core/svg/properties/SVGListProperty.h"
25 #include "core/svg/properties/SVGPropertyTraits.h"
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAttributeToPropertyMap.cpp 22 #include "core/svg/properties/SVGAttributeToPropertyMap.h"
23 #include "core/svg/properties/SVGAnimatedProperty.h"
40 // All of the properties in mapVector are guaranteed to have the same attribute name.
41 // Add them to our properties vector for that attribute name, reserving capacity up
64 void SVGAttributeToPropertyMap::animatedPropertiesForAttribute(SVGElement* ownerType, const QualifiedName& attributeName, Vector<RefPtr<SVGAnimatedProperty> >& properties)
71 properties.reserveCapacity(properties.size() + vector->size());
74 properties.append(animatedProperty(ownerType, attributeName, *vectorIt));
  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.cc 44 if (element->properties().find(animatable_property) ==
45 element->properties().end())
  /external/chromium_org/v8/test/webkit/fast/js/
caller-property-expected.txt 33 FAIL nonStrictCaller(strictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
35 FAIL strictCaller(strictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
37 FAIL nonStrictCaller(boundStrictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
39 FAIL strictCaller(boundStrictCallee) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
42 FAIL nonStrictGetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
43 FAIL nonStrictSetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
46 FAIL strictGetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
47 FAIL strictSetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them.
  /external/clang/lib/Basic/
CMakeLists.txt 44 PROPERTIES GENERATED TRUE
49 PROPERTIES COMPILE_DEFINITIONS "HAVE_SVN_VERSION_INC")
  /external/clang/test/SemaObjC/
arc-readonly-property-ivar-1.m 1 // RUN: %clang_cc1 -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11 -fobjc-runtime-has-weak -fobjc-arc -fsyntax-only -verify -Wno-objc-root-class %s
2 // RUN: %clang_cc1 -x objective-c++ -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11 -fobjc-runtime-has-weak -fobjc-arc -fsyntax-only -verify -Wno-objc-root-class %s
  /external/clang/tools/driver/
CMakeLists.txt 57 set_target_properties(clang PROPERTIES VERSION ${CLANG_EXECUTABLE_VERSION})
58 set_target_properties(clang PROPERTIES ENABLE_EXPORTS 1)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/11/data/-543407111/
artifacts.xml 4 <properties size='2'>
7 </properties>

Completed in 1642 milliseconds

<<21222324252627282930>>