Home
last modified time | relevance | path

Searched refs:CreateSessionModel (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/sessions/
Dsessions_api.h42 scoped_ptr<api::sessions::Session> CreateSessionModel(
60 scoped_ptr<api::sessions::Session> CreateSessionModel(
Dsessions_api.cc174 SessionsGetRecentlyClosedFunction::CreateSessionModel( in CreateSessionModel() function in extensions::SessionsGetRecentlyClosedFunction
218 result.push_back(make_linked_ptr(CreateSessionModel(entry).release())); in RunImpl()
317 SessionsGetDevicesFunction::CreateSessionModel( in CreateSessionModel() function in extensions::SessionsGetDevicesFunction
343 scoped_ptr<api::sessions::Session> session_model(CreateSessionModel( in CreateDeviceModel()