OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForeignSession
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ForeignSessionHelper.java
39
public static class
ForeignSession
{
56
private
ForeignSession
(String tag, String name, int deviceType, long modifiedTime) {
97
private static
ForeignSession
pushSession(
98
List<
ForeignSession
> sessions, String tag, String name, int deviceType,
100
ForeignSession
session = new
ForeignSession
(tag, name, deviceType, modifiedTime);
107
ForeignSession
session, long timestamp, int sessionId) {
162
public List<
ForeignSession
> getForeignSessions() {
163
List<
ForeignSession
> result = new ArrayList<
ForeignSession
>();
[
all
...]
NewTabPagePrefs.java
7
import org.chromium.chrome.browser.ForeignSessionHelper.
ForeignSession
;
110
public void setForeignSessionCollapsed(
ForeignSession
session, boolean isCollapsed) {
119
public boolean getForeignSessionCollapsed(
ForeignSession
session) {
Completed in 70 milliseconds