Lines Matching defs:otr
184 Shell* otr = CreateOffTheRecordBrowser();
185 Navigate(otr);
186 ASSERT_FALSE(HasTable(otr));
188 CreateTable(otr);
189 CompareRecords(otr, std::string());
195 Shell* otr = CreateOffTheRecordBrowser();
196 Navigate(otr);
197 CreateTable(otr);
198 InsertRecord(otr, "text");
232 // Verify OTR database is removed after OTR window closes.
234 Shell* otr = CreateOffTheRecordBrowser();
235 Navigate(otr);
236 CreateTable(otr);
237 InsertRecord(otr, "text");
241 Shell* otr = CreateOffTheRecordBrowser();
242 Navigate(otr);
243 ASSERT_FALSE(HasTable(otr));