HomeSort by relevance Sort by last modified time
    Searched full:ntp (Results 51 - 75 of 476) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.js 5 cr.define('ntp', function() {
8 var TilePage = ntp.TilePage;
138 ntp.logTimeToClick('MostVisited');
145 ntp.APP_LAUNCH.NTP_MOST_VISITED]);
153 [ntp.NtpFollowAction.CLICKED_TILE]);
214 ntp.showNotification(
263 * data for this tile (for dragging outside of the NTP).
357 [ntp.NtpFollowAction.CLICKED_OTHER_NTP_PANE]);
404 * Executed once the NTP has loaded. Checks if the Most Visited pane is
409 if (ntp.getCardSlider() &
    [all...]
recently_closed.js 9 cr.define('ntp', function() {
90 ntp.logTimeToClick('RecentlyClosed');
93 ntp.APP_LAUNCH.NTP_RECENTLY_CLOSED]);
nav_dot.js 8 * of the NTP.
11 cr.define('ntp', function() {
109 ntp.getCardSlider().selectCardByValue(this.page_, true);
184 ntp.saveAppPageName(this.page_, this.displayTitle);
220 ntp.setCurrentDropEffect(e.dataTransfer, 'none');
233 var tile = ntp.getCurrentlyDraggingTile();
suggestions_page.js 5 cr.define('ntp', function() {
8 var TilePage = ntp.TilePage;
145 [ntp.NtpFollowAction.CLICKED_TILE]);
194 ntp.showNotification(
242 * data for this tile (for dragging outside of the NTP).
337 [ntp.NtpFollowAction.CLICKED_OTHER_NTP_PANE]);
384 * Executed once the NTP has loaded. Checks if the Suggested pane is
389 if (ntp.getCardSlider() &&
390 ntp.getCardSlider().currentCardValue &&
391 ntp.getCardSlider().currentCardValue.classLis
    [all...]
incognito_and_guest_tab.css 5 * Incognito and guest mode NTP shared CSS.
incognito_tab.html 33 cr.define('ntp', function() {
page_list_view.js 13 cr.define('ntp', function() {
133 cr.ui.decorate(this.dotList, ntp.DotList);
137 new ntp.Trash(this.trash);
141 ntp.initializePageSwitcher(this.pageSwitcherStart);
145 ntp.initializePageSwitcher(this.pageSwitcherEnd);
236 if (typeof ntp.MostVisitedPage != 'undefined' &&
237 page instanceof ntp.MostVisitedPage) {
243 if (typeof ntp.SuggestionsPage != 'undefined' &&
244 page instanceof ntp.SuggestionsPage) {
249 var animate = page instanceof ntp.AppsPage &
    [all...]
  /external/chromium_org/chrome/browser/search/
local_ntp_source.cc 43 { "local-ntp.html", IDR_LOCAL_NTP_HTML, "text/html" },
44 { "local-ntp.js", IDR_LOCAL_NTP_JS, "application/javascript" },
46 { "local-ntp.css", IDR_LOCAL_NTP_CSS, "text/css" },
85 // Populates |translated_strings| dictionary for the local NTP.
105 // Returns a JS dictionary of configuration data for the local NTP.
most_visited_iframe_source.h 20 // Number of Most Visited elements on the NTP for logging purposes.
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.cc 5 #include "chrome/browser/ui/webui/ntp/suggestions_combiner.h"
14 #include "chrome/browser/ui/webui/ntp/suggestions_page_handler.h"
15 #include "chrome/browser/ui/webui/ntp/suggestions_source.h"
suggestions_source_top_sites.cc 5 #include "chrome/browser/ui/webui/ntp/suggestions_source_top_sites.h"
17 #include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
18 #include "chrome/browser/ui/webui/ntp/suggestions_combiner.h"
new_tab_page_handler.h 27 // Register NTP per-profile preferences.
67 // The purpose of this enum is to track which page on the NTP is showing.
favicon_webui_handler.cc 5 #include "chrome/browser/ui/webui/ntp/favicon_webui_handler.h"
107 web_ui()->CallJavascriptFunction("ntp.setFaviconDominantColor",
135 web_ui()->CallJavascriptFunction("ntp.setFaviconDominantColor",
166 "ntp.setFaviconDominantColor", id, *color_value);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_utility.h 33 // January 1970, in NTP seconds.
36 // Magic NTP fractional unit.
48 // Return the current RTP timestamp from the NTP timestamp
  /hardware/qcom/gps/etc/
gps.conf 15 # NTP_SERVER=asia.pool.ntp.org
17 # NTP_SERVER=europe.pool.ntp.org
19 # NTP_SERVER=north-america.pool.ntp.org
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
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/history/
DEPS 47 "!chrome/browser/ui/webui/ntp/most_visited_handler.h",
48 "!chrome/browser/ui/webui/ntp/new_tab_ui.h",
most_visited_tiles_experiment.h 33 // displayed on an NTP tile. Note: the experiment targets only the top-level
35 // recommended URL, www.foo.com will still appear on the next NTP open. The
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_unittest.cc 21 // Verify that the detached bookmark bar is hidden on custom NTP pages.
31 // Give it a NTP virtual URL.
  /external/chromium_org/sync/protocol/
app_specifics.proto 55 // This specifics which page the application icon will appear on in the NTP.
57 // all of the panels in the NTP.
  /external/chromium_org/third_party/webrtc/base/
timeutils.h 31 // January 1970, in NTP milliseconds.
78 // Converts a unix timestamp in nanoseconds to an NTP timestamp in ms.
  /external/chromium_org/chrome/browser/extensions/api/top_sites/
top_sites_api.cc 11 #include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
  /external/chromium_org/chrome/browser/resources/options/
home_page_overlay.js 77 * enabled only if the homepage is not the NTP. The indicator is always
79 * NTP.
85 urlField.setDisabled('homepage-is-ntp', event.value.value);
140 $('homepage-use-ntp').checked = true;
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
instant_overlay_controller_mac.mm 23 // Drop shadow is only needed if search mode is not |NTP| and overlay does
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_policy_unittest.cc 130 // Process message only if the current tab is an Instant NTP.
152 // Assume the NTP is deactivated.
207 // Send most visited items only if the current tab is an Instant NTP.
219 // Instant NTP.

Completed in 335 milliseconds

1 23 4 5 6 7 8 91011>>