Searched refs:properties (Results 426 - 450 of 796) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/chromeos/options/
H A Dwifi_config_view.h102 // Callback to initialize fields from uncached network properties.
122 // Fill in |properties| with the appropriate values.
123 void SetEapProperties(base::DictionaryValue* properties);
/external/chromium_org/chrome/installer/util/
H A Dchrome_frame_operations.cc147 ShellUtil::ShortcutProperties* properties) const {
/external/chromium_org/chromeos/dbus/
H A Dshill_service_client.h74 // Returns properties for |service_path| or NULL if no Service matches.
117 const base::DictionaryValue& properties,
H A Dshill_service_client_stub.h47 const base::DictionaryValue& properties,
/external/chromium_org/chromeos/network/
H A Dnetwork_connection_handler.h157 // Callback from Shill.Service.GetProperties. Parses |properties| to verify
164 const base::DictionaryValue& properties);
/external/chromium_org/ppapi/cpp/private/
H A Dvar_private.h46 void GetAllPropertyNames(std::vector<Var>* properties,
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8NPObject.cpp371 v8::Handle<v8::Array> properties = v8::Array::New(count); local
375 properties->Set(v8::Integer::New(i, info.GetIsolate()), v8::String::NewSymbol(identifier->string()));
377 properties->Set(v8::Integer::New(i, info.GetIsolate()), v8::Integer::New(identifier->number(), info.GetIsolate()));
380 v8SetReturnValue(info, properties);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDebuggerModel.js532 function propertiesCollected(properties)
534 for (var i = 0; properties && i < properties.length; ++i)
535 result[properties[i].name] = true;
/external/clang/include/clang/AST/
H A DMakefile55 $(Echo) "Building Clang comment HTML tag properties with tblgen"
56 $(Verb) $(ClangTableGen) -gen-clang-comment-html-tags-properties -o $(call SYSPATH, $@) $<
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jar ... _r1/s?defs= " () protected java.util.Properties getBuildProperties () java.util.Properties overrideProperties java.io ...
/external/harfbuzz/src/
H A Dharfbuzz-shaper-private.h134 HB_Bool HB_OpenTypeShape(HB_ShaperItem *item, const hb_uint32 *properties);
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper-private.h122 HB_Bool HB_OpenTypeShape(HB_ShaperItem *item, const hb_uint32 *properties);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DObjectHelper.java276 //reading custom properties
277 Properties properties = this.loadProperties(objectStructure, blenderContext);
278 if(result instanceof Spatial && properties != null && properties.getValue() != null) {
279 ((Spatial)result).setUserData("properties", properties);
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dactionscript3.php25 * 7 : valid flash method names and properties (there is no type checks sadly, for example String().x will be highlighted as 'x' is valid, but obviously strings don't have a x property)
456 // commented out because it's not very relevant for AS, as all properties, methods and constants are dot-accessed.
/external/lzma/CPP/7zip/Common/
H A DFilterCoder.h104 const PROPVARIANT *properties, UInt32 numProperties);
/external/openfst/src/include/fst/
H A Dconst-fst.h32 #include <fst/test-properties.h>
374 uint64 properties = fst.Properties(kCopyProperties, true) | local
376 FstImpl<A>::WriteFstHeader(fst, strm, opts, file_version, type, properties,
413 properties, &hdr, start_offset);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs76 #region Access properties
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java2029 // We are interested in these properties, but they don't have a simple
2046 * @param properties DOMConfiguraiton properties that were set and which are
2049 protected void initProperties(Properties properties) { argument
2051 for (Enumeration keys = properties.keys(); keys.hasMoreElements();) {
2063 // A quick lookup for the given set of properties (cdata-sections ...)
2080 if ((properties.getProperty(key).endsWith("yes"))) {
2092 // format-pretty-print; set internally on the serializers via xsl:output properties in LSSerializer
2093 if ((properties.getProperty(key).endsWith("yes"))) {
2102 // omit-xml-declaration; set internally on the serializers via xsl:output properties i
[all...]
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences.cc117 const base::DictionaryValue* properties = local_state->GetDictionary( local
119 for (DictionaryValue::Iterator it(*properties); !it.IsAtEnd(); it.Advance()) {
/external/chromium_org/chromeos/dbus/ibus/
H A Dibus_object.cc171 bool IBusObjectReader::PopIBusPropertyList(IBusPropertyList* properties) { argument
175 contents_reader_.get(), properties);
/external/chromium_org/dbus/
H A Dobject_manager.cc63 PropertySet* properties = piter->second; local
64 delete properties;
279 // Inform the interface before removing the properties structure or object
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.h247 // |properties| is an array with |count| elements.
248 void applyPropertiesToStyle(const CSSPropertyValue* properties, size_t count, RenderStyle*);
312 void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isImportant, bool inheritedOnly, PropertyWhitelistType = PropertyWhitelistNone);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMWindow.cpp444 Vector<DOMWindowProperty*> properties; local
445 copyToVector(m_properties, properties);
446 for (size_t i = 0; i < properties.size(); ++i)
447 properties[i]->willDestroyGlobalObjectInFrame();
454 Vector<DOMWindowProperty*> properties; local
455 copyToVector(m_properties, properties);
456 for (size_t i = 0; i < properties.size(); ++i)
457 properties[i]->willDetachGlobalObjectFromFrame();
/external/chromium_org/v8/src/
H A Dv8natives.js1054 // Find all the indexed properties.
1063 // Get names for indexed interceptor properties.
1072 // Find all the named properties.
1077 // Get names for named interceptor properties if any.
1098 // properties like toString if(propertySet["toString"]) will always
1114 function ObjectCreate(proto, properties) {
1119 if (!IS_UNDEFINED(properties)) ObjectDefineProperties(obj, properties);
1133 // non-own properties as it does (or non-enumerable ones, as it doesn't?).
1165 function GetOwnEnumerablePropertyNames(properties) {
[all...]
/external/emma/core/java12/com/vladium/emma/report/lcov/
H A DReportGenerator.java64 final IProperties properties)
67 initialize(mdata, cdata, cache, properties);
61 process(final IMetaData mdata, final ICoverageData cdata, final SourcePathCache cache, final IProperties properties) argument

Completed in 807 milliseconds

<<11121314151617181920>>