HomeSort by relevance Sort by last modified time
    Searched full:packaged (Results 1 - 25 of 479) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/
webview.html 1 Required if the app uses the <a href="webview_tag">Webview Tag</a> to embed live content from the web in the packaged app.
clipboard_write.html 1 Indicates the extension or app uses <code>document.execCommand('copy')</code> or <code>document.execCommand('cut')</code>. This permission is <b>required for hosted apps</b>; it's recommended for extensions and packaged apps.
  /external/libutf/
README 1 This software was packaged for Unix by Russ Cox.
  /development/samples/
README 2 be packaged with the SDK.
  /external/chromium_org/third_party/gardiner_mod/
LICENSE 2 modified, regenerated, posted, packaged and redistributed. George Douros
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_search_provider_unittest.cc 73 // Search for "pa" should return both packaged app. The order is undefined
77 EXPECT_TRUE(result == "Packaged App 1,Packaged App 2" ||
78 result == "Packaged App 2,Packaged App 1");
80 EXPECT_EQ("Packaged App 1", RunQuery("pa1"));
81 EXPECT_EQ("Packaged App 2", RunQuery("pa2"));
82 EXPECT_EQ("Packaged App 1", RunQuery("app1"));
98 EXPECT_EQ("Packaged App 1", RunQuery("pa1"));
116 EXPECT_EQ("Hosted App,Packaged App 1,Packaged App 2", RunQuery(""))
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/META-INF/maven/
archetype-metadata.xml 3 <fileSet filtered="true" packaged="true" encoding="UTF-8">
9 <fileSet filtered="true" packaged="true" encoding="UTF-8">
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
apps.html 1 <h1>Packaged Apps</h1>
6 All content in this doc refers to the legacy version of packaged apps.
7 Your legacy packaged apps will still work,
15 This page talks about packaged apps&mdash;how
24 A packaged app is a web app
27 You build a packaged app just like you build an extension,
28 except that a packaged app can't include a
31 Instead, a packaged app includes at least one HTML file
37 Packaged apps are a type of
47 you might want to use a packaged ap
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.dsc 2 'DISABLE_PACKAGE': True, # Doesn't work in packaged apps yet.
  /external/chromium_org/native_client_sdk/src/getting_started/part2/
example.dsc 3 # Don't copy the packaged app files: manifest.json, etc.
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
PREBUILT 1 The source for the jar in this directory is packaged within the jar.
  /prebuilts/tools/common/osgi/
PREBUILT 1 The source for the jar in this directory is packaged within the jar.
  /sdk/testapps/
README.txt 3 These are not meant to be packaged with the SDK.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
app.html 4 Used by <a href="http://developer.chrome.com/trunk/apps/app_lifecycle#eventpage">packaged apps</a>
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_platformapp_unittest.cc 49 "'app.launch' is only allowed for hosted apps and legacy packaged "
50 "apps, but this is a packaged app."),
54 "packaged apps, but this is a packaged app."),
58 "packaged apps, but this is a packaged app."),
60 "'incognito' is only allowed for extensions and legacy packaged apps, "
61 "but this is a packaged app."),
73 "packaged apps, but this is a packaged app.")
    [all...]
  /external/chromium_org/chrome/browser/ui/apps/
apps_metro_handler_win.h 11 // modal dialog on |parent| asking whether the user is OK with their packaged
  /external/chromium_org/base/android/
path_utils_unittest.cc 18 // we are running in. Assumes that we are packaged in
28 // we are running in. Assumes that we are packaged in
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
app_shim_menu_controller_mac.h 22 // The extension id of the currently focused packaged app.
31 // Menu items for the currently focused packaged app.
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_model_builder_unittest.cc 101 const char kDefaultApps[] = "Packaged App 1,Packaged App 2,Hosted App";
214 EXPECT_EQ(std::string("Packaged App 1,Hosted App"),
232 EXPECT_EQ(std::string("Packaged App 1,Hosted App"),
258 // Old behavior: This would be "Hosted App,Packaged App 1,Packaged App 2"
269 // Old behavior: This would be "Packaged App 1,Hosted App,Packaged App 2"
281 // Old behavior: This would be "Packaged App 1,Hosted App,Packaged App 2
    [all...]
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.1.in 64 Packaged data also allow applications to be distributed with fewer
66 packaged data directly.
80 ICU. Data packaged using this mode will be looked up under the ICU
83 packaged file in the ICU data directory.
92 two main purposes: to build ICU itself, as the ICU data is packaged as
138 provide support for building ICU before it is packaged as separate
185 to generate the correct packaged file. Such options include, but are
188 during the build of the packaged file. Note: If
193 Set the packaged file name to
226 Install the packaged file (or all the files in th
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.1.in 64 Packaged data also allow applications to be distributed with fewer
66 packaged data directly.
80 ICU. Data packaged using this mode will be looked up under the ICU
83 packaged file in the ICU data directory.
92 two main purposes: to build ICU itself, as the ICU data is packaged as
138 provide support for building ICU before it is packaged as separate
185 to generate the correct packaged file. Such options include, but are
188 during the build of the packaged file. Note: If
193 Set the packaged file name to
226 Install the packaged file (or all the files in th
    [all...]
  /build/target/board/
Android.mk 8 # device we're building for. This file is typically packaged up
  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 24 * 'helloneon' native library, which is packaged
  /external/chromium_org/chrome/browser/extensions/
extension_creator_filter.h 16 // Determines which files should be included in a packaged extension.
  /external/chromium_org/chrome/common/
chrome_icon_resources_win.h 29 // The icon for installing a Chrome packaged app.

Completed in 860 milliseconds

1 2 3 4 5 6 7 8 91011>>