Lines Matching refs:Session
20 base::LazyInstance<base::ThreadLocalPointer<Session> >
32 const base::TimeDelta Session::kDefaultPageLoadTimeout =
35 Session::Session(const std::string& id) in Session() function in Session
44 Session::Session(const std::string& id, scoped_ptr<Chrome> chrome) in Session() function in Session
54 Session::~Session() {} in ~Session()
56 Status Session::GetTargetWindow(WebView** web_view) { in GetTargetWindow()
66 void Session::SwitchToTopFrame() { in SwitchToTopFrame()
70 void Session::SwitchToSubFrame(const std::string& frame_id, in SwitchToSubFrame()
78 std::string Session::GetCurrentFrameId() const { in GetCurrentFrameId()
84 std::vector<WebDriverLog*> Session::GetAllLogs() const { in GetAllLogs()
96 Session* GetThreadLocalSession() { in GetThreadLocalSession()
100 void SetThreadLocalSession(scoped_ptr<Session> session) { in SetThreadLocalSession()