/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
hlink.h | 179 virtual HRESULT WINAPI Navigate(DWORD grfHLNF,LPBC pibc,IBindStatusCallback *pibsc,IHlinkBrowseContext *pihlbc) = 0; 200 HRESULT (WINAPI *Navigate)(IHlink *This,DWORD grfHLNF,LPBC pibc,IBindStatusCallback *pibsc,IHlinkBrowseContext *pihlbc); 223 #define IHlink_Navigate(This,grfHLNF,pibc,pibsc,pihlbc) (This)->lpVtbl->Navigate(This,grfHLNF,pibc,pibsc,pihlbc) 330 virtual HRESULT WINAPI Navigate(DWORD grfHLNF,LPCWSTR pwzJumpLocation) = 0; 342 HRESULT (WINAPI *Navigate)(IHlinkTarget *This,DWORD grfHLNF,LPCWSTR pwzJumpLocation); 356 #define IHlinkTarget_Navigate(This,grfHLNF,pwzJumpLocation) (This)->lpVtbl->Navigate(This,grfHLNF,pwzJumpLocation) 389 virtual HRESULT WINAPI Navigate(DWORD grfHLNF,LPBC pbc,IBindStatusCallback *pibsc,IHlink *pihlNavigate) = 0; 401 HRESULT (WINAPI *Navigate)(IHlinkFrame *This,DWORD grfHLNF,LPBC pbc,IBindStatusCallback *pibsc,IHlink *pihlNavigate); 415 #define IHlinkFrame_Navigate(This,grfHLNF,pbc,pibsc,pihlNavigate) (This)->lpVtbl->Navigate(This,grfHLNF,pbc,pibsc,pihlNavigate) [all...] |
exdisp.h | 267 virtual HRESULT STDMETHODCALLTYPE Navigate( 397 HRESULT (STDMETHODCALLTYPE *Navigate)( 505 #define IWebBrowser_Navigate(This,URL,Flags,TargetFrameName,PostData,Headers) (This)->lpVtbl->Navigate(This,URL,Flags,TargetFrameName,PostData,Headers) 564 return This->lpVtbl->Navigate(This,URL,Flags,TargetFrameName,PostData,Headers); [all...] |
/external/autotest/client/cros/bluetooth/ |
bluetooth_semiauto_helper.py | 172 """Log in to machine, open browser, and navigate to dialog template. 208 self._settings_tab.Navigate('chrome://settings/search#Bluetooth') 210 music_tab.Navigate('file:///home/chronos/user/Downloads/loop.html')
|
/external/autotest/client/cros/ |
touch_playback_test_base.py | 408 self._tab.Navigate(cr.browser.platform.http_server.UrlOf( 415 self._tab.Navigate(self._tab.url)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
inspector_backend.py | 175 def Navigate(self, url, script_to_evaluate_on_commit, timeout): 176 self._page.Navigate(url, script_to_evaluate_on_commit, timeout)
|
/external/autotest/client/common_lib/cros/ |
arc_util.py | 160 settings_tab.Navigate('chrome://settings-frame')
|
/external/autotest/client/cros/multimedia/ |
facade_resource.py | 226 tab.Navigate(url)
|
/external/autotest/client/site_tests/video_PlaybackPerf/ |
video_PlaybackPerf.py | 75 tab.Navigate(cr.browser.platform.http_server.UrlOf(local_path))
|
/external/autotest/client/site_tests/video_YouTubeMseEme/ |
video_YouTubeMseEme.py | 38 self.tab.Navigate(player_page)
|
/external/autotest/client/site_tests/video_YouTubePage/ |
video_YouTubePage.py | 52 self.tab.Navigate(player_page)
|
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/ |
desktopui_FlashSanityCheck.py | 134 tab.Navigate(test_url)
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
graphics_WebGLAquarium.py | 110 tab.Navigate(test_url)
|
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/ |
video_VideoDecodeMemoryUsage.py | 144 tab.Navigate(self.browser.platform.http_server.UrlOf(
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
__init__.py | 116 action_runner.Navigate(
|
page_run_end_to_end_unittest.py | 668 action_runner.Navigate(self._url) 708 action_runner.Navigate(self._url)
|
/external/autotest/client/cros/enterprise/ |
enterprise_policy_base.py | 407 """Navigate tab to the specified |url|. Create new tab if none given. 417 tab.Navigate(url, timeout=8)
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
main.py | 43 logging.info('Navigate to the URL: %s', url) 48 chrome.Chrome().browser.tabs[0].Navigate(url)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
action_runner.py | 16 from telemetry.internal.actions.navigate import NavigateAction 163 def Navigate(self, url, script_to_evaluate_on_commit=None, 180 """ Navigate back to the previous page.""" [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/testing/fakes/ |
__init__.py | 366 def Navigate(self, url, script_to_evaluate_on_commit=None,
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
codewalk.js | 77 * Navigate the code iframe to the given url and update the code popout link.
|
/prebuilts/go/linux-x86/doc/codewalk/ |
codewalk.js | 77 * Navigate the code iframe to the given url and update the code popout link.
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
docs.js | 79 false; // navigate across topic boundaries only in design docs [all...] |