Home
last modified time | relevance | path

Searched defs:ProfileInfo (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_manager.h120 struct ProfileInfo { struct
121 ProfileInfo(Profile* profile, bool created) in ProfileInfo() function
125 ~ProfileInfo() {} in ~ProfileInfo() argument
135 DISALLOW_COPY_AND_ASSIGN(ProfileInfo); argument
/external/chromium_org/chrome/browser/profiles/
Dprofile_manager.h266 struct ProfileInfo { struct
281 DISALLOW_COPY_AND_ASSIGN(ProfileInfo); argument
Dprofile_manager.cc1282 ProfileManager::ProfileInfo::ProfileInfo( in ProfileInfo() function in ProfileManager::ProfileInfo
/external/llvm/lib/Transforms/Scalar/
DBasicBlockPlacement.cpp81 INITIALIZE_AG_DEPENDENCY(ProfileInfo) in INITIALIZE_AG_DEPENDENCY() argument
/external/llvm/include/llvm/Analysis/
DProfileInfo.h237 typedef ProfileInfoT<Function, BasicBlock> ProfileInfo; typedef