HomeSort by relevance Sort by last modified time
    Searched defs:CreateEmpty (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/gin/
dictionary.cc 22 Dictionary Dictionary::CreateEmpty(v8::Isolate* isolate) {
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 167 Source *Source::CreateEmpty(BCCContext &pContext, const std::string &pName) {
  /external/chromium_org/chrome/browser/extensions/
extension_action.h 203 static T CreateEmpty() {
230 return ValueTraits<T>::CreateEmpty();
274 static int CreateEmpty() {
  /external/chromium_org/remoting/protocol/
session_config.cc 159 scoped_ptr<CandidateSessionConfig> CandidateSessionConfig::CreateEmpty() {
166 scoped_ptr<CandidateSessionConfig> result = CreateEmpty();
176 scoped_ptr<CandidateSessionConfig> result = CreateEmpty();
  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 87 SkFontStyleSet* SkFontStyleSet::CreateEmpty() {
106 return SkFontStyleSet::CreateEmpty();
139 fsset = SkFontStyleSet::CreateEmpty();
SkPathRef.cpp 38 SkPathRef* SkPathRef::CreateEmpty() {
  /external/skia/src/core/
SkFontHost.cpp 87 SkFontStyleSet* SkFontStyleSet::CreateEmpty() {
106 return SkFontStyleSet::CreateEmpty();
139 fsset = SkFontStyleSet::CreateEmpty();
SkPathRef.cpp 38 SkPathRef* SkPathRef::CreateEmpty() {
  /external/chromium_org/dbus/
message.cc 418 scoped_ptr<Response> Response::CreateEmpty() {
  /external/clang/lib/AST/
ExprCXX.cpp 312 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C,
470 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C,
606 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C,
631 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C,
689 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) {
704 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) {
723 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) {
    [all...]
Stmt.cpp 294 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C,
745 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context,
    [all...]
Expr.cpp 423 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context,
819 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &C,
    [all...]

Completed in 3071 milliseconds