OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestAutomationProvider
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/test/net/
test_automation_provider.h
18
// Callback interface for
TestAutomationProvider
.
32
class
TestAutomationProvider
35
TestAutomationProvider
(Profile* profile,
38
virtual ~
TestAutomationProvider
();
50
//
TestAutomationProvider
.
51
static
TestAutomationProvider
* NewAutomationProvider(
62
static
TestAutomationProvider
* g_provider_instance_;
test_automation_provider.cc
28
TestAutomationProvider
*
TestAutomationProvider
::g_provider_instance_ = NULL;
30
TestAutomationProvider
::
TestAutomationProvider
(
40
"http",
TestAutomationProvider
::Factory);
42
"https",
TestAutomationProvider
::Factory);
48
TestAutomationProvider
::~
TestAutomationProvider
() {
53
bool
TestAutomationProvider
::OnMessageReceived(const IPC::Message& msg) {
61
bool
TestAutomationProvider
::Send(IPC::Message* msg)
[
all
...]
Completed in 26 milliseconds