Searched defs:Hold (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc348 void Hold(const SessionStorageNamespaceMap& sessions, int view_route_id) { function in class:content::__anon7365::SessionStorageHolder
2008 holder->Hold(sessions, view_route_id);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp276 bool Hold,
282 bool Hold,
791 /*Hold*/false, ReleasedAllocated);
837 /*Hold=*/true, ReleasedAllocatedMemory,
939 bool Hold,
945 return FreeMemAux(C, CE->getArg(Num), CE, state, Hold,
1069 bool Hold,
1155 ParentExpr, RsBase, SymBase, Hold);
1192 if (Hold)
935 FreeMemAux(CheckerContext &C, const CallExpr *CE, ProgramStateRef state, unsigned Num, bool Hold, bool &ReleasedAllocated, bool ReturnsNullOnFailure) const argument
1065 FreeMemAux(CheckerContext &C, const Expr *ArgExpr, const Expr *ParentExpr, ProgramStateRef State, bool Hold, bool &ReleasedAllocated, bool ReturnsNullOnFailure) const argument

Completed in 169 milliseconds