OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestBrowserThread
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/public/test/
test_browser_thread.h
24
class
TestBrowserThread
{
26
explicit
TestBrowserThread
(BrowserThread::ID identifier);
27
TestBrowserThread
(BrowserThread::ID identifier,
29
~
TestBrowserThread
();
55
DISALLOW_COPY_AND_ASSIGN(
TestBrowserThread
);
test_browser_thread.cc
47
TestBrowserThread
::
TestBrowserThread
(BrowserThread::ID identifier)
51
TestBrowserThread
::
TestBrowserThread
(BrowserThread::ID identifier,
55
TestBrowserThread
::~
TestBrowserThread
() {
59
bool
TestBrowserThread
::Start() {
63
bool
TestBrowserThread
::StartIOThread() {
69
void
TestBrowserThread
::Stop() {
73
bool
TestBrowserThread
::IsRunning()
[
all
...]
Completed in 345 milliseconds