OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrowserProxy
(Results
1 - 25
of
39
) sorted by null
1
2
/external/chromium_org/chrome/test/automation/
browser_proxy.cc
23
bool
BrowserProxy
::ActivateTab(int tab_index) {
40
bool
BrowserProxy
::BringToFront() {
54
bool
BrowserProxy
::AppendTab(const GURL& tab_url) {
65
bool
BrowserProxy
::GetActiveTabIndex(int* active_tab_index) const {
89
scoped_refptr<TabProxy>
BrowserProxy
::GetTab(int tab_index) const {
111
scoped_refptr<TabProxy>
BrowserProxy
::GetActiveTab() const {
118
bool
BrowserProxy
::GetTabCount(int* num_tabs) const {
142
bool
BrowserProxy
::GetType(Browser::Type* type) const {
159
bool
BrowserProxy
::ApplyAccelerator(int id) {
163
bool
BrowserProxy
::WaitForTabCountToBecome(int count)
[
all
...]
browser_proxy.h
29
class
BrowserProxy
: public AutomationResourceProxy {
31
BrowserProxy
(AutomationMessageSender* sender,
139
virtual ~
BrowserProxy
() {}
141
DISALLOW_COPY_AND_ASSIGN(
BrowserProxy
);
window_proxy.h
18
class
BrowserProxy
;
automation_proxy.h
29
class
BrowserProxy
;
126
// Returns the
BrowserProxy
for the browser window at the given index,
132
scoped_refptr<
BrowserProxy
> GetBrowserWindow(int window_index);
automation_proxy.cc
267
scoped_refptr<
BrowserProxy
> window = GetBrowserWindow(i);
321
scoped_refptr<
BrowserProxy
> AutomationProxy::GetBrowserWindow(
327
return ProxyObjectFromHandle<
BrowserProxy
>(handle);
/external/chromium/chrome/browser/ui/webui/options/
options_ui_uitest.cc
40
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
53
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
72
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
103
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
/external/chromium/chrome/browser/
collected_cookies_uitest.cc
33
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
61
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
repost_form_warning_uitest.cc
34
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
65
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
tab_restore_uitest.cc
52
scoped_refptr<
BrowserProxy
> browser_proxy;
96
int AddSomeTabs(
BrowserProxy
* browser, int how_many) {
110
void CheckActiveWindow(const
BrowserProxy
* browser) {
141
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
171
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
202
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
248
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
300
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
333
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
390
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0))
[
all
...]
unload_uitest.cc
149
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
229
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
286
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
302
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
335
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
443
scoped_refptr<
BrowserProxy
> browser = automation()->GetBrowserWindow(0);
/external/chromium/chrome/browser/notifications/
notifications_interactive_uitest.cc
25
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
52
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
/external/chromium/chrome/browser/ui/webui/
print_preview_ui_uitest.cc
38
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
50
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
bookmarks_ui_uitest.cc
29
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
63
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
84
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
105
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
138
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
new_tab_ui_uitest.cc
38
scoped_refptr<
BrowserProxy
> window(automation()->GetBrowserWindow(0));
57
scoped_refptr<
BrowserProxy
> window(automation()->GetBrowserWindow(0));
88
scoped_refptr<
BrowserProxy
> window(automation()->GetBrowserWindow(0));
123
scoped_refptr<
BrowserProxy
> window(automation()->GetBrowserWindow(0));
143
scoped_refptr<
BrowserProxy
> window(automation()->GetBrowserWindow(0));
/external/chromium_org/chrome/test/perf/
mach_ports_test.cc
58
bool AddTab(scoped_refptr<
BrowserProxy
> browser, const std::string& domain) {
75
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
feature_startup_test.cc
64
scoped_refptr<
BrowserProxy
> window(automation()->GetBrowserWindow(0));
114
scoped_refptr<
BrowserProxy
> window(automation()->GetBrowserWindow(0));
/external/chromium/chrome/browser/sessions/
session_restore_uitest.cc
48
scoped_refptr<
BrowserProxy
> browser_proxy(
66
scoped_refptr<
BrowserProxy
> browser_proxy(
105
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
132
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
173
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
209
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
254
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
292
scoped_refptr<
BrowserProxy
> popup(automation()->GetBrowserWindow(1));
315
scoped_refptr<
BrowserProxy
> browser_proxy1(
319
scoped_refptr<
BrowserProxy
> browser_proxy2
[
all
...]
/external/chromium/chrome/browser/ui/tests/
browser_uitest.cc
95
scoped_refptr<
BrowserProxy
> window(automation()->GetBrowserWindow(0));
149
scoped_refptr<
BrowserProxy
> window(automation()->GetBrowserWindow(0));
224
scoped_refptr<
BrowserProxy
> browser = automation()->GetBrowserWindow(0);
265
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
304
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
325
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
346
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
/external/chromium/chrome/browser/metrics/
metrics_service_uitest.cc
37
scoped_refptr<
BrowserProxy
> window = automation()->GetBrowserWindow(0);
86
scoped_refptr<
BrowserProxy
> window = automation()->GetBrowserWindow(0);
/external/chromium/chrome/browser/download/
save_page_uitest.cc
82
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
/external/chromium/chrome/browser/history/
multipart_uitest.cc
30
scoped_refptr<
BrowserProxy
> browser_proxy(automation()->GetBrowserWindow(0));
/external/chromium/chrome/browser/tab_contents/
view_source_uitest.cc
24
scoped_refptr<
BrowserProxy
> window_proxy(automation()->GetBrowserWindow(0));
/external/chromium/chrome/browser/ui/views/
find_bar_host_uitest.cc
38
scoped_refptr<
BrowserProxy
> browser(automation()->GetBrowserWindow(0));
/external/chromium_org/chrome/test/ui/
ui_test.h
32
class
BrowserProxy
;
140
bool CloseBrowser(
BrowserProxy
* browser, bool* application_closed) const;
401
bool WaitForFindWindowVisibilityChange(
BrowserProxy
* browser,
ui_test.cc
251
scoped_refptr<
BrowserProxy
> window_proxy(automation()->
266
scoped_refptr<
BrowserProxy
> window_proxy(automation()->
302
scoped_refptr<
BrowserProxy
> window =
338
scoped_refptr<
BrowserProxy
> window_proxy(automation()->
354
scoped_refptr<
BrowserProxy
> window(
386
bool UITestBase::CloseBrowser(
BrowserProxy
* browser,
649
bool UITest::WaitForFindWindowVisibilityChange(
BrowserProxy
* browser,
Completed in 853 milliseconds
1
2