/external/chromium_org/content/browser/renderer_host/media/ |
web_contents_video_capture_device.h | 27 // underlying render view to be swapped out (e.g., due to navigation or
|
/external/chromium_org/content/test/ |
content_browser_test_utils.h | 42 // navigation finishes.
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
FocusDirection.h | 37 // Spatial navigation.
|
/external/chromium_org/third_party/WebKit/Source/core/timing/ |
PerformanceNavigation.idl | 31 // See: http://www.w3.org/TR/navigation-timing/
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ApplicationCacheHost.cpp | 106 // It's a foreign entry, restart the current navigation from the top 107 // of the navigation algorithm. The navigation will not result in the 109 // during navigation.
|
/external/chromium_org/third_party/lcov/rpm/ |
lcov.spec | 17 for easy navigation within the file structure.
|
/external/chromium_org/tools/measure_page_load_time/ie_bho/ |
MeasurePageLoadTimeBHO.h | 77 // Handle to event to signal when navigation completes
|
/external/chromium_org/tools/perf/benchmarks/ |
maps.py | 6 Rerforms several common navigation actions on the map (pan, zoom, rotate)"""
|
/external/chromium_org/tools/perf/measurements/ |
startup.py | 42 # Overriden so that no page navigation occurs - startup to the NTP.
|
startwithurl.py | 39 # Overriden so that no page navigation occurs.
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.chrome.inspector_page.html | 55 evaluated when the navigation is committed. This is after the context of<br> 58 <dl><dt><a name="InspectorPage-PerformActionAndWaitForNavigate"><strong>PerformActionAndWaitForNavigate</strong></a>(self, action_function, timeout<font color="#909090">=60</font>)</dt><dd><tt>Executes action_function, and waits for the navigation to complete.<br> 60 action_function is expect to result in a navigation. This function returns<br> 61 when the navigation is complete or when the timeout has been exceeded.</tt></dd></dl>
|
/external/libogg/doc/libogg/ |
oggpack_readinit.html | 36 <dd>Pointer to <a href=oggpack_buffer.html">oggpack_buffer</a> to be initialized with some extra markers to ease bit navigation and manipulation.</dd>
|
oggpack_writeclear.html | 36 <dd>Our oggpack_buffer. This is an ordinary data buffer with some extra markers to ease bit navigation and manipulation.</dd>
|
oggpack_writeinit.html | 36 <dd>Buffer to be used for writing. This is an ordinary data buffer with some extra markers to ease bit navigation and manipulation.</dd>
|
/frameworks/base/docs/html/design/ |
design_toc.cs | 33 <li><a href="<?cs var:toroot ?>design/patterns/navigation.html">Navigation</a></li> 35 <li><a href="<?cs var:toroot ?>design/patterns/navigation-drawer.html">Navigation Drawer</a></li>
|
/frameworks/base/docs/html/training/printing/ |
index.jd | 2 page.tags="print","navigation","gesturedetector","scroller"
|
/frameworks/base/packages/SystemUI/res/values-land/ |
dimens.xml | 19 <!-- thickness (width) of the navigation bar on phones that require it -->
|
/development/apps/Development/src/com/android/development/ |
AppHwPref.java | 56 private static final int NAVIGATION = BASE + 3; 86 displayTextView(R.id.attr_navigation, appHwPref, NAVIGATION); 142 case NAVIGATION:
|
/external/chromium/chrome/browser/history/ |
visit_tracker_unittest.cc | 96 // Test frame navigation to make sure that the referrer is properly computed 120 // Simple navigation from one process. 132 // Simple navigation from a new process with the same ID, it should not find
|
/external/chromium/chrome/common/extensions/docs/static/ |
history.html | 54 Also used for other explicit navigation actions. 70 Subframe navigation. 85 and generate new navigation entries in the back/forward list.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
NavigationPopup.java | 35 * A popup that handles displaying the navigation history for a given tab. 58 * @param isForward Whether to request forward navigation entries. 83 * @return Whether a navigation popup is valid for the given page.
|
/external/chromium_org/chrome/browser/history/ |
visit_tracker_unittest.cc | 96 // Test frame navigation to make sure that the referrer is properly computed 120 // Simple navigation from one process. 132 // Simple navigation from a new process with the same ID, it should not find
|
/external/chromium_org/chrome/browser/resources/uber/ |
uber_frame.js | 5 // This file contains the navigation controls that are visible on the left side 33 * Handles clicks on the navigation controls (switches the page and updates 44 // extension, it should display when the 'History' navigation is clicked).
|
/external/chromium_org/chrome/browser/sync/glue/ |
session_model_associator_unittest.cc | 113 // NewTab does not count as valid if it's the only navigation. 119 // Once there's another navigation, the tab is valid. 131 // NewTab does not count as valid if it's the only navigation. 318 // Populate the mock tab delegate with some data and navigation 477 sync_pb::TabNavigation* navigation = tab.add_navigation(); local 478 navigation->set_virtual_url(page_url); 497 sync_pb::TabNavigation* navigation = tab.add_navigation(); local 498 navigation->set_virtual_url(page_url); 516 sync_pb::TabNavigation* navigation = tab.add_navigation(); local 517 navigation->set_virtual_url(page_url) 537 sync_pb::TabNavigation* navigation = tab.add_navigation(); local [all...] |
/external/chromium_org/chrome/browser/tab_contents/ |
background_contents.cc | 104 // navigation is limited to urls within the app's extent. This is enforced in 107 // some way to scope navigation of a background page to its opener's security 108 // origin. Note: if the first navigation is to a URL outside the app's
|