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

1 2 3

  /external/chromium_org/extensions/common/manifest_handlers/
kiosk_mode_info.cc 59 bool kiosk_only = false; local
61 !manifest->GetBoolean(keys::kKioskOnly, &kiosk_only)) {
66 if (kiosk_only && !kiosk_enabled) {
78 kiosk_status = kiosk_only ? KioskModeInfo::ONLY : KioskModeInfo::ENABLED;
kiosk_mode_info.h 37 // Parses the "kiosk_enabled" and "kiosk_only" manifest keys.
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
manifest.json 100 "kiosk_only": {
101 "documentation": "manifest/kiosk_enabled.html#kiosk_only",
  /external/chromium_org/extensions/common/api/
_manifest_features.json 86 "kiosk_only": {
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
kiosk_enabled.html 66 to run in Single App Kiosk Mode only, then also set <code>"kiosk_only"</code> to <code>true</code>.
83 "kiosk_only" : true
  /external/chromium_org/apps/
launcher.cc 395 // An app with "kiosk_only" should not be installed and launched
405 LOG(ERROR) << "App with 'kiosk_only' attribute must be run in "
  /external/chromium_org/extensions/common/
manifest_constants.cc 67 const char kKioskOnly[] = "kiosk_only";
464 "Invalid value for 'kiosk_only'.";
466 "The 'kiosk_only' key is set, but 'kiosk_enabled' is not set.";
    [all...]
  /external/chromium_org/chrome/browser/extensions/
crx_installer_browsertest.cc 486 test_data_dir_.AppendASCII("kiosk/kiosk_only.crx");
  /external/chromium_org/chrome/app/
generated_resources.grd     [all...]
  /external/chromium_org/chrome/app/resources/
generated_resources_am.xtb 146 <translation id="2085245445866855859">?«kiosk_only» ?????? ???? ??? ?????? ?ChromeOS ???? ??? ?? ??? ?????</translation>
    [all...]
generated_resources_ar.xtb 145 <translation id="2085245445866855859">???? ?? ??? ????? ??????? ???? ????? ??? ?????? &quot;kiosk_only&quot; ?? ??? ????? ??? ???? ????? Chrome.</translation>
    [all...]
generated_resources_bn.xtb 144 <translation id="2085245445866855859">'Kiosk_only' ??????????? ?????????????? ???? ?????????????? ?????? ChromeOS ??????? ???? ?????? ???? ????</translation>
    [all...]
generated_resources_el.xtb 146 <translation id="2085245445866855859">?? ?????? ?? ???????????? ??? ???????? ?? ?????????????? ?????????? &quot;kiosk_only&quot; ??? ?????????? kiosk ??? ChromeOS.</translation>
    [all...]
generated_resources_fa.xtb 146 <translation id="2085245445866855859">?????????? ?? ????? ??????? «kiosk_only» ???? ?? ???? ????? ChromeOS ??? ???.</translation>
    [all...]
generated_resources_gu.xtb 146 <translation id="2085245445866855859">'Kiosk_only' ????????? ????? ?????? ????????? ChromeOS ?????? ?????? ???????? ????? ???? ?????? ??.</translation>
    [all...]
generated_resources_hi.xtb 146 <translation id="2085245445866855859">'kiosk_only' ?????????? ??????? ???? ???? ChromeOS ??????? ??? ??? ?? ??????? ??? ???? ?????.</translation>
    [all...]
generated_resources_iw.xtb 146 <translation id="2085245445866855859">??? ?????? ??????? ?? ?????? ??????? 'kiosk_only' ?? ???? ????? ?? ????? ?????? ?? Chrome.</translation>
    [all...]
generated_resources_ja.xtb 146 <translation id="2085245445866855859">????????? kiosk_only ??????????????? ChromeOS ????? ?????????????????</translation>
    [all...]
generated_resources_kn.xtb 144 <translation id="2085245445866855859">ChromeOS ???????? ?????????? 'kiosk_only' ????????????? ?????? ??????? ??????????? ?????????????.</translation>
    [all...]
generated_resources_ko.xtb 146 <translation id="2085245445866855859">'kiosk_only' ????? ??? ???? ?? Chrome OS ???? ??? ????? ???.</translation>
    [all...]
generated_resources_ml.xtb 146 <translation id="2085245445866855859">'kiosk_only' ???????????? ????????????? ???? ??????????? ChromeOS ????????? ????? ?????????????????.</translation>
    [all...]
generated_resources_mr.xtb 147 <translation id="2085245445866855859">'kiosk_only' ????????? ??????? ?????? ???? ChromeOS ??????? ???????? ??????? ???? ?????? ???.</translation>
    [all...]
generated_resources_ru.xtb 145 <translation id="2085245445866855859">??????????, ? ??????? ? ????????? ???? ??????? kiosk_only, ????? ????????????? ?????? ? ?????? ??????????????? ??????.</translation>
    [all...]
generated_resources_sr.xtb 145 <translation id="2085245445866855859">?????????? ?? ????????? ????????? ?kiosk_only? ???? ?? ?? ????????? ? ?????? ?????? ? Chrome ??-?.</translation>
    [all...]
generated_resources_ta.xtb 146 <translation id="2085245445866855859">ChromeOS ???????? ????????????, 'kiosk_only' ??????????? ????????????????? ?????????? ????????????? ????????.</translation>
    [all...]

Completed in 348 milliseconds

1 2 3