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

  /external/chromium_org/chrome/browser/ui/search/
instant_ntp_prerenderer_unittest.cc 82 virtual InstantNTP* ntp() const OVERRIDE {
101 void set_ntp(InstantNTP* ntp) {
102 test_ntp_ = ntp;
150 scoped_ptr<TestableInstantNTP> ntp(new TestableInstantNTP(
152 ntp->set_is_local(false);
153 instant_ntp_prerenderer()->set_ntp(ntp.get());
156 ntp->set_instant_url(instant_url);
157 ntp->set_supports_instant(false);
165 scoped_ptr<TestableInstantNTP> ntp(new TestableInstantNTP(
167 ntp.reset(new TestableInstantNTP(instant_ntp_prerenderer(), instant_url
    [all...]
instant_ntp_prerenderer.cc 33 void DeleteNTPSoon(scoped_ptr<InstantNTP> ntp) {
34 if (!ntp)
37 if (ntp->contents()) {
39 FROM_HERE, ntp->ReleaseContents().release());
41 base::MessageLoop::current()->DeleteSoon(FROM_HERE, ntp.release());
72 DCHECK(!ntp());
92 return ntp() ? ntp()->contents() : NULL;
167 InstantNTP* InstantNTPPrerenderer::ntp() const { function in class:InstantNTPPrerenderer
177 if (!ntp() || ntp()->IsLocal()
    [all...]
instant_extended_interactive_uitest.cc 341 // NTP contents should be preloaded.
342 ASSERT_NE(static_cast<InstantNTP*>(NULL), instant()->ntp());
366 // offline, so the ntp will be local.
368 instant_service->ntp_prerenderer()->ntp());
369 EXPECT_TRUE(instant_service->ntp_prerenderer()->ntp()->IsLocal());
371 // Change the connect state, and wait for the notifications to be run, and NTP
377 // to switch to local NTP anymore.
390 // Verify new NTP is not local.
395 instant_service->ntp_prerenderer()->ntp());
396 EXPECT_FALSE(instant_service->ntp_prerenderer()->ntp()->IsLocal())
591 content::WebContents* ntp = instant()->ntp_->contents(); local
722 content::WebContents* ntp = instant()->ntp_->contents(); local
    [all...]
instant_test_utils.cc 101 if (!instant_service->ntp_prerenderer()->ntp() ||
102 !instant_service->ntp_prerenderer()->ntp()->supports_instant())
instant_ntp_prerenderer.h 46 // The NTP WebContents. May be NULL. InstantNTPPrerenderer retains ownership.
77 virtual InstantNTP* ntp() const;
154 // Returns true if we should switch to using the local NTP.
  /external/dhcpcd/dhcpcd-hooks/
50-ntp.conf 1 # Sample dhcpcd hook script for ntp
2 # Like our resolv.conf hook script, we store a database of ntp.conf files
3 # and merge into /etc/ntp.conf
9 # to use openntpd from pkgsrc instead of the system provided ntp.
15 [ -e /var/lib/ntp ] || mkdir /var/lib/ntp
16 : ${NTP_DHCP_CONF:=/var/lib/ntp/ntp.conf.dhcp}
19 ntp_conf_dir="$state_dir/ntp.conf"
20 ntp_conf=${NTP_CONF:-/etc/ntp.conf
    [all...]
  /device/asus/grouper/
gps.conf 1 NTP_SERVER=north-america.pool.ntp.org
  /frameworks/base/services/java/com/android/server/
NetworkTimeUpdateService.java 72 // NTP lookup is done on this thread and handler
77 // The last time that we successfully fetched the NTP time.
88 // Keeps track of how many quick attempts were made to fetch NTP time.
110 /** Initialize the receivers and initiate the first NTP request */
155 // no need to sync to NTP.
162 // Get the NTP time
165 if (DBG) Log.d(TAG, "Before Ntp fetch");
167 // force refresh NTP cache when outdated
172 // only update when NTP time is fresh
174 final long ntp = mTime.currentTimeMillis() local
    [all...]
  /external/dhcpcd/
config.mk 20 HOOKSCRIPTS= 50-ntp.conf
  /external/libpcap/
pcap-snit.c 119 register struct nit_iftime *ntp; local
172 ntp = (struct nit_iftime *)cp;
173 cp += sizeof(*ntp);
192 h.ts = ntp->nh_timestamp;
  /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/tcpdump/
Android.mk 75 print-ntp.c\
  /external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css 102 background-image: url('../ntp/ntp_pin_off.png');
106 background-image: url('../ntp/ntp_pin_off_h.png');
110 background-image: url('../ntp/ntp_pin_off_p.png');
114 background-image: url('../ntp/ntp_pin_on.png');
118 background-image: url(../ntp/ntp_pin_on_h.png');
122 background-image: url(../ntp/ntp_pin_on_p.png');
126 background-image: url('../ntp/ntp_close.png');
130 background-image: url('../ntp/ntp_close_h.png');
134 background-image: url('../ntp/ntp_close_p.png');
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_org/chrome/browser/resources/local_ntp/
local_ntp.css 14 #ntp-contents {
18 .non-google-page #ntp-contents {
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/chromium_org/chrome/browser/resources/ntp_android/
mockdata.js 6 // Helper functionality to allow testing the Android NTP from any device.
    [all...]
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...]
  /external/ipsec-tools/src/libipsec/
key_debug.c 527 struct sadb_x_nat_t_port *ntp = (void *)ext; local
533 printf("sadb_x_nat_t_port{ port=%u }\n", ntohs(ntp->sadb_x_nat_t_port_port));
  /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();
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 435 uint64_t ntp = GetNowNTP(); local
436 sdp.append(ntp);
438 sdp.append(ntp);
MyTransmitter.h 157 uint64_t ntp = ntpTime(); local
158 sdp.append(ntp);
160 sdp.append(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.
512 cr.define('ntp', function() {

Completed in 249 milliseconds