Home
last modified time | relevance | path

Searched refs:found_tabs (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_session_tracker.cc34 bool found_tabs = false; in LookupAllForeignSessions() local
39 found_tabs = true; in LookupAllForeignSessions()
43 if (found_tabs) in LookupAllForeignSessions()
Dsession_model_associator.cc227 bool found_tabs = false; in AssociateWindows() local
245 found_tabs = true; in AssociateWindows()
270 found_tabs = true; in AssociateWindows()
275 if (found_tabs) { in AssociateWindows()
/external/chromium_org/chrome/browser/sync/sessions2/
Dsessions_sync_manager.cc179 bool found_tabs = false; in AssociateWindows() local
197 found_tabs = true; in AssociateWindows()
213 found_tabs = true; in AssociateWindows()
217 if (found_tabs) { in AssociateWindows()
/external/chromium/chrome/browser/sync/glue/
Dsession_model_associator.cc142 bool found_tabs = false; in ReassociateWindows() local
147 found_tabs = true; in ReassociateWindows()
155 if (found_tabs) { in ReassociateWindows()