Lines Matching defs:Session
19 base::LazyInstance<base::ThreadLocalPointer<Session> >
31 const base::TimeDelta Session::kDefaultPageLoadTimeout =
34 Session::Session(const std::string& id)
44 Session::Session(const std::string& id, scoped_ptr<Chrome> chrome)
55 Session::~Session() {}
57 Status Session::GetTargetWindow(WebView** web_view) {
67 void Session::SwitchToTopFrame() {
71 void Session::SwitchToParentFrame() {
76 void Session::SwitchToSubFrame(const std::string& frame_id,
84 std::string Session::GetCurrentFrameId() const {
90 std::vector<WebDriverLog*> Session::GetAllLogs() const {
102 std::string Session::GetFirstBrowserError() const {
115 Session* GetThreadLocalSession() {
119 void SetThreadLocalSession(scoped_ptr<Session> session) {