Lines Matching refs:Shell
25 void RunScriptAndCheckResult(Shell* shell, in RunScriptAndCheckResult()
36 void Navigate(Shell* shell) { in Navigate()
40 void CreateTable(Shell* shell) { in CreateTable()
44 void InsertRecord(Shell* shell, const std::string& data) { in InsertRecord()
48 void UpdateRecord(Shell* shell, int index, const std::string& data) { in UpdateRecord()
55 void DeleteRecord(Shell* shell, int index) { in DeleteRecord()
60 void CompareRecords(Shell* shell, const std::string& expected) { in CompareRecords()
64 bool HasTable(Shell* shell) { in HasTable()
183 Shell* otr = CreateOffTheRecordBrowser(); in IN_PROC_BROWSER_TEST_F()
194 Shell* otr = CreateOffTheRecordBrowser(); in IN_PROC_BROWSER_TEST_F()
211 Shell* shell2 = CreateBrowser(); in IN_PROC_BROWSER_TEST_F()
233 Shell* otr = CreateOffTheRecordBrowser(); in IN_PROC_BROWSER_TEST_F()
240 Shell* otr = CreateOffTheRecordBrowser(); in IN_PROC_BROWSER_TEST_F()
259 Shell* otr1 = CreateOffTheRecordBrowser(); in IN_PROC_BROWSER_TEST_F()
264 Shell* otr2 = CreateOffTheRecordBrowser(); in IN_PROC_BROWSER_TEST_F()