Searched defs:createString (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DV8HiddenPropertyName.cpp45 static v8::Persistent<v8::String>* string = createString("WebCore::HiddenProperty::" V8_AS_STRING(name)); \
61 v8::Persistent<v8::String>* V8HiddenPropertyName::createString(const char* key) function in class:WebCore::V8HiddenPropertyName
/external/webkit/Source/WebCore/storage/
H A DIDBKey.h54 static PassRefPtr<IDBKey> createString(const String& string) function in class:WebCore::IDBKey
/external/llvm/include/llvm/
H A DMDBuilder.h33 MDString *createString(StringRef Str) { function in class:llvm::MDBuilder
67 Vals[0] = createString("branch_weights");
120 return MDNode::get(Context, createString(Name));
129 Value *Ops[3] = { createString(Name), Parent, Flags };
132 Value *Ops[2] = { createString(Name), Parent };
/external/webkit/Source/WebKit/chromium/src/
H A DWebIDBKey.cpp51 WebIDBKey WebIDBKey::createString(const WebString& string) function in class:WebKit::WebIDBKey
103 m_private = IDBKey::createString(string);
/external/webkit/Source/JavaScriptCore/parser/
H A DSyntaxChecker.h138 ExpressionType createString(const Identifier*) { return StringExpr; } function in class:JSC::SyntaxChecker
H A DASTBuilder.h187 ExpressionNode* createString(const Identifier* string) function in class:JSC::ASTBuilder
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 279 milliseconds