OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SessionServiceTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sessions/
session_service_unittest.cc
38
class
SessionServiceTest
: public BrowserWithTestWindowTest,
41
SessionServiceTest
() : window_bounds(0, 1, 2, 3), sync_save_count_(0) {}
176
TEST_F(
SessionServiceTest
, Basic) {
206
TEST_F(
SessionServiceTest
, PersistPostData) {
224
TEST_F(
SessionServiceTest
, ClosingTabStaysClosed) {
257
TEST_F(
SessionServiceTest
, Pruning) {
293
TEST_F(
SessionServiceTest
, TwoWindows) {
337
TEST_F(
SessionServiceTest
, WindowWithNoTabsGetsPruned) {
370
TEST_F(
SessionServiceTest
, ClosingWindowDoesntCloseTabs) {
407
TEST_F(
SessionServiceTest
, WindowCloseCommittedAfterNavigate)
[
all
...]
session_service.h
205
FRIEND_TEST_ALL_PREFIXES(
SessionServiceTest
, RestoreActivation1);
206
FRIEND_TEST_ALL_PREFIXES(
SessionServiceTest
, RestoreActivation2);
/external/chromium/chrome/browser/sessions/
session_service_unittest.cc
30
class
SessionServiceTest
: public BrowserWithTestWindowTest,
33
SessionServiceTest
() : window_bounds(0, 1, 2, 3), sync_save_count_(0){}
144
TEST_F(
SessionServiceTest
, Basic) {
173
TEST_F(
SessionServiceTest
, PersistPostData) {
191
TEST_F(
SessionServiceTest
, ClosingTabStaysClosed) {
224
TEST_F(
SessionServiceTest
, Pruning) {
258
TEST_F(
SessionServiceTest
, TwoWindows) {
313
TEST_F(
SessionServiceTest
, WindowWithNoTabsGetsPruned) {
343
TEST_F(
SessionServiceTest
, ClosingWindowDoesntCloseTabs) {
380
TEST_F(
SessionServiceTest
, WindowCloseCommittedAfterNavigate)
[
all
...]
Completed in 4733 milliseconds