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

1 2 3

  /external/chromium_org/chrome/browser/resources/app_list/
start_page.html 5 <link rel="stylesheet" href="chrome://app-list/start_page.css">
12 <script src="chrome://app-list/start_page.js"></script>
  /external/chromium_org/ui/app_list/
pagination_model.cc 217 int start_page = 0; local
221 if (target_page < start_page && selected_page_ == start_page)
222 start_page = -1;
226 return std::max(start_page, std::min(end_page, target_page));
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_ui.cc 83 source->AddResourcePath("start_page.css", IDR_APP_LIST_START_PAGE_CSS);
84 source->AddResourcePath("start_page.js", IDR_APP_LIST_START_PAGE_JS);
  /external/chromium_org/chrome/common/extensions/api/
web_navigation.json 152 "transitionType": {"type": "string", "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", "generated", "start_page", "form_submit", "reload", "keyword", "keyword_generated"], "description": "Cause of the navigation. The same transition types as defined in the history API are used. These are the same transition types as defined in the <a href=\"history#transition_types\">history API</a> except with <code>\"start_page\"</code> in place of <code>\"auto_toplevel\"</code> (for backwards compatibility)."},
286 "transitionType": {"type": "string", "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", "generated", "start_page", "form_submit", "reload", "keyword", "keyword_generated"], "description": "Cause of the navigation. The same transition types as defined in the history API are used. These are the same transition types as defined in the <a href=\"history#transition_types\">history API</a> except with <code>\"start_page\"</code> in place of <code>\"auto_toplevel\"</code> (for backwards compatibility)."},
330 "transitionType": {"type": "string", "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", "generated", "start_page", "form_submit", "reload", "keyword", "keyword_generated"], "description": "Cause of the navigation. The same transition types as defined in the history API are used. These are the same transition types as defined in the <a href=\"history#transition_types\">history API</a> except with <code>\"start_page\"</code> in place of <code>\"auto_toplevel\"</code> (for backwards compatibility)."},
  /external/chromium_org/extensions/strings/
extensions_strings_am.xtb 62 <translation id="7154130902455071009">?????? ???? ??????? ????? <ph name="START_PAGE"/></translation>
extensions_strings_bn.xtb 62 <translation id="7154130902455071009">????? ????? ???????? ??? ???????? ????: <ph name="START_PAGE"/></translation>
extensions_strings_ja.xtb 62 <translation id="7154130902455071009">???? ???????????: <ph name="START_PAGE"/></translation>
extensions_strings_zh-CN.xtb 62 <translation id="7154130902455071009">??????????<ph name="START_PAGE"/></translation>
extensions_strings_zh-TW.xtb 62 <translation id="7154130902455071009">???????????<ph name="START_PAGE"/></translation>
extensions_strings_ar.xtb 62 <translation id="7154130902455071009">????? ?????? ???????? ???: <ph name="START_PAGE"/></translation>
extensions_strings_bg.xtb 62 <translation id="7154130902455071009">??????? ?? ????????? ?? ???????? ?? <ph name="START_PAGE"/></translation>
extensions_strings_el.xtb 62 <translation id="7154130902455071009">?????? ??? ??????? ??????? ??: <ph name="START_PAGE"/></translation>
extensions_strings_fa.xtb 62 <translation id="7154130902455071009">????? ???? ??????? ??: <ph name="START_PAGE"/></translation>
extensions_strings_gu.xtb 62 <translation id="7154130902455071009">????? ??????? ??????? ? ?? ????: <ph name="START_PAGE"/></translation>
extensions_strings_hi.xtb 62 <translation id="7154130902455071009">???? ???? ????? ????? ?????: <ph name="START_PAGE"/></translation>
extensions_strings_iw.xtb 62 <translation id="7154130902455071009">??? ?? ?? ?????? ?: <ph name="START_PAGE"/></translation>
extensions_strings_kn.xtb 62 <translation id="7154130902455071009">????? ??????? ???????? ?????? ????????: <ph name="START_PAGE"/></translation>
extensions_strings_ko.xtb 62 <translation id="7154130902455071009">???? ?? ??? ??: <ph name="START_PAGE"/></translation>
extensions_strings_ml.xtb 62 <translation id="7154130902455071009">????????? ???? ???? ????? ???????: <ph name="START_PAGE"/></translation>
extensions_strings_mr.xtb 62 <translation id="7154130902455071009">???? ??????? ????? ???? ????: <ph name="START_PAGE"/></translation>
extensions_strings_ru.xtb 62 <translation id="7154130902455071009">????? ????????? ???????? ?? <ph name="START_PAGE"/></translation>
extensions_strings_sr.xtb 62 <translation id="7154130902455071009">????????? ??????? ???????? ?: <ph name="START_PAGE"/></translation>
extensions_strings_ta.xtb 63 <translation id="7154130902455071009">?????? ????????? ???????? ?????? ?????????: <ph name="START_PAGE"/></translation>
extensions_strings_te.xtb 62 <translation id="7154130902455071009">?? ??????? ?????? ?????? ????????: <ph name="START_PAGE"/></translation>
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api_helpers.cc 105 // For webNavigation API backward compatibility, keep "start_page" even after
109 transition_type_string = "start_page";

Completed in 2191 milliseconds

1 2 3