OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetActiveTab
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/automation/
browser_proxy.cc
111
scoped_refptr<TabProxy> BrowserProxy::
GetActiveTab
() const {
/external/chromium_org/chrome/test/ui/
ui_test.cc
242
scoped_refptr<TabProxy> UITestBase::
GetActiveTab
(int window_index) {
265
scoped_refptr<TabProxy> UITestBase::
GetActiveTab
() {
272
scoped_refptr<TabProxy> tab_proxy = window_proxy->
GetActiveTab
();
292
scoped_refptr<TabProxy> tab_proxy(
GetActiveTab
());
313
scoped_refptr<TabProxy> tab_proxy(
GetActiveTab
(window_index));
328
scoped_refptr<TabProxy> tab_proxy(
GetActiveTab
(window_index));
575
scoped_refptr<TabProxy> tab(
GetActiveTab
());
Completed in 43 milliseconds