Searched refs:reply_message (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider.h82 void CloseBrowser(int handle, IPC::Message* reply_message);
84 void AppendTab(int handle, const GURL& url, IPC::Message* reply_message);
88 IPC::Message* reply_message);
93 IPC::Message* reply_message);
95 void Reload(int handle, IPC::Message* reply_message);
98 IPC::Message* reply_message);
106 IPC::Message* reply_message);
121 IPC::Message* reply_message);
126 IPC::Message* reply_message);
146 void WaitForBookmarkModelToLoad(int handle, IPC::Message* reply_message);
[all...]
H A Dtesting_automation_provider.cc200 IPC::Message* reply_message) {
202 AutomationJSONReply(automation.get(), reply_message).SendSuccess(NULL);
207 IPC::Message* reply_message,
212 SendSuccessReply(automation, reply_message);
215 AutomationJSONReply(automation.get(), reply_message)
403 IPC::Message* reply_message) {
408 new BrowserClosedNotificationObserver(browser, this, reply_message, false);
427 IPC::Message* reply_message) {
434 reply_message, false);
450 AutomationMsg_AppendTab::WriteReplyParams(reply_message,
199 SendSuccessReply(base::WeakPtr<AutomationProvider> automation, IPC::Message* reply_message) argument
206 DidEnablePlugin(base::WeakPtr<AutomationProvider> automation, IPC::Message* reply_message, const base::FilePath::StringType& path, const std::string& error_msg, bool did_enable) argument
402 CloseBrowser(int browser_handle, IPC::Message* reply_message) argument
425 AppendTab(int handle, const GURL& url, IPC::Message* reply_message) argument
495 CloseTab(int tab_handle, bool wait_until_closed, IPC::Message* reply_message) argument
521 NavigateToURLBlockUntilNavigationsComplete( int handle, const GURL& url, int number_of_navigations, IPC::Message* reply_message) argument
579 Reload(int handle, IPC::Message* reply_message) argument
636 ExecuteBrowserCommand( int handle, int command, IPC::Message* reply_message) argument
665 WebkitMouseClick(DictionaryValue* args, IPC::Message* reply_message) argument
714 WebkitMouseMove( DictionaryValue* args, IPC::Message* reply_message) argument
740 WebkitMouseDrag(DictionaryValue* args, IPC::Message* reply_message) argument
790 WebkitMouseButtonDown( DictionaryValue* args, IPC::Message* reply_message) argument
818 WebkitMouseButtonUp( DictionaryValue* args, IPC::Message* reply_message) argument
846 WebkitMouseDoubleClick( DictionaryValue* args, IPC::Message* reply_message) argument
884 DragAndDropFilePaths( DictionaryValue* args, IPC::Message* reply_message) argument
1013 ExecuteJavascriptInRenderViewFrame( const string16& frame_xpath, const string16& script, IPC::Message* reply_message, RenderViewHost* render_view_host) argument
1029 ExecuteJavascript( int handle, const std::wstring& frame_xpath, const std::wstring& script, IPC::Message* reply_message) argument
1043 WideToUTF16Hack(script), reply_message, local
1049 OpenNewBrowserWindowWithNewProfile( base::DictionaryValue* args, IPC::Message* reply_message) argument
1059 GetMultiProfileInfo( base::DictionaryValue* args, IPC::Message* reply_message) argument
1080 OpenNewBrowserWindowOfType( int type, bool show, IPC::Message* reply_message) argument
1093 OpenNewBrowserWindow( base::DictionaryValue* args, IPC::Message* reply_message) argument
1111 GetBrowserWindowCountJSON( base::DictionaryValue* args, IPC::Message* reply_message) argument
1122 CloseBrowserWindow( base::DictionaryValue* args, IPC::Message* reply_message) argument
1136 OpenProfileWindow( base::DictionaryValue* args, IPC::Message* reply_message) argument
1212 GetBookmarkBarStatus( DictionaryValue* args, IPC::Message* reply_message) argument
1234 GetBookmarksAsJSON( DictionaryValue* args, IPC::Message* reply_message) argument
1263 WaitForBookmarkModelToLoad( int handle, IPC::Message* reply_message) argument
1283 WaitForBookmarkModelToLoadJSON( DictionaryValue* args, IPC::Message* reply_message) argument
1305 AddBookmark( DictionaryValue* args, IPC::Message* reply_message) argument
1362 ReparentBookmark(DictionaryValue* args, IPC::Message* reply_message) argument
1404 SetBookmarkTitle(DictionaryValue* args, IPC::Message* reply_message) argument
1438 SetBookmarkURL(DictionaryValue* args, IPC::Message* reply_message) argument
1471 RemoveBookmark(DictionaryValue* args, IPC::Message* reply_message) argument
1505 WaitForBrowserWindowCountToBecome( int target_count, IPC::Message* reply_message) argument
1522 GoBackBlockUntilNavigationsComplete( int handle, int number_of_navigations, IPC::Message* reply_message) argument
1540 GoForwardBlockUntilNavigationsComplete( int handle, int number_of_navigations, IPC::Message* reply_message) argument
1938 SendJSONRequestWithBrowserHandle( int handle, const std::string& json_request, IPC::Message* reply_message) argument
1953 SendJSONRequestWithBrowserIndex( int index, const std::string& json_request, IPC::Message* reply_message) argument
[all...]
H A Dtesting_automation_provider_chromeos.cc140 IPC::Message* reply_message) {
144 AutomationJSONReply(this, reply_message).SendError(
149 new WizardControllerObserver(wizard_controller, this, reply_message);
154 IPC::Message* reply_message) {
159 AutomationJSONReply(this, reply_message).SendError(
167 AutomationJSONReply(this, reply_message).SendError(
172 new WizardControllerObserver(wizard_controller, this, reply_message);
177 IPC::Message* reply_message) {
183 AutomationJSONReply(this, reply_message).SendSuccess(return_value.get());
189 AutomationJSONReply(this, reply_message)
138 AcceptOOBENetworkScreen( DictionaryValue* args, IPC::Message* reply_message) argument
153 AcceptOOBEEula(DictionaryValue* args, IPC::Message* reply_message) argument
176 CancelOOBEUpdate(DictionaryValue* args, IPC::Message* reply_message) argument
198 GetLoginInfo(DictionaryValue* args, IPC::Message* reply_message) argument
237 ShowCreateAccountUI( DictionaryValue* args, IPC::Message* reply_message) argument
248 LoginAsGuest(DictionaryValue* args, IPC::Message* reply_message) argument
257 SubmitLoginForm(DictionaryValue* args, IPC::Message* reply_message) argument
285 AddLoginEventObserver( DictionaryValue* args, IPC::Message* reply_message) argument
308 SignOut(DictionaryValue* args, IPC::Message* reply_message) argument
318 PickUserImage(DictionaryValue* args, IPC::Message* reply_message) argument
356 SkipToLogin(DictionaryValue* args, IPC::Message* reply_message) argument
392 GetOOBEScreenInfo(DictionaryValue* args, IPC::Message* reply_message) argument
417 LockScreen(DictionaryValue* args, IPC::Message* reply_message) argument
423 UnlockScreen(DictionaryValue* args, IPC::Message* reply_message) argument
447 SignoutInScreenLocker( DictionaryValue* args, IPC::Message* reply_message) argument
464 GetBatteryInfo(DictionaryValue* args, IPC::Message* reply_message) argument
496 GetNetworkInfo(DictionaryValue* args, IPC::Message* reply_message) argument
598 NetworkScan(DictionaryValue* args, IPC::Message* reply_message) argument
607 ToggleNetworkDevice( DictionaryValue* args, IPC::Message* reply_message) argument
635 SetSharedProxies( DictionaryValue* args, IPC::Message* reply_message) argument
657 SetProxySettings(DictionaryValue* args, IPC::Message* reply_message) argument
681 ConnectToCellularNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
706 DisconnectFromCellularNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
723 ConnectToWifiNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
757 ForgetWifiNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
770 ConnectToHiddenWifiNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
862 DisconnectFromWifiNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
876 AddPrivateNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
951 ConnectToPrivateNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
980 GetPrivateNetworkInfo( DictionaryValue* args, IPC::Message* reply_message) argument
1010 DisconnectFromPrivateNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
1024 ExecuteJavascriptInOOBEWebUI( DictionaryValue* args, IPC::Message* reply_message) argument
1064 reply_message, local
1068 EnableSpokenFeedback( DictionaryValue* args, IPC::Message* reply_message) argument
1083 IsSpokenFeedbackEnabled( DictionaryValue* args, IPC::Message* reply_message) argument
1093 GetTimeInfo(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
1112 GetTimeInfo(DictionaryValue* args, IPC::Message* reply_message) argument
1117 SetTimezone(DictionaryValue* args, IPC::Message* reply_message) argument
1130 UpdateCheck( DictionaryValue* args, IPC::Message* reply_message) argument
1138 GetVolumeInfo(DictionaryValue* args, IPC::Message* reply_message) argument
1152 SetVolume(DictionaryValue* args, IPC::Message* reply_message) argument
1169 SetMute(DictionaryValue* args, IPC::Message* reply_message) argument
1186 OpenCrosh(DictionaryValue* args, IPC::Message* reply_message) argument
[all...]
H A Dautomation_provider_observers_chromeos.cc88 IPC::Message* reply_message)
91 reply_message_(reply_message) {
120 IPC::Message* reply_message)
123 reply_message_(reply_message) {
165 IPC::Message* reply_message,
168 reply_message_(reply_message),
193 IPC::Message* reply_message)
194 : ScreenLockUnlockObserver(automation, reply_message, false) {
216 IPC::Message* reply_message)
217 : automation_(automation->AsWeakPtr()), reply_message_(reply_message) {
86 LoginObserver(chromeos::ExistingUserController* controller, AutomationProvider* automation, IPC::Message* reply_message) argument
117 WizardControllerObserver( WizardController* wizard_controller, AutomationProvider* automation, IPC::Message* reply_message) argument
163 ScreenLockUnlockObserver( AutomationProvider* automation, IPC::Message* reply_message, bool lock_screen) argument
192 ScreenUnlockObserver(AutomationProvider* automation, IPC::Message* reply_message) argument
215 NetworkScanObserver(AutomationProvider* automation, IPC::Message* reply_message) argument
238 ToggleNetworkDeviceObserver( AutomationProvider* automation, IPC::Message* reply_message, const std::string& device, bool enable) argument
264 NetworkStatusObserver(AutomationProvider* automation, IPC::Message* reply_message) argument
294 NetworkConnectObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
320 NetworkDisconnectObserver( AutomationProvider* automation, IPC::Message* reply_message, const std::string& service_path) argument
340 ServicePathConnectObserver( AutomationProvider* automation, IPC::Message* reply_message, const std::string& service_path) argument
351 SSIDConnectObserver( AutomationProvider* automation, IPC::Message* reply_message, const std::string& ssid) argument
369 VirtualConnectObserver(AutomationProvider* automation, IPC::Message* reply_message, const std::string& service_name) argument
[all...]
H A Dautomation_util.h78 IPC::Message* reply_message);
84 IPC::Message* reply_message);
90 IPC::Message* reply_message);
H A Dautomation_provider_observers.cc237 IPC::Message* reply_message)
240 reply_message_(reply_message) {
277 IPC::Message* reply_message,
282 reply_message_(reply_message),
402 IPC::Message* reply_message,
407 reply_message_(reply_message),
439 IPC::Message* reply_message,
444 reply_message_(reply_message),
477 IPC::Message* reply_message,
480 reply_message_(reply_message),
234 NavigationControllerRestoredObserver( AutomationProvider* automation, NavigationController* controller, IPC::Message* reply_message) argument
274 NavigationNotificationObserver( NavigationController* controller, AutomationProvider* automation, IPC::Message* reply_message, int number_of_navigations, bool include_current_navigation, bool use_json_interface) argument
399 TabAppendedNotificationObserver( Browser* parent, AutomationProvider* automation, IPC::Message* reply_message, bool use_json_interface) argument
436 TabClosedNotificationObserver( AutomationProvider* automation, bool wait_until_closed, IPC::Message* reply_message, bool use_json_interface) argument
475 TabCountChangeObserver(AutomationProvider* automation, Browser* browser, IPC::Message* reply_message, int target_tab_count) argument
536 ExtensionUninstallObserver( AutomationProvider* automation, IPC::Message* reply_message, const std::string& id) argument
593 ExtensionReadyNotificationObserver( ExtensionProcessManager* manager, ExtensionService* service, AutomationProvider* automation, IPC::Message* reply_message) argument
693 ExtensionsUpdatedObserver( ExtensionProcessManager* manager, AutomationProvider* automation, IPC::Message* reply_message) argument
738 BrowserOpenedNotificationObserver( AutomationProvider* automation, IPC::Message* reply_message, bool use_json_interface) argument
801 BrowserClosedNotificationObserver( Browser* browser, AutomationProvider* automation, IPC::Message* reply_message, bool use_json_interface) argument
853 BrowserCountChangeNotificationObserver( int target_count, AutomationProvider* automation, IPC::Message* reply_message) argument
929 CreateAndRegisterObserver( AutomationProvider* automation, Browser* browser, int command, IPC::Message* reply_message, bool use_json_interface) argument
1007 ExecuteBrowserCommandObserver( AutomationProvider* automation, IPC::Message* reply_message, bool use_json_interface) argument
1044 FindInPageNotificationObserver( AutomationProvider* automation, WebContents* parent_tab, bool reply_with_json, IPC::Message* reply_message) argument
1141 DomOperationMessageSender( AutomationProvider* automation, IPC::Message* reply_message, bool use_json_interface) argument
1214 InfoBarCountObserver(AutomationProvider* automation, IPC::Message* reply_message, WebContents* web_contents, size_t target_count) argument
1256 AutomationProviderBookmarkModelObserver( AutomationProvider* provider, IPC::Message* reply_message, BookmarkModel* model, bool use_json_interface) argument
1302 AutomationProviderDownloadUpdatedObserver( AutomationProvider* provider, IPC::Message* reply_message, bool wait_for_open, bool incognito) argument
1348 AutomationProviderDownloadModelChangedObserver( AutomationProvider* provider, IPC::Message* reply_message, DownloadManager* download_manager) argument
1377 AllDownloadsCompleteObserver( AutomationProvider* provider, IPC::Message* reply_message, DownloadManager* download_manager, ListValue* pre_download_ids) argument
1456 AutomationProviderSearchEngineObserver( AutomationProvider* provider, Profile* profile, IPC::Message* reply_message) argument
1479 AutomationProviderHistoryObserver( AutomationProvider* provider, IPC::Message* reply_message) argument
1522 AutomationProviderImportSettingsObserver( AutomationProvider* provider, IPC::Message* reply_message) argument
1550 AutomationProviderGetPasswordsObserver( AutomationProvider* provider, IPC::Message* reply_message) argument
1604 PasswordStoreLoginsChangedObserver( AutomationProvider* automation, IPC::Message* reply_message, PasswordStoreChange::Type expected_type, const std::string& result_key) argument
1692 OmniboxAcceptNotificationObserver( NavigationController* controller, AutomationProvider* automation, IPC::Message* reply_message) argument
1724 SavePackageNotificationObserver( content::DownloadManager* download_manager, AutomationProvider* automation, IPC::Message* reply_message) argument
1799 NTPInfoObserver(AutomationProvider* automation, IPC::Message* reply_message) argument
1931 AppLaunchObserver( NavigationController* controller, AutomationProvider* automation, IPC::Message* reply_message, extension_misc::LaunchContainer launch_container) argument
1998 GetAllNotificationsObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
2068 NewNotificationBalloonObserver( AutomationProvider* provider, IPC::Message* reply_message) argument
2090 OnNotificationBalloonCountObserver( AutomationProvider* provider, IPC::Message* reply_message, int count) argument
2132 RendererProcessClosedObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
2154 InputEventAckNotificationObserver( AutomationProvider* automation, IPC::Message* reply_message, int event_type, int count) argument
2202 NewTabObserver(AutomationProvider* automation, IPC::Message* reply_message, bool use_json_interface) argument
2242 WaitForProcessLauncherThreadToGoIdleObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
2287 DragTargetDropAckNotificationObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
2316 ProcessInfoObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
2400 V8HeapStatsObserver( AutomationProvider* automation, IPC::Message* reply_message, base::ProcessId renderer_id) argument
2444 FPSObserver( AutomationProvider* automation, IPC::Message* reply_message, base::ProcessId renderer_id, int routing_id) argument
2492 BrowserOpenedWithNewProfileNotificationObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
2552 ExtensionPopupObserver( AutomationProvider* automation, IPC::Message* reply_message, const std::string& extension_id) argument
2586 WindowMaximizedObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
2612 BrowserOpenedWithExistingProfileNotificationObserver( AutomationProvider* automation, IPC::Message* reply_message, int num_loads) argument
[all...]
H A Dautomation_provider_observers.h199 IPC::Message* reply_message);
223 IPC::Message* reply_message,
271 IPC::Message* reply_message,
291 IPC::Message* reply_message,
313 IPC::Message* reply_message,
344 IPC::Message* reply_message,
371 IPC::Message* reply_message);
422 IPC::Message* reply_message);
450 IPC::Message* reply_message,
476 IPC::Message* reply_message,
[all...]
H A Dautomation_provider.h144 IPC::Message* reply_message = reply_message_; local
146 return reply_message;
212 IPC::Message* reply_message);
224 scoped_ptr<IPC::Message> reply_message; member in struct:AutomationProvider::TracingData
245 IPC::Message* reply_message);
259 void EndTracing(IPC::Message* reply_message);
331 void OnRunUnloadHandlers(int handle, IPC::Message* reply_message);
H A Dautomation_provider.cc396 IPC::Message* reply_message = tracing_data_.reply_message.release(); local
397 if (reply_message) {
399 reply_message, tracing_data_.trace_output.size(), true);
400 Send(reply_message);
524 IPC::Message* reply_message) {
526 AutomationMsg_Find::WriteReplyParams(reply_message, -1, -1);
527 Send(reply_message);
540 reply_message);
550 IPC::Message* reply_message) {
521 HandleFindRequest( int handle, const AutomationMsg_Find_Params& params, IPC::Message* reply_message) argument
543 SendFindRequest( WebContents* web_contents, bool with_json, const string16& search_string, bool forward, bool match_case, bool find_next, IPC::Message* reply_message) argument
748 EndTracing(IPC::Message* reply_message) argument
[all...]
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.h47 IPC::Message* reply_message; member in struct:TestingAutomationProvider::ImportSettingsData
65 void CloseBrowser(int handle, IPC::Message* reply_message);
68 void AppendTab(int handle, const GURL& url, IPC::Message* reply_message);
71 IPC::Message* reply_message);
83 IPC::Message* reply_message);
89 void Reload(int handle, IPC::Message* reply_message);
91 const std::wstring& password, IPC::Message* reply_message);
92 void CancelAuth(int tab_handle, IPC::Message* reply_message);
96 IPC::Message* reply_message);
107 IPC::Message* reply_message);
[all...]
H A Dtesting_automation_provider_chromeos.cc27 IPC::Message* reply_message) {
29 AutomationJSONReply(provider, reply_message).SendError(
131 IPC::Message* reply_message) {
132 AutomationJSONReply reply(this, reply_message);
155 IPC::Message* reply_message) {
159 new LoginManagerObserver(this, reply_message);
164 IPC::Message* reply_message) {
168 AutomationJSONReply(this, reply_message).SendError(
176 new LoginManagerObserver(this, reply_message);
181 IPC::Message* reply_message) {
26 EnsureCrosLibraryLoaded(AutomationProvider* provider, IPC::Message* reply_message) argument
130 GetLoginInfo(DictionaryValue* args, IPC::Message* reply_message) argument
154 LoginAsGuest(DictionaryValue* args, IPC::Message* reply_message) argument
163 Login(DictionaryValue* args, IPC::Message* reply_message) argument
180 LockScreen(DictionaryValue* args, IPC::Message* reply_message) argument
190 UnlockScreen(DictionaryValue* args, IPC::Message* reply_message) argument
203 SignoutInScreenLocker( DictionaryValue* args, IPC::Message* reply_message) argument
220 GetBatteryInfo(DictionaryValue* args, IPC::Message* reply_message) argument
250 GetNetworkInfo(DictionaryValue* args, IPC::Message* reply_message) argument
337 NetworkScan(DictionaryValue* args, IPC::Message* reply_message) argument
349 GetProxySettings(DictionaryValue* args, IPC::Message* reply_message) argument
368 SetProxySettings(DictionaryValue* args, IPC::Message* reply_message) argument
386 ConnectToWifiNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
422 ConnectToHiddenWifiNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
465 DisconnectFromWifiNetwork( DictionaryValue* args, IPC::Message* reply_message) argument
482 GetUpdateInfo(DictionaryValue* args, IPC::Message* reply_message) argument
492 UpdateCheck( DictionaryValue* args, IPC::Message* reply_message) argument
503 SetReleaseTrack(DictionaryValue* args, IPC::Message* reply_message) argument
[all...]
H A Dautomation_provider_observers_chromeos.cc45 IPC::Message* reply_message)
47 reply_message_(reply_message) {
75 IPC::Message* reply_message,
78 reply_message_(reply_message),
100 IPC::Message* reply_message)
101 : automation_(automation), reply_message_(reply_message) {
120 IPC::Message* reply_message)
121 : automation_(automation), reply_message_(reply_message) {
160 AutomationProvider* automation, IPC::Message* reply_message,
162 : NetworkConnectObserver(automation, reply_message),
43 LoginManagerObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
73 ScreenLockUnlockObserver( AutomationProvider* automation, IPC::Message* reply_message, bool lock_screen) argument
99 NetworkScanObserver(AutomationProvider* automation, IPC::Message* reply_message) argument
119 NetworkConnectObserver(AutomationProvider* automation, IPC::Message* reply_message) argument
159 ServicePathConnectObserver( AutomationProvider* automation, IPC::Message* reply_message, const std::string& service_path) argument
170 SSIDConnectObserver( AutomationProvider* automation, IPC::Message* reply_message, const std::string& ssid) argument
[all...]
H A Dautomation_util.h58 IPC::Message* reply_message);
64 IPC::Message* reply_message);
70 IPC::Message* reply_message);
H A Dtesting_automation_provider.cc190 AutomationJSONReply(this, import_settings_data_.reply_message)
198 this, import_settings_data_.reply_message));
427 IPC::Message* reply_message) {
432 new BrowserClosedNotificationObserver(browser, this, reply_message);
459 IPC::Message* reply_message) {
466 reply_message);
481 AutomationMsg_AppendTab::WriteReplyParams(reply_message,
483 Send(reply_message);
498 IPC::Message* reply_message) {
504 new TabClosedNotificationObserver(this, wait_until_closed, reply_message);
426 CloseBrowser(int browser_handle, IPC::Message* reply_message) argument
457 AppendTab(int handle, const GURL& url, IPC::Message* reply_message) argument
496 CloseTab(int tab_handle, bool wait_until_closed, IPC::Message* reply_message) argument
549 NavigateToURLBlockUntilNavigationsComplete( int handle, const GURL& url, int number_of_navigations, IPC::Message* reply_message) argument
603 Reload(int handle, IPC::Message* reply_message) argument
621 SetAuth(int tab_handle, const std::wstring& username, const std::wstring& password, IPC::Message* reply_message) argument
646 CancelAuth(int tab_handle, IPC::Message* reply_message) argument
681 GetRedirectsFrom(int tab_handle, const GURL& source_url, IPC::Message* reply_message) argument
768 ExecuteBrowserCommand( int handle, int command, IPC::Message* reply_message) argument
862 WebkitMouseClick(DictionaryValue* args, IPC::Message* reply_message) argument
907 WebkitMouseMove( DictionaryValue* args, IPC::Message* reply_message) argument
929 WebkitMouseDrag(DictionaryValue* args, IPC::Message* reply_message) argument
1135 WaitForAutocompleteEditFocus( int autocomplete_edit_handle, IPC::Message* reply_message) argument
1189 ExecuteJavascript( int handle, const std::wstring& frame_xpath, const std::wstring& script, IPC::Message* reply_message) argument
1228 HandleInspectElementRequest( int handle, int x, int y, IPC::Message* reply_message) argument
1252 OpenNewBrowserWindowOfType( int type, bool show, IPC::Message* reply_message) argument
1301 ShowInterstitialPage( int tab_handle, const std::string& html_text, IPC::Message* reply_message) argument
1335 WaitForTabToBeRestored( int tab_handle, IPC::Message* reply_message) argument
1396 ActionOnSSLBlockingPage( int handle, bool proceed, IPC::Message* reply_message) argument
1449 PrintNow(int tab_handle, IPC::Message* reply_message) argument
1590 WaitForBookmarkModelToLoad( int handle, IPC::Message* reply_message) argument
1768 ClickInfoBarAccept( int handle, size_t info_bar_index, bool wait_for_navigation, IPC::Message* reply_message) argument
1809 WaitForNavigation(int handle, int64 last_navigation_time, IPC::Message* reply_message) argument
1915 WaitForBrowserWindowCountToBecome( int target_count, IPC::Message* reply_message) argument
1929 WaitForAppModalDialogToBeShown( IPC::Message* reply_message) argument
1942 GoBackBlockUntilNavigationsComplete( int handle, int number_of_navigations, IPC::Message* reply_message) argument
1960 GoForwardBlockUntilNavigationsComplete( int handle, int number_of_navigations, IPC::Message* reply_message) argument
2023 SendJSONRequest(int handle, const std::string& json_request, IPC::Message* reply_message) argument
2307 SetWindowDimensions( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2380 PerformActionOnInfobar( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2475 GetBrowserInfo( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2596 GetNavigationInfo( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2647 GetHistoryInfo(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2675 AddHistoryItem(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2717 GetDownloadsInfo(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2739 WaitForDownloadsToComplete( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2792 PerformActionOnDownload( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2856 LoadSearchEngineInfo( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2872 GetSearchEngineInfo( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2904 AddOrEditSearchEngine( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2945 PerformActionOnSearchEngine( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2981 GetPrefsInfo(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
2992 SetPrefs(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3021 GetOmniboxInfo(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3060 SetOmniboxText(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3081 OmniboxMovePopupSelection( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3098 OmniboxAcceptInput( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3109 GetInstantInfo(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3136 GetInitialLoadTimes( Browser*, DictionaryValue*, IPC::Message* reply_message) argument
3152 GetPluginsInfo( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3202 EnablePlugin(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3222 DisablePlugin(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3245 SaveTabContents( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3285 ImportSettings(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3390 AddSavedPassword( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3433 RemoveSavedPassword( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3466 GetSavedPasswords( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3483 ClearBrowsingData( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3574 FindInPage( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3620 GetTranslateInfo( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3654 SelectTranslateOption( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3774 GetBlockedPopupsInfo( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3806 UnblockAndLaunchBlockedPopup( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3839 GetThemeInfo( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3882 GetExtensionsInfo( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3918 UninstallExtensionById( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3954 GetAutofillProfile( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
3995 FillAutofillProfile( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4053 SignInToSync(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4094 GetSyncInfo(Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4130 AwaitSyncCycleCompletion( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4167 EnableSyncForDatatypes( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4219 DisableSyncForDatatypes( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4445 GetActiveNotifications( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4455 CloseNotification( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4483 WaitForNotificationCount( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4507 GetNTPInfo( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4515 MoveNTPMostVisitedThumbnail( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4549 RemoveNTPMostVisitedThumbnail( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4568 UnpinNTPMostVisitedThumbnail( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4587 RestoreAllNTPMostVisitedThumbnails( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4601 KillRendererProcess( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4704 SendWebkitKeyEvent( DictionaryValue* args, IPC::Message* reply_message) argument
4725 SendOSLevelKeyEventToTab( DictionaryValue* args, IPC::Message* reply_message) argument
4779 SendSuccessReply(IPC::Message* reply_message) argument
4786 GetNTPThumbnailMode( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4807 SetNTPThumbnailMode( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4851 GetNTPMenuMode( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4874 SetNTPMenuMode( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4917 LaunchApp( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
4968 SetAppLaunchType( Browser* browser, DictionaryValue* args, IPC::Message* reply_message) argument
5019 WaitForAllTabsToStopLoading( DictionaryValue* args, IPC::Message* reply_message) argument
5026 GetIndicesFromTab( DictionaryValue* args, IPC::Message* reply_message) argument
5071 NavigateToURL( DictionaryValue* args, IPC::Message* reply_message) argument
5099 ExecuteJavascriptJSON( DictionaryValue* args, IPC::Message* reply_message) argument
5136 GoForward( DictionaryValue* args, IPC::Message* reply_message) argument
5157 GoBack( DictionaryValue* args, IPC::Message* reply_message) argument
5178 ReloadJSON( DictionaryValue* args, IPC::Message* reply_message) argument
5193 GetTabURLJSON( DictionaryValue* args, IPC::Message* reply_message) argument
5208 GetTabTitleJSON( DictionaryValue* args, IPC::Message* reply_message) argument
5223 CaptureEntirePageJSON( DictionaryValue* args, IPC::Message* reply_message) argument
5254 GetCookiesJSON( DictionaryValue* args, IPC::Message* reply_message) argument
5259 DeleteCookieJSON( DictionaryValue* args, IPC::Message* reply_message) argument
5264 SetCookieJSON( DictionaryValue* args, IPC::Message* reply_message) argument
5269 GetTabIds( DictionaryValue* args, IPC::Message* reply_message) argument
5285 IsTabIdValid( DictionaryValue* args, IPC::Message* reply_message) argument
5310 CloseTabJSON( DictionaryValue* args, IPC::Message* reply_message) argument
5324 ActivateTabJSON( DictionaryValue* args, IPC::Message* reply_message) argument
5342 UpdateExtensionsNow( DictionaryValue* args, IPC::Message* reply_message) argument
5373 GetChromeDriverAutomationVersion( DictionaryValue* args, IPC::Message* reply_message) argument
5381 WaitForTabCountToBecome( int browser_handle, int target_tab_count, IPC::Message* reply_message) argument
5398 WaitForInfoBarCount( int tab_handle, size_t target_count, IPC::Message* reply_message) argument
5484 WaitForProcessLauncherThreadToGoIdle( IPC::Message* reply_message) argument
[all...]
H A Dtesting_automation_provider_views.cc29 IPC::Message* reply_message)
33 reply_message_(reply_message),
104 void set_reply_message(IPC::Message* reply_message) { argument
105 reply_message_ = reply_message;
158 int handle, int previous_view_id, IPC::Message* reply_message) {
169 reply_message);
186 IPC::Message* reply_message) {
190 reply_message, true);
191 Send(reply_message);
198 popup_menu_waiter_->set_reply_message(reply_message);
26 ViewFocusChangeWaiter(views::FocusManager* focus_manager, int previous_view_id, AutomationProvider* automation, IPC::Message* reply_message) argument
157 WaitForFocusedViewIDToChange( int handle, int previous_view_id, IPC::Message* reply_message) argument
185 WaitForPopupMenuToOpen( IPC::Message* reply_message) argument
[all...]
H A Dautomation_provider_gtk.cc32 IPC::Message* reply_message)
34 reply_message_(reply_message) {
111 IPC::Message* reply_message) {
120 Task* next_task = new WindowDragResponseTask(this, reply_message);
140 AutomationMsg_WindowDrag::WriteReplyParams(reply_message, false);
141 Send(reply_message);
31 WindowDragResponseTask(AutomationProvider* provider, IPC::Message* reply_message) argument
106 WindowSimulateDrag( int handle, const std::vector<gfx::Point>& drag_path, int flags, bool press_escape_en_route, IPC::Message* reply_message) argument
H A Dautomation_provider.h133 IPC::Message* reply_message = reply_message_; local
135 return reply_message;
207 IPC::Message* reply_message);
226 IPC::Message* reply_message);
236 IPC::Message* reply_message);
250 IPC::Message* reply_message);
252 void WaitForExtensionTestResult(IPC::Message* reply_message);
256 IPC::Message* reply_message);
262 IPC::Message* reply_message);
265 IPC::Message* reply_message);
[all...]
H A Dautomation_provider_observers.cc181 IPC::Message* reply_message)
184 reply_message_(reply_message) {
222 IPC::Message* reply_message,
227 reply_message_(reply_message),
337 IPC::Message* reply_message)
340 reply_message_(reply_message) {
363 IPC::Message* reply_message)
367 reply_message_(reply_message),
394 IPC::Message* reply_message,
397 reply_message_(reply_message),
178 NavigationControllerRestoredObserver( AutomationProvider* automation, NavigationController* controller, IPC::Message* reply_message) argument
219 NavigationNotificationObserver( NavigationController* controller, AutomationProvider* automation, IPC::Message* reply_message, int number_of_navigations, bool include_current_navigation, bool use_json_interface) argument
335 TabAppendedNotificationObserver( Browser* parent, AutomationProvider* automation, IPC::Message* reply_message) argument
361 TabClosedNotificationObserver( AutomationProvider* automation, bool wait_until_closed, IPC::Message* reply_message) argument
392 TabCountChangeObserver(AutomationProvider* automation, Browser* browser, IPC::Message* reply_message, int target_tab_count) argument
451 ExtensionInstallNotificationObserver( AutomationProvider* automation, int id, IPC::Message* reply_message) argument
506 ExtensionUninstallObserver( AutomationProvider* automation, IPC::Message* reply_message, const std::string& id) argument
564 ExtensionReadyNotificationObserver( ExtensionProcessManager* manager, AutomationProvider* automation, int id, IPC::Message* reply_message) argument
654 ExtensionsUpdatedObserver( ExtensionProcessManager* manager, AutomationProvider* automation, IPC::Message* reply_message) argument
789 IPC::Message* reply_message = automation_->reply_message_release(); local
801 BrowserOpenedNotificationObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
852 BrowserClosedNotificationObserver( Browser* browser, AutomationProvider* automation, IPC::Message* reply_message) argument
893 BrowserCountChangeNotificationObserver( int target_count, AutomationProvider* automation, IPC::Message* reply_message) argument
936 AppModalDialogShownObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
990 CreateAndRegisterObserver( AutomationProvider* automation, Browser* browser, int command, IPC::Message* reply_message) argument
1055 ExecuteBrowserCommandObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
1084 FindInPageNotificationObserver( AutomationProvider* automation, TabContents* parent_tab, bool reply_with_json, IPC::Message* reply_message) argument
1162 DomOperationMessageSender( AutomationProvider* automation, IPC::Message* reply_message, bool use_json_interface) argument
1189 DocumentPrintedNotificationObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
1267 PageTranslatedObserver(AutomationProvider* automation, IPC::Message* reply_message, TabContents* tab_contents) argument
1299 TabLanguageDeterminedObserver( AutomationProvider* automation, IPC::Message* reply_message, TabContents* tab_contents, TranslateInfoBarDelegate* translate_bar) argument
1362 InfoBarCountObserver(AutomationProvider* automation, IPC::Message* reply_message, TabContents* tab_contents, size_t target_count) argument
1399 AutomationProviderBookmarkModelObserver( AutomationProvider* provider, IPC::Message* reply_message, BookmarkModel* model) argument
1432 AutomationProviderDownloadItemObserver( AutomationProvider* provider, IPC::Message* reply_message, int downloads) argument
1486 AutomationProviderDownloadUpdatedObserver( AutomationProvider* provider, IPC::Message* reply_message, bool wait_for_open) argument
1530 AutomationProviderDownloadModelChangedObserver( AutomationProvider* provider, IPC::Message* reply_message, DownloadManager* download_manager) argument
1550 AutomationProviderSearchEngineObserver( AutomationProvider* provider, IPC::Message* reply_message) argument
1569 AutomationProviderHistoryObserver( AutomationProvider* provider, IPC::Message* reply_message) argument
1611 AutomationProviderImportSettingsObserver( AutomationProvider* provider, IPC::Message* reply_message) argument
1638 AutomationProviderGetPasswordsObserver( AutomationProvider* provider, IPC::Message* reply_message) argument
1686 AutomationProviderBrowsingDataObserver( AutomationProvider* provider, IPC::Message* reply_message) argument
1702 OmniboxAcceptNotificationObserver( NavigationController* controller, AutomationProvider* automation, IPC::Message* reply_message) argument
1734 SavePackageNotificationObserver( SavePackage* save_package, AutomationProvider* automation, IPC::Message* reply_message) argument
1762 PageSnapshotTaker(AutomationProvider* automation, IPC::Message* reply_message, RenderViewHost* render_view, const FilePath& path) argument
1882 NTPInfoObserver( AutomationProvider* automation, IPC::Message* reply_message, CancelableRequestConsumer* consumer) argument
2005 AppLaunchObserver( NavigationController* controller, AutomationProvider* automation, IPC::Message* reply_message, extension_misc::LaunchContainer launch_container) argument
2062 AutocompleteEditFocusedObserver( AutomationProvider* automation, AutocompleteEditModel* autocomplete_edit, IPC::Message* reply_message) argument
2113 GetActiveNotificationsObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
2159 OnNotificationBalloonCountObserver( AutomationProvider* provider, IPC::Message* reply_message, BalloonCollection* collection, int count) argument
2179 RendererProcessClosedObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
2201 InputEventAckNotificationObserver( AutomationProvider* automation, IPC::Message* reply_message, int event_type) argument
2231 AllTabsStoppedLoadingObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
2289 NewTabObserver(AutomationProvider* automation, IPC::Message* reply_message) argument
2322 WaitForProcessLauncherThreadToGoIdleObserver( AutomationProvider* automation, IPC::Message* reply_message) argument
[all...]
H A Dautomation_provider_observers.h137 IPC::Message* reply_message);
160 IPC::Message* reply_message,
206 IPC::Message* reply_message);
223 IPC::Message* reply_message);
243 IPC::Message* reply_message,
275 IPC::Message* reply_message);
299 IPC::Message* reply_message,
324 IPC::Message* reply_message);
372 IPC::Message* reply_message);
427 IPC::Message* reply_message);
[all...]
H A Dautomation_provider_json.h28 // Creates a new reply object for the IPC message |reply_message| for
32 IPC::Message* reply_message);
H A Dautomation_provider_json.cc31 IPC::Message* reply_message)
33 message_(reply_message) {
30 AutomationJSONReply(AutomationProvider* provider, IPC::Message* reply_message) argument
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.cc382 void GpuCommandBufferStub::OnInitializeFailed(IPC::Message* reply_message) { argument
384 GpuCommandBufferMsg_Initialize::WriteReplyParams(reply_message, false);
385 Send(reply_message);
390 IPC::Message* reply_message) {
402 OnInitializeFailed(reply_message);
420 OnInitializeFailed(reply_message);
436 OnInitializeFailed(reply_message);
464 OnInitializeFailed(reply_message);
474 OnInitializeFailed(reply_message);
480 OnInitializeFailed(reply_message);
388 OnInitialize( base::SharedMemoryHandle shared_state_handle, IPC::Message* reply_message) argument
569 OnSetGetBuffer(int32 shm_id, IPC::Message* reply_message) argument
586 OnGetState(IPC::Message* reply_message) argument
618 OnGetStateFast(IPC::Message* reply_message) argument
671 OnGetTransferBuffer( int32 id, IPC::Message* reply_message) argument
718 OnCreateVideoDecoder( media::VideoCodecProfile profile, IPC::Message* reply_message) argument
[all...]
H A Dgpu_command_buffer_stub.h148 void OnInitializeFailed(IPC::Message* reply_message);
152 IPC::Message* reply_message);
153 void OnSetGetBuffer(int32 shm_id, IPC::Message* reply_message);
155 void OnGetState(IPC::Message* reply_message);
156 void OnGetStateFast(IPC::Message* reply_message);
164 void OnGetTransferBuffer(int32 id, IPC::Message* reply_message);
168 IPC::Message* reply_message);
/external/chromium_org/ppapi/proxy/
H A Dppb_flash_message_loop_proxy.cc157 scoped_ptr<IPC::Message> reply_message,
159 PpapiHostMsg_PPBFlashMessageLoop_Run::WriteReplyParams(reply_message.get(),
161 Send(reply_message.release());
156 WillQuitSoon( scoped_ptr<IPC::Message> reply_message, int32_t result) argument
H A Dppb_flash_message_loop_proxy.h46 void WillQuitSoon(scoped_ptr<IPC::Message> reply_message, int32_t result);

Completed in 742 milliseconds

12