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

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ForeignSessionHelper.java 146 public boolean isTabSyncEnabled() {
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 479 * |isTabSyncEnabled| makes it possible to distinguish between the cases.
483 * @param {boolean} isTabSyncEnabled Is tab sync enabled for this profile?
485 function setForeignSessions(sessionList, isTabSyncEnabled) {
487 if (isTabSyncEnabled)
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 659 function setForeignSessions(sessionList, isTabSyncEnabled) {
661 otherSessionsButton.setForeignSessions(sessionList, isTabSyncEnabled);

Completed in 1084 milliseconds