Home | History | Annotate | Download | only in ui

Lines Matching refs:Navigate

22 // Parameters that tell Navigate() what to do.
26 // Simple Navigate to URL in current tab:
29 // browser::Navigate(&params);
34 // browser::Navigate(&params);
39 // browser::Navigate(&params);
56 // non-NULL, Navigate() assumes it has already been navigated to its
62 // Note: If this field is set to NULL by the caller and Navigate() creates
65 // before Navigate() returns.
68 // [in] The TabContents that initiated the Navigate() request if such context
71 // originating browser prior to the operation performed by Navigate().
119 // of the call to Navigate().
137 // Ignore path when finding existing tab, navigate to new URL.
139 // Ignore path when finding existing tab, don't navigate tab.
146 // tab could be added. Navigate() is not obliged to use this Browser if
154 // Navigate(), the caller is responsible for showing it so that its
168 void Navigate(NavigateParams* params);