Home | History | Annotate | Download | only in automation

Lines Matching refs:handle

139   // the associated handle. If the tracker already contains the extension,
140 // the handle is simply returned.
162 // Convert a tab handle into a TabContents. If |tab| is non-NULL a pointer
165 TabContents* GetTabContentsForHandle(int handle, NavigationController** tab);
170 // Returns the associated view for the tab handle passed in.
222 void WindowSimulateDrag(int handle,
227 void HandleUnused(const IPC::Message& message, int handle);
234 void HandleFindRequest(int handle,
247 void JavaScriptStressTestControl(int handle, int cmd, int param);
303 // Returns the extension for the given handle. Returns NULL if there is
304 // no extension for the handle.
307 // Returns the extension for the given handle, if the handle is valid and
311 // Returns the extension for the given handle, if the handle is valid and
324 // to handle the keys
325 void ProcessUnhandledAccelerator(const IPC::Message& message, int handle,
328 void SetInitialFocus(const IPC::Message& message, int handle, bool reverse,
351 int handle, const GURL& url, const GURL& referrer,
354 int handle, int index, AutomationMsg_NavigationResponseValues* status);
357 void OnMessageFromExternalHost(int handle, const std::string& message,
361 void OnBrowserMoved(int handle);
363 void OnRunUnloadHandlers(int handle, IPC::Message* reply_message);
365 void OnSetZoomLevel(int handle, int zoom_level);
367 ExternalTabContainer* GetExternalTabForHandle(int handle);