Searched refs:TestingAutomationProvider (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider_aura.cc17 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
21 void TestingAutomationProvider::SetWindowBounds(int handle,
H A Dtesting_automation_provider_win.cc16 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
26 void TestingAutomationProvider::SetWindowBounds(int handle,
H A Dtesting_automation_provider.cc247 const int TestingAutomationProvider::kSynchronousCommands[] = {
254 TestingAutomationProvider::TestingAutomationProvider(Profile* profile) function in class:TestingAutomationProvider
264 TestingAutomationProvider::~TestingAutomationProvider() {
271 IPC::Channel::Mode TestingAutomationProvider::GetChannelMode(
283 void TestingAutomationProvider::OnBrowserAdded(Browser* browser) {
286 void TestingAutomationProvider::OnBrowserRemoved(Browser* browser) {
299 base::Bind(&TestingAutomationProvider::OnRemoveProvider, this));
304 void TestingAutomationProvider
[all...]
H A Dtesting_automation_provider_gtk.cc15 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
20 void TestingAutomationProvider::WindowGetViewBounds(int handle,
51 void TestingAutomationProvider::SetWindowBounds(int handle,
H A Dtesting_automation_provider_chromeos.cc132 void TestingAutomationProvider::PowerChanged(
138 void TestingAutomationProvider::AcceptOOBENetworkScreen(
153 void TestingAutomationProvider::AcceptOOBEEula(DictionaryValue* args,
176 void TestingAutomationProvider::CancelOOBEUpdate(DictionaryValue* args,
198 void TestingAutomationProvider::GetLoginInfo(DictionaryValue* args,
237 void TestingAutomationProvider::ShowCreateAccountUI(
248 void TestingAutomationProvider::LoginAsGuest(DictionaryValue* args,
257 void TestingAutomationProvider::SubmitLoginForm(DictionaryValue* args,
278 VLOG(2) << "TestingAutomationProvider::SubmitLoginForm "
285 void TestingAutomationProvider
[all...]
H A Dtesting_automation_provider_views.cc11 void TestingAutomationProvider::WindowGetViewBounds(int handle,
H A Dtesting_automation_provider.h49 class TestingAutomationProvider : public AutomationProvider, class in inherits:AutomationProvider,chrome::BrowserListObserver,chromeos::PowerManagerClient::Observer,content::NotificationObserver
56 explicit TestingAutomationProvider(Profile* profile);
65 virtual ~TestingAutomationProvider();
200 typedef void (TestingAutomationProvider::*JsonHandler)(base::DictionaryValue*,
205 typedef void (TestingAutomationProvider::*BrowserJsonHandler)(
1201 // Creates a new |TestingAutomationProvider| that opens a server channel
1429 DISALLOW_COPY_AND_ASSIGN(TestingAutomationProvider);
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_gtk.cc15 void TestingAutomationProvider::ActivateWindow(int handle) {
19 void TestingAutomationProvider::IsWindowMaximized(int handle,
26 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
32 void TestingAutomationProvider::WindowGetViewBounds(int handle,
61 void TestingAutomationProvider::GetWindowBounds(int handle,
68 void TestingAutomationProvider::SetWindowBounds(int handle,
80 void TestingAutomationProvider::SetWindowVisible(int handle,
95 void TestingAutomationProvider::GetWindowTitle(int handle, string16* text) {
H A Dtesting_automation_provider_win.cc15 void TestingAutomationProvider::ActivateWindow(int handle) {
21 void TestingAutomationProvider::IsWindowMaximized(int handle,
35 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
45 void TestingAutomationProvider::GetWindowBounds(int handle,
58 void TestingAutomationProvider::SetWindowBounds(int handle,
71 void TestingAutomationProvider::SetWindowVisible(int handle,
83 void TestingAutomationProvider::GetWindowTitle(int handle, string16* text) {
H A Dtesting_automation_provider.cc143 TestingAutomationProvider::TestingAutomationProvider(Profile* profile) function in class:TestingAutomationProvider
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
[all...]
H A Dtesting_automation_provider_views.cc81 class TestingAutomationProvider::PopupMenuWaiter : public views::MenuListener {
84 TestingAutomationProvider* automation)
110 TestingAutomationProvider* automation_;
116 void TestingAutomationProvider::WindowGetViewBounds(int handle,
144 void TestingAutomationProvider::GetFocusedViewID(int handle, int* view_id) {
157 void TestingAutomationProvider::WaitForFocusedViewIDToChange(
172 void TestingAutomationProvider::StartTrackingPopupMenus(
185 void TestingAutomationProvider::WaitForPopupMenuToOpen(
H A Dtesting_automation_provider_chromeos.cc130 void TestingAutomationProvider::GetLoginInfo(DictionaryValue* args,
154 void TestingAutomationProvider::LoginAsGuest(DictionaryValue* args,
163 void TestingAutomationProvider::Login(DictionaryValue* args,
180 void TestingAutomationProvider::LockScreen(DictionaryValue* args,
190 void TestingAutomationProvider::UnlockScreen(DictionaryValue* args,
203 void TestingAutomationProvider::SignoutInScreenLocker(
220 void TestingAutomationProvider::GetBatteryInfo(DictionaryValue* args,
250 void TestingAutomationProvider::GetNetworkInfo(DictionaryValue* args,
337 void TestingAutomationProvider::NetworkScan(DictionaryValue* args,
349 void TestingAutomationProvider
[all...]
H A Dtesting_automation_provider.h27 class TestingAutomationProvider : public AutomationProvider, class in inherits:AutomationProvider,BrowserList::Observer,ImporterList::Observer,NotificationObserver
32 explicit TestingAutomationProvider(Profile* profile);
50 virtual ~TestingAutomationProvider();
373 typedef void (TestingAutomationProvider::*JsonHandler)(DictionaryValue*,
378 typedef void (TestingAutomationProvider::*BrowserJsonHandler)(
1144 DISALLOW_COPY_AND_ASSIGN(TestingAutomationProvider);
/external/chromium_org/base/threading/
H A Dthread_restrictions.h24 class TestingAutomationProvider;
183 friend class ::TestingAutomationProvider;
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.h192 friend class TestingAutomationProvider;
/external/chromium/chrome/browser/ui/
H A Dbrowser.h911 friend class TestingAutomationProvider;
H A Dbrowser_init.cc1335 if (!CreateAutomationProvider<TestingAutomationProvider>(
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.h720 friend class TestingAutomationProvider;
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.cc490 if (!CreateAutomationProvider<TestingAutomationProvider>(
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents.h755 friend class TestingAutomationProvider;

Completed in 307 milliseconds