OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestingAutomationProvider
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/automation/
testing_automation_provider.h
49
class
TestingAutomationProvider
: public AutomationProvider,
56
explicit
TestingAutomationProvider
(Profile* profile);
65
virtual ~
TestingAutomationProvider
();
200
typedef void (
TestingAutomationProvider
::*JsonHandler)(base::DictionaryValue*,
205
typedef void (
TestingAutomationProvider
::*BrowserJsonHandler)(
[
all
...]
testing_automation_provider.cc
240
const int
TestingAutomationProvider
::kSynchronousCommands[] = {
247
TestingAutomationProvider
::
TestingAutomationProvider
(Profile* profile)
257
TestingAutomationProvider
::~
TestingAutomationProvider
() {
264
IPC::Channel::Mode
TestingAutomationProvider
::GetChannelMode(
276
void
TestingAutomationProvider
::OnBrowserAdded(Browser* browser) {
279
void
TestingAutomationProvider
::OnBrowserRemoved(Browser* browser) {
292
base::Bind(&
TestingAutomationProvider
::OnRemoveProvider, this));
297
void
TestingAutomationProvider
::Observe
[
all
...]
/external/chromium/chrome/browser/automation/
testing_automation_provider.h
27
class
TestingAutomationProvider
: public AutomationProvider,
32
explicit
TestingAutomationProvider
(Profile* profile);
50
virtual ~
TestingAutomationProvider
();
373
typedef void (
TestingAutomationProvider
::*JsonHandler)(DictionaryValue*,
378
typedef void (
TestingAutomationProvider
::*BrowserJsonHandler)(
[
all
...]
testing_automation_provider.cc
143
TestingAutomationProvider
::
TestingAutomationProvider
(Profile* profile)
154
TestingAutomationProvider
::~
TestingAutomationProvider
() {
158
void
TestingAutomationProvider
::OnBrowserAdded(const Browser* browser) {
161
void
TestingAutomationProvider
::OnBrowserRemoved(const Browser* browser) {
170
NewRunnableMethod(this, &
TestingAutomationProvider
::OnRemoveProvider));
174
void
TestingAutomationProvider
::OnSourceProfilesLoaded() {
208
void
TestingAutomationProvider
::Observe(NotificationType type,
218
bool
TestingAutomationProvider
::OnMessageReceived
[
all
...]
Completed in 333 milliseconds