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

  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.h 15 namespace web_app { namespace
28 } // namespace web_app
web_app_ui.cc 13 #include "chrome/browser/web_applications/web_app.h"
75 web_app::IconInfoList unprocessed_icons_;
95 web_app::GetShortcutInfoForTab(tab_contents_, &shortcut_info_);
96 web_app::GetIconsInfo(tab_contents_->extension_tab_helper()->web_app_info(),
98 file_name_ = web_app::internals::GetSanitizedFileName(shortcut_info_.title);
221 FilePath web_app_path = web_app::internals::GetWebAppDataDirectory(
222 web_app::GetDataDir(profile_path_), shortcut_info_);
234 web_app::internals::CheckAndSaveIcon(icon_file, shortcut_info_.favicon);
241 UTF8ToWide(web_app::GenerateApplicationNameFromURL(shortcut_info_.url)),
290 namespace web_app { namespace
    [all...]
  /external/chromium/chrome/browser/web_applications/
web_app.h 19 namespace web_app { namespace
80 } // namespace web_app
web_app.cc 5 #include "chrome/browser/web_applications/web_app.h"
69 web_app::GenerateApplicationNameFromExtensionId(info.extension_id);
156 web_app::CreateShortcutCallback* callback);
161 CreateShortcutCallbackTask(web_app::CreateShortcutCallback* callback,
173 web_app::CreateShortcutCallback* callback_;
193 web_app::CreateShortcutCallback* callback_;
202 web_app::CreateShortcutCallback* callback)
203 : web_app_path_(web_app::internals::GetWebAppDataDirectory(
204 web_app::GetDataDir(profile_path),
310 web_app::internals::GetSanitizedFileName(shortcut_info_.title)
397 namespace web_app { namespace
    [all...]
  /external/chromium/chrome/browser/extensions/
convert_web_app_unittest.cc 93 WebApplicationInfo web_app; local
94 web_app.manifest_url = GURL("http://aaronboodman.com/gearpad/manifest.json");
95 web_app.title = ASCIIToUTF16("Gearpad");
96 web_app.description = ASCIIToUTF16("The best text editor in the universe!");
97 web_app.app_url = GURL("http://aaronboodman.com/gearpad/");
98 web_app.permissions.push_back("geolocation");
99 web_app.permissions.push_back("notifications");
100 web_app.urls.push_back(GURL("http://aaronboodman.com/gearpad/"));
104 GURL icon_url(web_app.app_url.Resolve(StringPrintf("%i.png", sizes[i])));
105 web_app.icons.push_back(GetIconInfo(icon_url, sizes[i]))
146 WebApplicationInfo web_app; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 6367 milliseconds