OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestingAutomationProvider
(Results
1 - 2
of
2
) sorted by null
/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 881 milliseconds