Home
last modified time | relevance | path

Searched refs:LoadFromCommandLine (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dunpacked_installer.h51 bool LoadFromCommandLine(const base::FilePath& extension_path,
Dunpacked_installer.cc132 bool UnpackedInstaller::LoadFromCommandLine(const base::FilePath& path_in, in LoadFromCommandLine() function in extensions::UnpackedInstaller
Dextension_system_impl.cc408 LoadFromCommandLine(base::FilePath(t.token()), &extension_id); in Init()
/external/chromium_org/apps/
Dapp_load_service.cc68 LoadFromCommandLine(base::FilePath(extension_path), &extension_id)) { in LoadAndLaunch()
/external/clang/include/clang/Frontend/
DASTUnit.h805 static ASTUnit *LoadFromCommandLine(
/external/clang/lib/Frontend/
DASTUnit.cpp1954 ASTUnit *ASTUnit::LoadFromCommandLine( in LoadFromCommandLine() function in ASTUnit
/external/clang/tools/libclang/
DCIndex.cpp2847 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCommandLine( in clang_parseTranslationUnit_Impl()