Searched defs:name (Results 226 - 250 of 7863) sorted by relevance

1234567891011>>

/external/chromium_org/sandbox/win/src/
H A Dsandbox_utils.cc14 void InitObjectAttribs(const base::string16& name, argument
26 RtlInitUnicodeString(uni_name, name.c_str());
/external/chromium_org/storage/browser/fileapi/
H A Dmount_points.h30 MountPointInfo(const std::string& name, const base::FilePath& path);
32 // The name to be used to register the path. The registered file can
33 // be referred by a virtual path /<filesystem_id>/<name>.
34 // The name should NOT contain a path separator '/'.
35 std::string name; member in struct:storage::MountPoints::MountPointInfo
42 return name < that.name;
80 // valid registered filesystem ID or mount name for an existing mount point.
/external/chromium_org/storage/common/fileapi/
H A Ddirectory_entry.h25 DirectoryEntry(const std::string& name,
30 base::FilePath::StringType name; member in struct:storage::DirectoryEntry
/external/chromium_org/sync/internal_api/test/
H A Dsync_manager_for_profile_sync_test.cc14 std::string name,
16 : SyncManagerImpl(name),
13 SyncManagerForProfileSyncTest( std::string name, base::Closure init_callback) argument
/external/chromium_org/sync/syncable/
H A Dsyncable_base_write_transaction.cc12 const char* name,
15 : BaseTransaction(location, name, writer, directory) {
10 BaseWriteTransaction( const tracked_objects::Location location, const char* name, WriterTag writer, Directory* directory) argument
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationTestHelper.cpp22 void setV8ObjectPropertyAsString(v8::Handle<v8::Object> object, String name, String value) argument
24 object->Set(stringToV8Value(name), stringToV8Value(value));
27 void setV8ObjectPropertyAsNumber(v8::Handle<v8::Object> object, String name, double value) argument
29 object->Set(stringToV8Value(name), doubleToV8Value(value));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFunctionValue.cpp34 CSSFunctionValue::CSSFunctionValue(String name, PassRefPtrWillBeRawPtr<CSSValueList> args) argument
36 , m_name(name)
H A DCSSFunctionValue.h37 static PassRefPtrWillBeRawPtr<CSSFunctionValue> create(String name, PassRefPtrWillBeRawPtr<CSSValueList> args) argument
39 return adoptRefWillBeNoop(new CSSFunctionValue(name, args));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNameNodeList.cpp34 NameNodeList::NameNodeList(ContainerNode& rootNode, const AtomicString& name) argument
36 , m_name(name)
H A DNameNodeList.h32 // NodeList which lists all Nodes in a Element with a given "name" attribute
35 static PassRefPtrWillBeRawPtr<NameNodeList> create(ContainerNode& rootNode, CollectionType type, const AtomicString& name) argument
38 return adoptRefWillBeNoop(new NameNodeList(rootNode, name));
44 NameNodeList(ContainerNode& rootNode, const AtomicString& name);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DDOMFormData.cpp14 * * Neither the name of Google Inc. nor the names of its
59 void DOMFormData::append(const String& name, const String& value) argument
61 if (!name.isEmpty())
62 appendData(name, value);
65 void DOMFormData::append(const String& name, Blob* blob, const String& filename) argument
67 if (!name.isEmpty())
68 appendBlob(name, blob, filename);
H A DDocumentNameCollection.h15 static PassRefPtrWillBeRawPtr<DocumentNameCollection> create(ContainerNode& document, CollectionType type, const AtomicString& name) argument
18 return adoptRefWillBeNoop(new DocumentNameCollection(document, name));
26 DocumentNameCollection(ContainerNode& document, const AtomicString& name);
H A DHTMLBRElement.cpp42 bool HTMLBRElement::isPresentationAttribute(const QualifiedName& name) const
44 if (name == clearAttr)
46 return HTMLElement::isPresentationAttribute(name);
49 void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
51 if (name == clearAttr) {
61 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLParamElement.cpp41 const AtomicString& HTMLParamElement::name() const function in class:blink::HTMLParamElement
53 bool HTMLParamElement::isURLParameter(const String& name) argument
55 return equalIgnoringCase(name, "data") || equalIgnoringCase(name, "movie") || equalIgnoringCase(name, "src");
60 if (attribute.name() == valueAttr && isURLParameter(name()))
H A DHTMLPreElement.cpp42 bool HTMLPreElement::isPresentationAttribute(const QualifiedName& name) const
44 if (name == wrapAttr)
46 return HTMLElement::isPresentationAttribute(name);
49 void HTMLPreElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
51 if (name == wrapAttr)
54 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DHTMLUListElement.cpp40 bool HTMLUListElement::isPresentationAttribute(const QualifiedName& name) const
42 if (name == typeAttr)
44 return HTMLElement::isPresentationAttribute(name);
47 void HTMLUListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
49 if (name == typeAttr)
52 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DEXTBlendMinMax.cpp21 WebGLExtensionName EXTBlendMinMax::name() const function in class:blink::EXTBlendMinMax
H A DEXTFragDepth.cpp42 WebGLExtensionName EXTFragDepth::name() const function in class:blink::EXTFragDepth
H A DEXTShaderTextureLOD.cpp21 WebGLExtensionName EXTShaderTextureLOD::name() const function in class:blink::EXTShaderTextureLOD
H A DEXTTextureFilterAnisotropic.cpp42 WebGLExtensionName EXTTextureFilterAnisotropic::name() const function in class:blink::EXTTextureFilterAnisotropic
H A DOESElementIndexUint.cpp42 WebGLExtensionName OESElementIndexUint::name() const function in class:blink::OESElementIndexUint
H A DOESStandardDerivatives.cpp42 WebGLExtensionName OESStandardDerivatives::name() const function in class:blink::OESStandardDerivatives
H A DOESTextureFloat.cpp46 WebGLExtensionName OESTextureFloat::name() const function in class:blink::OESTextureFloat
H A DOESTextureFloatLinear.cpp42 WebGLExtensionName OESTextureFloatLinear::name() const function in class:blink::OESTextureFloatLinear
H A DOESTextureHalfFloat.cpp42 WebGLExtensionName OESTextureHalfFloat::name() const function in class:blink::OESTextureHalfFloat

Completed in 4015 milliseconds

1234567891011>>