OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MockBackgroundContents
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
background_contents_service_unittest.cc
55
class
MockBackgroundContents
: public BackgroundContents {
57
explicit
MockBackgroundContents
(Profile* profile)
61
MockBackgroundContents
(Profile* profile, const std::string& id)
90
~
MockBackgroundContents
() {
118
MockBackgroundContents
* contents = new
MockBackgroundContents
(&profile);
134
scoped_ptr<
MockBackgroundContents
> contents(
135
new
MockBackgroundContents
(&profile));
157
MockBackgroundContents
* contents = new
MockBackgroundContents
(&profile)
[
all
...]
/external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc
53
class
MockBackgroundContents
: public BackgroundContents {
55
explicit
MockBackgroundContents
(Profile* profile)
59
MockBackgroundContents
(Profile* profile, const std::string& id)
88
virtual ~
MockBackgroundContents
() {
116
MockBackgroundContents
* contents = new
MockBackgroundContents
(&profile);
133
scoped_ptr<
MockBackgroundContents
> contents(
134
new
MockBackgroundContents
(&profile));
158
MockBackgroundContents
* contents = new
MockBackgroundContents
(&profile)
[
all
...]
Completed in 574 milliseconds