Lines Matching refs:browser
16 class Browser;
48 // Gets the browser specified by the given dictionary |args|. |args| should
49 // contain a key 'windex' which refers to the index of the browser. Returns
50 // true on success and sets |browser|. Otherwise, |error| will be set.
52 Browser** browser,
56 // contain a key 'windex' which refers to the index of the parent browser,
57 // and a key 'tab_index' which refers to the index of the tab in that browser.
63 // Gets the browser and tab specified by the given dictionary |args|. |args|
64 // should contain a key 'windex' which refers to the index of the browser and
65 // a key 'tab_index' which refers to the index of the tab in that browser.
66 // Returns true on success and sets |browser| and |tab|. Otherwise, |error|
69 Browser** browser,