Lines Matching refs:handle
65 void CloseBrowser(int handle, IPC::Message* reply_message);
67 void ActivateTab(int handle, int at_index, int* status);
68 void AppendTab(int handle, const GURL& url, IPC::Message* reply_message);
69 void GetActiveTabIndex(int handle, int* active_tab_index);
72 void GetCookies(const GURL& url, int handle, int* value_size,
76 int handle,
79 int handle, bool* success);
80 void ShowCollectedCookiesDialog(int handle, bool* success);
81 void NavigateToURLBlockUntilNavigationsComplete(int handle, const GURL& url,
84 void NavigationAsync(int handle, const GURL& url, bool* status);
85 void NavigationAsyncWithDisposition(int handle,
89 void Reload(int handle, IPC::Message* reply_message);
101 void GetBrowserWindow(int index, int* handle);
102 void FindNormalBrowserWindow(int* handle);
103 void GetLastActiveBrowserWindow(int* handle);
104 void GetActiveWindow(int* handle);
105 void ExecuteBrowserCommandAsync(int handle, int command, bool* success);
106 void ExecuteBrowserCommand(int handle, int command,
109 void IsWindowActive(int handle, bool* success, bool* is_active);
110 void ActivateWindow(int handle);
111 void IsWindowMaximized(int handle, bool* is_maximized, bool* success);
112 void TerminateSession(int handle, bool* success);
113 void WindowGetViewBounds(int handle, int view_id, bool screen_coordinates,
115 void GetWindowBounds(int handle, gfx::Rect* bounds, bool* result);
116 void SetWindowBounds(int handle, const gfx::Rect& bounds, bool* result);
117 void SetWindowVisible(int handle, bool visible, bool* result);
119 int handle,
123 int handle,
126 int handle,
129 void GetTabCount(int handle, int* tab_count);
130 void GetType(int handle, int* type_as_int);
132 void GetTabProcessID(int handle, int* process_id);
133 void GetTabTitle(int handle, int* title_string_size, std::wstring* title);
134 void GetTabIndex(int handle, int* tabstrip_index);
135 void GetTabURL(int handle, bool* success, GURL* url);
136 void GetShelfVisibility(int handle, bool* visible);
137 void IsFullscreen(int handle, bool* is_fullscreen);
138 void GetFullscreenBubbleVisibility(int handle, bool* is_visible);
165 void ExecuteJavascript(int handle,
170 void GetConstrainedWindowCount(int handle, int* count);
173 void GetFocusedViewID(int handle, int* view_id);
177 void WaitForFocusedViewIDToChange(int handle,
189 void HandleInspectElementRequest(int handle,
194 void GetDownloadDirectory(int handle, FilePath* download_directory);
202 void GetWindowForBrowser(int window_handle, bool* success, int* handle);
213 // Gets the security state for the tab associated to the specified |handle|.
214 void GetSecurityState(int handle, bool* success,
218 // Gets the page type for the tab associated to the specified |handle|.
219 void GetPageType(int handle, bool* success, PageType* page_type);
226 // |handle|. If |proceed| is true, it is equivalent to the user pressing the
229 void ActionOnSSLBlockingPage(int handle,
253 int handle);
256 void GetFindWindowVisibility(int handle, bool* visible);
259 void HandleFindWindowLocationRequest(int handle, int* x, int* y);
262 void GetBookmarkBarVisibility(int handle, bool* visible, bool* animating);
265 void GetBookmarksAsJSON(int handle, std::string* bookmarks_as_json,
269 void WaitForBookmarkModelToLoad(int handle, IPC::Message* reply_message);
272 void BookmarkModelHasLoaded(int handle, bool* loaded);
276 void AddBookmarkGroup(int handle,
279 void AddBookmarkURL(int handle,
283 void ReparentBookmark(int handle,
286 void SetBookmarkTitle(int handle,
289 void SetBookmarkURL(int handle,
292 void RemoveBookmark(int handle,
297 void GetInfoBarCount(int handle, size_t* count);
302 void ClickInfoBarAccept(int handle,
308 void GetLastNavigationTime(int handle, int64* last_navigation_time);
312 void WaitForNavigation(int handle,
317 void SetIntPreference(int handle,
323 void SetStringPreference(int handle,
329 void GetBooleanPreference(int handle,
335 void SetBooleanPreference(int handle,
348 void GoBackBlockUntilNavigationsComplete(int handle,
352 void GoForwardBlockUntilNavigationsComplete(int handle,
358 void GetWindowTitle(int handle, string16* text);
360 void SetShelfVisibility(int handle, bool visible);
362 // Returns the number of blocked popups in the tab |handle|.
363 void GetBlockedPopupCount(int handle, int* count);
367 void SendJSONRequest(int handle,
802 // the handle number assigned by the automation system.
1089 void ShutdownSessionService(int handle, bool* result);
1091 void SetContentSetting(int handle,
1111 HistoryService::Handle request_handle,
1130 // Handle for an in-process redirect query. We expect only one redirect query
1132 // for the results) so there is only one handle. When non-0, indicates a
1134 HistoryService::Handle redirect_query_;