OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BackgroundContentsServiceTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
background_contents_service_unittest.cc
24
class
BackgroundContentsServiceTest
: public TestingBrowserProcessTest {
26
BackgroundContentsServiceTest
() {}
27
~
BackgroundContentsServiceTest
() {}
109
TEST_F(
BackgroundContentsServiceTest
, Create) {
115
TEST_F(
BackgroundContentsServiceTest
, BackgroundContentsCreateDestroy) {
126
TEST_F(
BackgroundContentsServiceTest
, BackgroundContentsUrlAdded) {
152
TEST_F(
BackgroundContentsServiceTest
, BackgroundContentsUrlAddedAndClosed) {
171
TEST_F(
BackgroundContentsServiceTest
, RestartBackgroundContents) {
201
TEST_F(
BackgroundContentsServiceTest
, TestApplicationIDLinkage) {
/external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc
26
class
BackgroundContentsServiceTest
: public testing::Test {
28
BackgroundContentsServiceTest
() {}
29
virtual ~
BackgroundContentsServiceTest
() {}
107
TEST_F(
BackgroundContentsServiceTest
, Create) {
113
TEST_F(
BackgroundContentsServiceTest
, BackgroundContentsCreateDestroy) {
124
TEST_F(
BackgroundContentsServiceTest
, BackgroundContentsUrlAdded) {
151
TEST_F(
BackgroundContentsServiceTest
, BackgroundContentsUrlAddedAndClosed) {
172
TEST_F(
BackgroundContentsServiceTest
, RestartBackgroundContents) {
204
TEST_F(
BackgroundContentsServiceTest
, TestApplicationIDLinkage) {
Completed in 158 milliseconds