HomeSort by relevance Sort by last modified time
    Searched refs:apps (Results 1 - 25 of 331) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/apps/
switches.cc 5 #include "apps/switches.h"
7 namespace apps { namespace
12 } // namespace apps
browser_context_keyed_service_factories.cc 5 #include "apps/browser_context_keyed_service_factories.h"
7 #include "apps/app_load_service_factory.h"
8 #include "apps/app_restore_service_factory.h"
11 namespace apps { namespace
14 apps::AppLoadServiceFactory::GetInstance();
15 apps::AppRestoreServiceFactory::GetInstance();
19 } // namespace apps
browser_context_keyed_service_factories.h 8 namespace apps { namespace
11 // the core apps code.
14 } // namespace apps
switches.h 8 namespace apps { namespace
14 } // namespace apps
metrics_names.h 8 namespace apps { namespace
19 } // namespace apps
  /external/openssl/
Apps-config-host.mk 16 LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/Apps-config-host.mk
22 apps/app_rand.c \
23 apps/apps.c \
24 apps/asn1pars.c \
25 apps/ca.c \
26 apps/ciphers.c \
27 apps/cms.c \
28 apps/crl.c \
29 apps/crl2p7.c
    [all...]
Apps-config-target.mk 16 LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/Apps-config-target.mk
22 apps/app_rand.c \
23 apps/apps.c \
24 apps/asn1pars.c \
25 apps/ca.c \
26 apps/ciphers.c \
27 apps/cms.c \
28 apps/crl.c \
29 apps/crl2p7.c
    [all...]
  /external/chromium_org/chrome/common/mac/
app_shim_messages.h 18 IPC_ENUM_TRAITS_MAX_VALUE(apps::AppShimLaunchType,
19 apps::APP_SHIM_LAUNCH_NUM_TYPES - 1)
20 IPC_ENUM_TRAITS_MAX_VALUE(apps::AppShimLaunchResult,
21 apps::APP_SHIM_LAUNCH_NUM_RESULTS - 1)
22 IPC_ENUM_TRAITS_MAX_VALUE(apps::AppShimFocusType,
23 apps::APP_SHIM_FOCUS_NUM_TYPES - 1)
24 IPC_ENUM_TRAITS_MAX_VALUE(apps::AppShimAttentionType,
25 apps::APP_SHIM_ATTENTION_NUM_TYPES - 1)
34 apps::AppShimLaunchResult /* launch result */)
48 apps::AppShimLaunchType /* launch type */
    [all...]
  /external/chromium_org/chrome/browser/apps/app_shim/
app_shim_host_mac_unittest.cc 5 #include "chrome/browser/apps/app_shim/app_shim_host_mac.h"
52 public apps::AppShimHandler {
54 AppShimHostTest() : launch_result_(apps::APP_SHIM_LAUNCH_SUCCESS),
63 void LaunchApp(apps::AppShimLaunchType launch_type) {
71 apps::AppShimLaunchResult GetLaunchResult() {
86 apps::AppShimLaunchType launch_type,
89 if (launch_type == apps::APP_SHIM_LAUNCH_NORMAL)
97 apps::AppShimFocusType focus_type,
106 apps::AppShimLaunchResult launch_result_;
128 apps::AppShimHandler::RegisterHandler(kTestAppId, this)
    [all...]
app_shim_host_mac.cc 5 #include "chrome/browser/apps/app_shim/app_shim_host_mac.h"
10 #include "chrome/browser/apps/app_shim/app_shim_handler_mac.h"
19 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
68 apps::AppShimLaunchType launch_type,
79 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
86 void AppShimHost::OnFocus(apps::AppShimFocusType focus_type,
89 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_)
    [all...]
app_shim_host_manager_mac.h 9 #include "chrome/browser/apps/app_shim/extension_app_shim_handler_mac.h"
10 #include "chrome/browser/apps/app_shim/unix_domain_socket_acceptor.h"
23 class AppShimHostManager : public apps::UnixDomainSocketAcceptor::Delegate,
35 apps::ExtensionAppShimHandler* extension_app_shim_handler() {
66 scoped_ptr<apps::UnixDomainSocketAcceptor> acceptor_;
68 apps::ExtensionAppShimHandler extension_app_shim_handler_;
app_shim_host_mac.h 14 #include "chrome/browser/apps/app_shim/app_shim_handler_mac.h"
30 public apps::AppShimHandler::Host,
56 apps::AppShimLaunchType launch_type,
60 void OnFocus(apps::AppShimFocusType focus_type,
68 // apps::AppShimHandler::Host overrides:
69 virtual void OnAppLaunchComplete(apps::AppShimLaunchResult result) OVERRIDE;
73 apps::AppShimAttentionType type) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order_unittest.cc 40 bool IsBuiltInDefault(const std::vector<std::string>& apps) {
41 if (apps.size() != built_in_default_.size())
45 if (built_in_default_[i] != apps[i])
76 std::vector<std::string> apps; local
77 default_app_order::Get(&apps);
78 EXPECT_TRUE(IsBuiltInDefault(apps));
91 std::vector<std::string> apps; local
92 default_app_order::Get(&apps);
93 EXPECT_EQ(3u, apps.size());
94 EXPECT_EQ(std::string("app1"), apps[0])
113 std::vector<std::string> apps; local
126 std::vector<std::string> apps; local
140 std::vector<std::string> apps; local
    [all...]
  /external/chromium_org/mojo/apps/js/bindings/
monotonic_clock.h 11 namespace apps { namespace in namespace:mojo
19 } // namespace apps
threading.h 12 namespace apps { namespace in namespace:mojo
22 } // namespace apps
  /external/chromium_org/chrome/browser/apps/app_shim/test/
app_shim_host_manager_test_api_mac.h 16 namespace apps { namespace
26 apps::UnixDomainSocketAcceptor* acceptor();
  /packages/apps/Tag/src/com/android/apps/tag/message/
NdefMessageParser.java 17 package com.android.apps.tag.message;
19 import com.android.apps.tag.record.ImageRecord;
20 import com.android.apps.tag.record.MimeRecord;
21 import com.android.apps.tag.record.ParsedNdefRecord;
22 import com.android.apps.tag.record.SmartPoster;
23 import com.android.apps.tag.record.TextRecord;
24 import com.android.apps.tag.record.UnknownRecord;
25 import com.android.apps.tag.record.UriRecord;
26 import com.android.apps.tag.record.VCardRecord;
  /development/tools/findunused/
findunusedstrings 8 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
20 apps=$1
21 if [ "$apps" == "" ]
23 apps=$ANDROID_BUILD_TOP/packages/apps/*
26 for app in $apps
removeunusedresources 9 apps=$1
11 if [ "$apps" = "" ]
15 elif [ "$apps" = "--all" ]
17 apps=$ANDROID_BUILD_TOP/packages/apps/*
22 for app in $apps
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
short_lived_user_context.h 8 #include "apps/app_lifetime_monitor.h"
25 class ShortLivedUserContext : public apps::AppLifetimeMonitor::Observer {
28 apps::AppLifetimeMonitor* app_lifetime_monitor,
38 // apps::AppLifetimeMonitor::Observer:
44 apps::AppLifetimeMonitor* app_lifetime_monitor_;
  /external/chromium_org/mojo/apps/js/
main.cc 7 #include "mojo/apps/js/application_delegate_impl.h"
13 new mojo::apps::ApplicationDelegateImpl());
mojo_module.h 12 namespace apps { namespace in namespace:mojo
22 } // namespace apps
  /external/chromium_org/mojo/apps/js/test/
run_apps_js_tests.cc 12 #include "mojo/apps/js/bindings/monotonic_clock.h"
13 #include "mojo/apps/js/bindings/threading.h"
27 AddBuiltinModule(apps::MonotonicClock::kModuleName,
28 apps::MonotonicClock::GetModule);
29 AddBuiltinModule(apps::Threading::kModuleName, apps::Threading::GetModule);
40 .AppendASCII("apps")
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_mac.h 12 #include "chrome/browser/apps/app_shim/app_shim_handler_mac.h"
33 public apps::AppShimHandler {
75 virtual void OnShimLaunch(apps::AppShimHandler::Host* host,
76 apps::AppShimLaunchType launch_type,
78 virtual void OnShimClose(apps::AppShimHandler::Host* host) OVERRIDE;
79 virtual void OnShimFocus(apps::AppShimHandler::Host* host,
80 apps::AppShimFocusType focus_type,
82 virtual void OnShimSetHidden(apps::AppShimHandler::Host* host,
84 virtual void OnShimQuit(apps::AppShimHandler::Host* host) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager_browsertest.cc 209 KioskAppManager::Apps apps; local
210 manager()->GetApps(&apps);
213 for (size_t i = 0; i < apps.size(); ++i) {
216 str += apps[i].app_id;
314 KioskAppManager::Apps apps; local
315 manager()->GetApps(&apps);
316 ASSERT_EQ(1u, apps.size());
317 EXPECT_EQ(id, apps[0].app_id)
410 KioskAppManager::Apps apps; local
441 KioskAppManager::Apps apps; local
479 KioskAppManager::Apps apps; local
513 KioskAppManager::Apps apps; local
534 KioskAppManager::Apps apps; local
574 KioskAppManager::Apps apps; local
    [all...]

Completed in 556 milliseconds

1 2 3 4 5 6 7 8 91011>>