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

  /external/chromium/chrome/browser/web_applications/
web_app.h 68 namespace internals { namespace in namespace:web_app
78 } // namespace internals
web_app.cc 203 : web_app_path_(web_app::internals::GetWebAppDataDirectory(
310 web_app::internals::GetSanitizedFileName(shortcut_info_.title);
315 if (!web_app::internals::CheckAndSaveIcon(icon_file,
407 namespace internals { namespace in namespace:web_app
451 } // namespace internals
  /external/llvm/lib/Object/
Archive.cpp 25 static const char *const internals[] = { local
32 for (std::size_t i = 0; i < sizeof(internals) / sizeof(*internals); ++i) {
33 if (name == internals[i])
176 // Skip internals at the beginning of an archive.

Completed in 111 milliseconds