Searched refs:createStatic (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | MakeQualifiedNames.cpp.tmpl | 61 …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);
|
D | MakeNames.cpp.tmpl | 25 …StringImpl* {{entry|symbol}}Impl = StringImpl::createStatic("{{entry|cpp_name}}", {{entry|cpp_name…
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | QualifiedName.cpp | 142 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
|
D | QualifiedName.h | 131 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/ |
D | MethodDelegate.java | 119 public static MethodDelegate createStatic(Class targetClass, String methodName, Class iface) { in createStatic() method in MethodDelegate
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | StringImpl.h | 197 static StringImpl* createStatic(const char* string, unsigned length, unsigned hash);
|
D | StringImpl.cpp | 364 StringImpl* StringImpl::createStatic(const char* string, unsigned length, unsigned hash) in createStatic() function in WTF::StringImpl
|