HomeSort by relevance Sort by last modified time
    Searched refs:TestingAutomationProvider (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_aura.cc 17 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
21 void TestingAutomationProvider::SetWindowBounds(int handle,
testing_automation_provider_win.cc 16 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
26 void TestingAutomationProvider::SetWindowBounds(int handle,
testing_automation_provider.cc 247 const int TestingAutomationProvider::kSynchronousCommands[] = {
254 TestingAutomationProvider::TestingAutomationProvider(Profile* profile)
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::Observe
    [all...]
testing_automation_provider_gtk.cc 15 void TestingAutomationProvider::TerminateSession(int handle, bool* success) {
20 void TestingAutomationProvider::WindowGetViewBounds(int handle,
51 void TestingAutomationProvider::SetWindowBounds(int handle,
testing_automation_provider_chromeos.cc 132 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::AddLoginEventObserver
    [all...]
testing_automation_provider_views.cc 11 void TestingAutomationProvider::WindowGetViewBounds(int handle,
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...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_gtk.cc 15 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) {
testing_automation_provider_win.cc 15 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) {
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...]
testing_automation_provider_views.cc 81 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(
testing_automation_provider_chromeos.cc 130 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::GetProxySettings(DictionaryValue* args
    [all...]
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...]
  /external/chromium_org/base/threading/
thread_restrictions.h 24 class TestingAutomationProvider;
183 friend class ::TestingAutomationProvider;
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.h 192 friend class TestingAutomationProvider;
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 755 friend class TestingAutomationProvider;
    [all...]
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
browser_init.cc     [all...]
  /external/chromium_org/chrome/browser/ui/
browser.h 720 friend class TestingAutomationProvider;
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 490 if (!CreateAutomationProvider<TestingAutomationProvider>(

Completed in 225 milliseconds