OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestBrowserThreadImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/public/test/
test_browser_thread.cc
14
class
TestBrowserThreadImpl
: public BrowserThreadImpl {
16
explicit
TestBrowserThreadImpl
(BrowserThread::ID identifier)
21
TestBrowserThreadImpl
(BrowserThread::ID identifier,
26
virtual ~
TestBrowserThreadImpl
() {
44
DISALLOW_COPY_AND_ASSIGN(
TestBrowserThreadImpl
);
48
: impl_(new
TestBrowserThreadImpl
(identifier)) {
53
: impl_(new
TestBrowserThreadImpl
(identifier, message_loop)) {}
test_browser_thread.h
19
class
TestBrowserThreadImpl
;
53
scoped_ptr<
TestBrowserThreadImpl
> impl_;
Completed in 28 milliseconds