HomeSort by relevance Sort by last modified time
    Searched refs:NTP (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_interstitial.cc 97 NTP,
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 6 * @fileoverview NTP Standalone hack
7 * This file contains the code necessary to make the Touch NTP work
12 * Note that, while the product portion of the touch NTP is designed to work
37 * key APIs used by the NTP.
40 * recently-closed pages, but the tangent NTP doesn't use that data so we
143 // We don't want to hand out our array directly because the NTP will
269 // standard NTP one, but it's close enough.
325 // we don't use them in our NTP anyway.
335 // Called when an app is repositioned in the touch NTP
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 7 * @fileoverview The local InstantExtended NTP.
12 * @return {Object} A limited interface for testing the local NTP.
65 NTP_CONTENTS: 'ntp-contents',
85 * Enum for the state of the NTP when it is disposed.
90 NONE: 0, // Preserve the NTP appearance and functionality
144 * The container for NTP elements.
204 * The state of the NTP when a query is entered into the Omnibox.
211 * The state of the NTP when a query is entered into the Fakebox.
325 * Updates the NTP based on the current theme.
347 * Updates the NTP style according to theme
    [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 413 public static final int NTP = 123;
536 services.add(NTP, "ntp");
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 6 // Contains all the necessary functions for rendering the NTP on mobile
27 cr.define('ntp', function() {
31 * time of a new NTP instance.
163 * Enum for the different load states based on the initialization of the NTP.
174 * The current loading status for the NTP.
192 * Whether the NTP is in incognito mode or not.
224 * Whether promo is not allowed or not (external to NTP).
405 // To send out the NTP loading complete notification.
439 // Special case to handle NTP caching.
496 * Notifies the chrome process of the status of the NTP
    [all...]
mockdata.js 6 // Helper functionality to allow testing the Android NTP from any device.
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 17 // Using the same values as the Other Devices button in the NTP.
47 * other devices button in NTP.
512 cr.define('ntp', function() {
  /external/chromium/chrome/browser/resources/
new_new_tab.js 748 * Callback when the shown sections changes in another NTP.
893 // Default value for standard NTP with no theme attribution or custom logo.
979 * notification slot at the top of the NTP. A close button ("x") will be
    [all...]
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 69 // We don't want to hand out our array directly because the NTP will
  /external/chromium/chrome/browser/resources/ntp/
apps.js 599 // maximum once per NTP load.
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 693 // The NTP has special handling of the bookmark bar.
702 // The bookmark bar is hidden in the NTP when disabled by policy.
709 // The bookmark bar is shown detached in the NTP, when disabled by prefs only.
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 13 cr.define('ntp', function() {
102 __proto__: ntp.PageListView.prototype,
106 ntp.PageListView.prototype.appendTilePage.apply(this, arguments);
143 cr.ui.decorate($('recently-closed-menu-button'), ntp.RecentMenuButton);
151 cr.ui.decorate(otherSessionsButton, ntp.OtherSessionsMenuButton);
158 var mostVisited = new ntp.MostVisitedPage();
173 newTabView.appendTilePage(new ntp.SuggestionsPage(),
186 // Not all versions of the NTP have a footer, so this may not exist.
191 var url = appendParam(webStoreLink, 'utm_source', 'chrome-ntp-launcher');
294 * Launches the chrome web store app with the chrome-ntp-launche
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 312 * The normal NTP uses this to keep track of the current launch-type of an
701 // publish ntp globals
702 // TODO(estade): update the content handlers to use ntp namespace instead of
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 13 var ntp = (function() {
323 * The normal NTP uses this to keep track of the current launch-type of an
798 // publish ntp globals
799 var assert = ntp.assert;
800 var getAppsCallback = ntp.getAppsCallback;
801 var appsPrefChangeCallback = ntp.appsPrefChangeCallback;
805 ntp.initialize();

Completed in 1150 milliseconds