HomeSort by relevance Sort by last modified time
    Searched full:automationprovider (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/automation/
automation_provider_list.h 12 class AutomationProvider;
14 // Stores a list of all AutomationProvider objects.
18 typedef std::vector<AutomationProvider*> list_type;
23 bool AddProvider(AutomationProvider* provider);
24 bool RemoveProvider(AutomationProvider* provider);
automation_provider_observers.h 43 class AutomationProvider;
64 InitialLoadObserver(size_t tab_count, AutomationProvider* automation);
89 base::WeakPtr<AutomationProvider> automation_;
104 explicit NetworkManagerInitObserver(AutomationProvider* automation);
110 base::WeakPtr<AutomationProvider> automation_;
119 explicit NewTabUILoadObserver(AutomationProvider* automation);
128 base::WeakPtr<AutomationProvider> automation_;
135 NavigationControllerRestoredObserver(AutomationProvider* automation,
149 base::WeakPtr<AutomationProvider> automation_;
159 AutomationProvider* automation
    [all...]
automation_provider.cc 108 AutomationProvider::AutomationProvider(Profile* profile)
115 TRACE_EVENT_BEGIN("AutomationProvider::AutomationProvider", 0, "");
131 TRACE_EVENT_END("AutomationProvider::AutomationProvider", 0, "");
134 AutomationProvider::~AutomationProvider() {
141 bool AutomationProvider::InitializeChannel(const std::string& channel_id) {
142 TRACE_EVENT_BEGIN("AutomationProvider::InitializeChannel", 0, "")
    [all...]
automation_util.h 13 class AutomationProvider;
56 void GetCookiesJSON(AutomationProvider* provider,
62 void DeleteCookieJSON(AutomationProvider* provider,
68 void SetCookieJSON(AutomationProvider* provider,
automation_provider_win.cc 130 WindowDragResponseTask(AutomationProvider* provider,
142 AutomationProvider* provider_;
148 void AutomationProvider::WindowSimulateDrag(
231 void AutomationProvider::CreateExternalTab(
235 TRACE_EVENT_BEGIN("AutomationProvider::CreateExternalTab", 0, "");
265 TRACE_EVENT_END("AutomationProvider::CreateExternalTab", 0, "");
268 bool AutomationProvider::AddExternalTab(ExternalTabContainer* external_tab) {
281 void AutomationProvider::ProcessUnhandledAccelerator(
290 void AutomationProvider::SetInitialFocus(const IPC::Message& message,
300 void AutomationProvider::PrintAsync(int tab_handle)
    [all...]
automation_provider_list.cc 26 bool AutomationProviderList::AddProvider(AutomationProvider* provider) {
32 bool AutomationProviderList::RemoveProvider(AutomationProvider* provider) {
automation_provider_mac.mm 22 void AutomationProvider::PrintAsync(int tab_handle) {
26 void AutomationProvider::WindowSimulateDrag(
automation_provider_observers_chromeos.cc 17 AutomationProvider* automation)
44 AutomationProvider* automation,
74 AutomationProvider* automation,
99 NetworkScanObserver::NetworkScanObserver(AutomationProvider* automation,
119 NetworkConnectObserver::NetworkConnectObserver(AutomationProvider* automation,
160 AutomationProvider* automation, IPC::Message* reply_message,
171 AutomationProvider* automation, IPC::Message* reply_message,
automation_provider_json.h 15 class AutomationProvider;
31 AutomationJSONReply(AutomationProvider* provider,
44 AutomationProvider* provider_;
automation_provider_gtk.cc 21 void AutomationProvider::PrintAsync(int tab_handle) {
31 WindowDragResponseTask(AutomationProvider* provider,
48 AutomationProvider* provider_;
106 void AutomationProvider::WindowSimulateDrag(
chrome_frame_automation_provider.cc 13 : AutomationProvider(profile) {}
18 return AutomationProvider::OnMessageReceived(message);
automation_provider_observers.cc 89 AutomationProvider* automation)
155 NewTabUILoadObserver::NewTabUILoadObserver(AutomationProvider* automation)
179 AutomationProvider* automation,
221 AutomationProvider* automation,
315 NotificationType notification, AutomationProvider* automation)
336 Browser* parent, AutomationProvider* automation,
362 AutomationProvider* automation, bool wait_until_closed,
392 TabCountChangeObserver::TabCountChangeObserver(AutomationProvider* automation,
452 AutomationProvider* automation, int id, IPC::Message* reply_message)
507 AutomationProvider* automation
    [all...]
chrome_frame_automation_provider.h 22 class ChromeFrameAutomationProvider : public AutomationProvider {
automation_provider.h 80 class AutomationProvider
83 public base::SupportsWeakPtr<AutomationProvider>,
84 public base::RefCountedThreadSafe<AutomationProvider,
87 explicit AutomationProvider(Profile* profile);
154 friend class DeleteTask<AutomationProvider>;
155 virtual ~AutomationProvider();
389 DISALLOW_COPY_AND_ASSIGN(AutomationProvider);
automation_provider_json.cc 30 AutomationJSONReply::AutomationJSONReply(AutomationProvider* provider,
testing_automation_provider_views.cc 28 AutomationProvider* automation,
72 AutomationProvider* automation_;
automation_util.cc 185 void GetCookiesJSON(AutomationProvider* provider,
230 void DeleteCookieJSON(AutomationProvider* provider,
261 void SetCookieJSON(AutomationProvider* provider,
testing_automation_provider_chromeos.cc 26 bool EnsureCrosLibraryLoaded(AutomationProvider* provider,
  /external/chromium/chrome/common/
automation_constants.h 13 // AutomationProvider and AutomationProxy.
29 // Recognized by the AutomationProvider's SendWebKeyboardEventToSelectedTab
38 // Recognized by the AutomationProvider's SendWebKeyboardEventToSelectedTab
automation_messages_internal.h 36 // This message is fired when the AutomationProvider is up and running
49 // This message notifies the AutomationProvider to append a new tab the
65 // This message notifies the AutomationProvider to active the tab.
83 // This message notifies the AutomationProvider to set and broadcast a cookie
153 // This message notifies the AutomationProvider that a handle is no
159 // This message tells the AutomationProvider to provide the given
168 // This message tells the AutomationProvider to cancel the login in the
185 // This message asks the AutomationProvider whether a tab is waiting for
191 // This message requests that the AutomationProvider executes a JavaScript,
375 // This message notifies the AutomationProvider to create a tab which i
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.h 27 class AutomationProvider;
53 ExternalTabContainer(AutomationProvider* automation,
81 // 3. In AutomationProvider::CreateExternalTab
87 bool Reinitialize(AutomationProvider* automation_provider,
95 // See TabContents::FocusThroughTabTraversal. Called from AutomationProvider.
270 scoped_refptr<AutomationProvider> automation_;
350 TemporaryPopupExternalTabContainer(AutomationProvider* automation,
external_tab_container_win.cc 89 AutomationProvider* automation, AutomationResourceMessageFilter* filter)
240 AutomationProvider* automation_provider,
    [all...]
browser_process_impl.cc 154 // Both NotificationService and AutomationProvider are singleton instances in
155 // the BrowserProcess. Since AutomationProvider may have some active
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
view_screen.h 42 friend class AutomationProvider;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 275 // used by AutomationProvider::AutocompleteEditGetMatches.
376 // AutomationProvider::AutocompleteEditIsQueryInProgress.

Completed in 1428 milliseconds

1 2