HomeSort by relevance Sort by last modified time
    Searched full:web_apps (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/webdata/
web_apps_table.cc 37 if (!db_->DoesTableExist("web_apps")) {
38 if (!db_->Execute("CREATE TABLE web_apps ("
44 if (!db_->Execute("CREATE INDEX web_apps_url_index ON web_apps (url)")) {
100 "INSERT OR REPLACE INTO web_apps (url, has_all_images) VALUES (?, ?)"));
112 "SELECT has_all_images FROM web_apps WHERE url=?"));
133 "DELETE FROM web_apps WHERE url = ?"));
web_apps_table.h 21 // web_apps
web_database_migration_unittest.cc 309 EXPECT_TRUE(connection.DoesTableExist("web_apps"));
    [all...]
  /external/chromium/chrome/common/
web_apps_unittest.cc 5 #include "chrome/common/web_apps.h"
55 if (!web_apps::ParseWebAppFromDefinitionFile(defintion.get(), web_app.get(),
74 if (web_apps::ParseWebAppFromDefinitionFile(definition.get(), &web_app,
175 bool result = web_apps::ParseIconSizes(ASCIIToUTF16(data[i].input), &sizes,
web_apps.h 72 namespace web_apps { namespace
107 } // namespace web_apps
web_apps.cc 5 #include "chrome/common/web_apps.h"
75 if (!web_apps::ParseIconSizes(link.getAttribute("sizes"), &icon_sizes,
110 namespace web_apps { namespace
328 } // namespace web_apps
  /external/chromium/chrome/browser/web_applications/
web_app.h 15 #include "chrome/common/web_apps.h"
  /external/chromium/chrome/browser/extensions/
convert_web_app.cc 26 #include "chrome/common/web_apps.h"
convert_web_app_unittest.cc 23 #include "chrome/common/web_apps.h"
extension_tab_helper.h 11 #include "chrome/common/web_apps.h"
crx_installer.h 17 #include "chrome/common/web_apps.h"
  /external/chromium/chrome/common/extensions/
extension_messages.h 13 #include "chrome/common/web_apps.h"
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 70 #include "chrome/common/web_apps.h"
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 106 #include "chrome/common/web_apps.h"
    [all...]

Completed in 656 milliseconds