Home
last modified time | relevance | path

Searched refs:createStatic (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DMakeQualifiedNames.cpp.tmpl61 …StringImpl* {{tag_list[0]|symbol}}Impl = StringImpl::createStatic("{{name}}", {{name|length}}, {{n…
66 …QualifiedName::createStatic((void*)&{{tag|symbol}}Tag, {{tag|symbol}}Impl, {{namespace_prefix}}NS);
72 …QualifiedName::createStatic((void*)&{{attr|symbol}}Attr, {{attr|symbol}}Impl, {{namespace_prefix}}…
74 QualifiedName::createStatic((void*)&{{attr|symbol}}Attr, {{attr|symbol}}Impl);
DMakeNames.cpp.tmpl25 …StringImpl* {{entry|symbol}}Impl = StringImpl::createStatic("{{entry|cpp_name}}", {{entry|cpp_name…
/external/chromium_org/third_party/WebKit/Source/core/dom/
DQualifiedName.cpp142 void QualifiedName::createStatic(void* targetAddress, StringImpl* name, const AtomicString& nameNam… in createStatic() function in blink::QualifiedName
147 void QualifiedName::createStatic(void* targetAddress, StringImpl* name) in createStatic() function in blink::QualifiedName
DQualifiedName.h131 static void createStatic(void* targetAddress, StringImpl* name);
132 …static void createStatic(void* targetAddress, StringImpl* name, const AtomicString& nameNamespace);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
DMethodDelegate.java119 public static MethodDelegate createStatic(Class targetClass, String methodName, Class iface) { in createStatic() method in MethodDelegate
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImpl.h197 static StringImpl* createStatic(const char* string, unsigned length, unsigned hash);
DStringImpl.cpp364 StringImpl* StringImpl::createStatic(const char* string, unsigned length, unsigned hash) in createStatic() function in WTF::StringImpl