HomeSort by relevance Sort by last modified time
    Searched refs:apps (Results 101 - 125 of 300) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Tag/src/com/android/apps/tag/record/
MimeRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 50 // The list of all apps & extensions.
53 // A filtered list of apps we actually want to show.
60 var appsDiv = $("apps");
71 // Puts only enabled apps from completeList into appList.
77 // Skip extensions and disabled apps.
89 // list of apps shown, we set an explicit width on the outermost div.
103 // Shows the list of apps based on the search box contents.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 50 // The list of all apps & extensions.
53 // A filtered list of apps we actually want to show.
60 var appsDiv = $('apps');
71 // Puts only enabled apps from completeList into appList.
77 // Skip extensions and disabled apps.
89 // list of apps shown, we set an explicit width on the outermost div.
103 // Shows the list of apps based on the search box contents.
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 23 * Template to use for creating new 'apps-page' elements
41 * The 'apps-page-list' element.
44 var appsPageList = getRequiredElement('apps-page-list');
47 * A list of all 'apps-page' elements.
88 * Holds all event handlers tied to apps (and so subject to removal when the
98 // Request data on the apps so we can fill them in.
109 // simpler if we start with 0 pages and 0 apps and don't leave hidden
114 appsPages = appsPageList.getElementsByClassName('apps-page');
116 'Expected exactly one apps-page in the apps-page-list.')
    [all...]
newtab.css 33 #apps-frame {
46 #apps-page-list {
47 /* fill the apps-frame */
52 /* The apps-page is the slider card that is moved.
54 .apps-page {
60 * Note that instead of display:inline-block for the apps, I could use
143 height: 60px; /* must match #apps-frame bottom */
  /external/chromium_org/apps/
app_restore_service_browsertest.cc 5 #include "apps/app_restore_service.h"
6 #include "apps/app_restore_service_factory.h"
7 #include "apps/saved_files_service.h"
22 // TODO(benwells): Move PlatformAppBrowserTest to apps namespace in apps
26 namespace apps { namespace
52 apps::AppRestoreServiceFactory::GetForProfile(browser()->profile())->
143 apps::AppRestoreServiceFactory::GetForProfile(browser()->profile())->
149 } // namespace apps
app_restore_service.cc 5 #include "apps/app_restore_service.h"
7 #include "apps/app_lifetime_monitor_factory.h"
8 #include "apps/app_restore_service_factory.h"
9 #include "apps/launcher.h"
10 #include "apps/saved_files_service.h"
11 #include "apps/shell_window.h"
30 namespace apps { namespace
36 // Chromeos always restarts apps, even if it was a regular shutdown.
39 // Packaged apps are not supported in Metro mode, so don't try to start them.
62 // If we are not restoring apps (e.g., because it is a clean restart), an
    [all...]
app_launch_for_metro_restart_win.cc 5 #include "apps/app_launch_for_metro_restart_win.h"
7 #include "apps/launcher.h"
8 #include "apps/pref_names.h"
25 namespace apps { namespace
73 // in Desktop mode, so can not launch apps. Leave the preferences cleared so
93 } // namespace apps
app_lifetime_monitor.h 11 #include "apps/shell_window_registry.h"
23 namespace apps { namespace
25 // Observes startup of apps and their windows and notifies observers of these
44 // to do something before the apps shut down. This is a system-wide event
85 } // namespace apps
app_restore_service.h 11 #include "apps/app_lifetime_monitor.h"
12 #include "apps/shell_window_registry.h"
21 namespace apps { namespace
23 // Tracks what apps need to be restarted when the browser restarts.
27 // Returns true if apps should be restored on the current platform, given
33 // Restart apps that need to be restarted and clear the "running" preference
34 // from apps to prevent them being restarted in subsequent restarts.
70 } // namespace apps
app_window_contents.h 10 #include "apps/shell_window.h"
27 namespace apps { namespace
75 } // namespace apps
  /external/chromium_org/chrome/browser/
chrome_browser_field_trials_desktop.cc 9 #include "apps/field_trial_names.h"
10 #include "apps/pref_names.h"
39 if (base::FieldTrialList::FindFullName(apps::kLauncherPromoTrialName) ==
40 apps::kResetShowLauncherPromoPrefGroupName) {
41 local_state->SetBoolean(apps::prefs::kShowAppLauncherPromo, true);
  /external/chromium_org/chrome/browser/chromeos/login/
default_pinned_apps_field_trial.cc 38 // Alternate default pinned apps.
102 // Check if the current user has default pinned apps pulled from sync. If that
141 // Existing users already have their default pinned apps and have the trial
174 scoped_ptr<base::ListValue> apps(new base::ListValue);
176 apps->Append(ash::CreateAppDict(kAlternateDefaultPinnedApps[i]));
178 return apps.release();
  /external/chromium_org/chrome/browser/extensions/
extension_special_storage_policy_unittest.cc 356 scoped_refptr<Extension> apps[] = { local
368 ASSERT_EQ(arraysize(apps), arraysize(change_flags));
369 for (size_t i = 0; i < arraysize(apps); ++i) {
371 observer.ExpectGrant(apps[i]->id(), change_flags[i]);
372 policy_->GrantRightsForExtension(apps[i].get());
377 for (size_t i = 0; i < arraysize(apps); ++i) {
379 policy_->GrantRightsForExtension(apps[i].get());
384 for (size_t i = 0; i < arraysize(apps); ++i) {
386 observer.ExpectRevoke(apps[i]->id(), change_flags[i]);
387 policy_->RevokeRightsForExtension(apps[i].get())
    [all...]
platform_app_browsertest_util.cc 7 #include "apps/app_window_contents.h"
8 #include "apps/native_app_window.h"
9 #include "apps/shell_window_registry.h"
14 #include "chrome/browser/ui/apps/chrome_shell_window_delegate.h"
22 using apps::ShellWindow;
23 using apps::ShellWindowRegistry;
161 new apps::AppWindowContents(window),
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.css 27 #apps-dev-tool-banner {
48 #extension-settings.dev-mode.apps-dev-tools-mode #dev-controls {
52 #apps-dev-tool-banner {
59 #extension-settings.dev-mode.apps-dev-tools-mode #apps-dev-tool-banner {
63 .apps-dev-tool-banner-text {
  /external/chromium_org/chrome/browser/ui/apps/
chrome_shell_window_delegate.cc 5 #include "chrome/browser/ui/apps/chrome_shell_window_delegate.h"
77 apps::NativeAppWindow* ChromeShellWindowDelegate::CreateNativeAppWindow(
78 apps::ShellWindow* window,
79 const apps::ShellWindow::CreateParams& params) {
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 25 apps: [
66 // Shows the kiosk apps management overlay.
77 assertEquals(this.settings_.apps.length, appItems.length);
78 assertEquals(this.settings_.apps[0].name, appItems[0].name.textContent);
80 assertEquals(this.settings_.apps[1].id, appItems[1].name.textContent);
157 expectTrue($('kiosk-apps-error-banner').classList.contains('visible'));
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc 110 ScopedVector<DriveAppInfo>* apps) {
127 // Insert found web apps into |apps|, but skip duplicate results.
133 apps->push_back(it->second);
254 SelectorAppList* apps) {
269 if (apps->find(web_app) != apps->end())
272 apps->insert(std::make_pair(
drive_app_registry.h 33 // Drive apps available on the webstore.
71 ScopedVector<DriveAppInfo>* apps);
115 // Part of Update(). Runs upon the completion of fetching the web apps
132 // Finds matching |apps| from |map| based on provided file |selector|.
135 SelectorAppList* apps);
  /external/chromium_org/chrome/browser/resources/extensions/chromeos/
kiosk_apps.css 5 #kiosk-apps-page .checkbox {
66 #kiosk-apps-error-banner {
77 #kiosk-apps-error-banner.visible {
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.css 125 .apps-promo-text {
134 .apps-promo-learn-more {
153 .apps-promo-learn-more:hover {
  /external/chromium_org/chrome/browser/resources/apps_debugger/css/
items.css 141 #no-apps-message {
167 .packed-list:not(.empty-item-list) #no-packed-apps,
168 .unpacked-list:not(.empty-item-list) #no-unpacked-apps,
171 .loading #no-packed-apps,
172 .loading #no-unpacked-apps {
181 #no-apps {
191 .loading #no-apps,
192 #apps-tab:not(.empty-item-list) #no-apps,
  /external/chromium_org/apps/app_shim/
app_shim_handler_mac.cc 5 #include "apps/app_shim/app_shim_handler_mac.h"
12 namespace apps { namespace
81 } // namespace apps
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_unittest.cc 7 #include "apps/app_launcher.h"
23 // Verify that the apps shortcut is never visible without instant extended.
61 // Verify that in instant extended mode the visibility of the apps shortcut
73 // Try to make the Apps shortcut visible. Its visibility depends on whether
77 if (apps::IsAppLauncherEnabled()) {

Completed in 2549 milliseconds

1 2 3 45 6 7 8 91011>>