Home | History | Annotate | Download | only in automation

Lines Matching refs:tab_handle

70   void CloseTab(int tab_handle, bool wait_until_closed,
90 void SetAuth(int tab_handle, const std::wstring& username,
92 void CancelAuth(int tab_handle, IPC::Message* reply_message);
93 void NeedsAuth(int tab_handle, bool* needs_auth);
94 void GetRedirectsFrom(int tab_handle,
131 void GetTab(int win_handle, int tab_index, int* tab_handle);
206 void ShowInterstitialPage(int tab_handle,
209 void HideInterstitialPage(int tab_handle, bool* success);
211 void WaitForTabToBeRestored(int tab_handle, IPC::Message* reply_message);
242 void PrintNow(int tab_handle, IPC::Message* reply_message);
245 void SavePage(int tab_handle,
800 // Either "tab_id" or "tab_handle" must be specified, but not both. "tab_id"
801 // refers to the ID from the |NavigationController|, while "tab_handle" is
805 // "tab_handle": 3 // optional
1082 void WaitForInfoBarCount(int tab_handle,
1087 void GetPageCurrentEncoding(int tab_handle, std::string* current_encoding);
1098 void LoadBlockedPlugins(int tab_handle, bool* success);
1107 int tab_handle, int* browser_handle, bool* success);