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

  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_interactive_test.cc 47 metrics::OmniboxEventProto::NTP, true, false, true,
omnibox_api_browsertest.cc 40 base::string16(), GURL(), OmniboxEventProto::NTP,
63 OmniboxEventProto::NTP, true, false, true, true));
172 base::string16(), GURL(), OmniboxEventProto::NTP,
187 base::string16(), GURL(), OmniboxEventProto::NTP,
225 OmniboxEventProto::NTP, true, false, true, true));
247 OmniboxEventProto::NTP, true, false, true, true));
  /external/chromium_org/chrome/browser/omnibox/
omnibox_field_trial_unittest.cc 215 OmniboxEventProto::NTP, &demotions_by_type);
233 params["rule1:1:0"] = "rule1-1-0-value"; // NTP
241 params["rule2:1:*"] = "rule2-1-*-value"; // NTP
265 OmniboxEventProto::NTP); // partial fallback
270 OmniboxEventProto::NTP); // partial fallback
296 "rule1", OmniboxEventProto::NTP); // exact match
298 "rule1", OmniboxEventProto::NTP); // exact match
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 7 * @fileoverview The local InstantExtended NTP.
13 * @return {Object} A limited interface for testing the local NTP.
66 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
134 * The container for NTP elements.
194 * The state of the NTP when a query is entered into the Omnibox.
201 * The state of the NTP when a query is entered into the Fakebox.
315 * Updates the NTP based on the current theme.
337 * Updates the NTP style according to theme
    [all...]
most_visited_util.js 15 * The different types of events that are logged from the NTP. This enum is
16 * used to transfer information from the NTP javascript to the renderer and is
44 // The user moused over an NTP tile or title.
  /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/hotword_helper/
manager.js 148 url.indexOf(base + '/_/chrome/newtab?') === 0 || // Appcache NTP.
161 * valid pages are the Google HP and SERP (this will include the NTP).
audio_client.js 295 case 'SPEECH_RESET': // Legacy, for embedded NTP.
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_interstitial.cc 169 NTP,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.h 65 // get received NTP
66 int32_t NTP(uint32_t *ReceivedNTPsecs,
rtp_rtcp_impl.cc 709 return rtcp_receiver_.NTP(received_ntpsecs,
    [all...]
rtcp_receiver.cc 228 RTCPReceiver::NTP(uint32_t *ReceivedNTPsecs,
237 *ReceivedNTPsecs = _remoteSenderInfo.NTPseconds; // NTP from incoming SendReport
245 *RTCPArrivalTimeFrac = _lastReceivedSRNTPfrac; // local NTP time when we received a RTCP packet with a send block
444 // Save the NTP time of this report
540 // local NTP time when we received this
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc 142 GURL(), metrics::OmniboxEventProto::NTP, true, false, true, false));
  /external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.cc 413 return OmniboxEventProto::NTP;
  /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.
518 cr.define('ntp', function() {
  /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_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc     [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_org/chrome/browser/search_engines/
template_url_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 805 // The NTP has special handling of the bookmark bar.
814 // The bookmark bar is hidden in the NTP when disabled by policy.
821 // The bookmark bar is shown detached in the NTP, when disabled by prefs only.
    [all...]

Completed in 2079 milliseconds