OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:navigation
(Results
201 - 225
of
1979
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/automation/
automation_tab_helper.h
29
// sequence of loads that may appear as one complete
navigation
to a user.
32
// a
navigation
to an error page which causes another load start and stop.
105
// True if the tab is currently loading. If a
navigation
is scheduled but not
/external/chromium/chrome/browser/ssl/
ssl_manager.h
38
// The security state (secure/insecure) is stored in the
navigation
entry.
80
// The
navigation
controller associated with this SSLManager. The
95
// Entry point for
navigation
. This function begins the process of updating
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
NavigationPopupTest.java
26
* Tests for the
navigation
popup.
81
@Feature({"
Navigation
"})
125
@Feature({"
Navigation
"})
/external/chromium_org/chrome/browser/infobars/
infobar_delegate.h
69
// is navigated. By default this returns true if the
navigation
is to a new
103
// later upon
navigation
to determine if this InfoBarDelegate should be
118
// Returns true if the
navigation
is to a new URL or a reload occured.
/external/chromium_org/chrome/browser/resources/uber/
uber_utils.js
25
// Prevent the
navigation
from being stuck in a disabled state when a
29
// Trigger the scroll handler to tell the
navigation
if our page started
66
* This is called when a user selects this frame via the
navigation
bar
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
NavigationTest.java
16
* Tests for various aspects of
navigation
.
53
@Feature({"
Navigation
"})
103
@Feature({"
Navigation
"})
/external/chromium_org/content/public/common/
renderer_preferences.h
94
// Browser wants a look at all non-local top level
navigation
requests.
97
// Browser wants a look at all top-level
navigation
requests.
121
// being overridden for the current
navigation
.
/external/doclava/res/assets/templates/components/
left_nav.cs
1
<?cs # The default side
navigation
for the reference docs ?><?cs
53
$("<a href='#' id='nav-swap' onclick='swapNav();return false;' style='font-size:10px;line-height:9px;margin-left:1em;text-decoration:none;'><span id='tree-link'>Use Tree
Navigation
</span><span id='panel-link' style='display:none'>Use Panel
Navigation
</span></a>").appendTo("#side-nav");
/frameworks/base/docs/html/design/building-blocks/
grid-lists.jd
61
lists, because the horizontal gesture for view and content
navigation
will conflict. If you show
62
scrolling tabs for view
navigation
together with a grid list, use vertical grid scrolling for list
63
navigation
.</p>
/frameworks/base/docs/html/guide/topics/ui/accessibility/
index.jd
46
devices more easily, including text-to-speech, haptic feedback, gesture
navigation
, trackball and
47
directional-pad
navigation
. Android application developers can take advantage of these services to
51
enhanced usability features such as audio prompting, physical feedback, and alternative
navigation
/frameworks/base/docs/html/guide/topics/ui/
index.jd
39
<a href="http://developer.android.com/training/implementing-
navigation
/index.html">
40
<h4>Implementing Effective
Navigation
</h4>
42
and then choose appropriate forms of
navigation
to allow users to effectively and intuitively
/frameworks/base/docs/html/training/notify-user/
index.jd
68
<strong><a href="
navigation
.html">Preserving
Navigation
when Starting an Activity</a></strong>
72
navigation
for an {@link android.app.Activity} started from a notification.
/external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc
242
// Keep track of whether the tab has notified us of a
navigation
state change.
699
// Do a new
navigation
without making a pending one.
703
// There should no longer be any pending entry, and the third
navigation
we
712
// Tests navigating to a new URL when there is a new pending
navigation
that is
735
// After the beforeunload but before it commits, do a new
navigation
.
741
// There should no longer be any pending entry, and the third
navigation
we
751
//
navigation
. This will happen if the user hits back, but before that commits,
773
// Now make a pending back/forward
navigation
. The zeroth entry should be
780
// Before that commits, do a new
navigation
.
785
// There should no longer be any pending entry, and the third
navigation
w
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.h
6
// intercepting
navigation
events, as specified in the extension JSON API.
32
// Tab contents observer that forwards
navigation
events to the event router.
112
//
navigation
.
133
// During a cross site
navigation
, the WebContents has a second, pending
140
// Observes
navigation
notifications and routes them as events to the extension
199
// Used for tracking registrations to
navigation
notifications.
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
42
public static final String
NAVIGATION
= "
navigation
";
/development/apps/Development/src/com/android/development/
ConfigurationViewer.java
47
+ "
navigation
=" + c.
navigation
+ "\n"
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm
15
# imaginary tree
navigation
type; traverse "get child" link
19
# imaginary tree
navigation
type; finish with a child list
/external/antlr/antlr-3.4/runtime/Python/antlr3/
constants.py
48
# imaginary tree
navigation
type; traverse "get child" link
51
#imaginary tree
navigation
type; finish with a child list
/external/chromium/chrome/browser/
alternate_nav_url_fetcher.h
22
// you mean" infobar suggesting a
navigation
.
28
// We'll do this when the load commits, or when the
navigation
controller
/external/chromium_org/chrome/browser/
chrome_content_browser_client_browsertest.cc
21
// Returns the last committed
navigation
entry of the first tab. May be NULL
79
// Test that a basic
navigation
works in --site-per-process mode. This prevents
/external/chromium_org/chrome/browser/predictors/
resource_prefetcher_manager.h
46
//
navigation
if there isn't one already for the same URL or host (for host
52
// Stops the ResourcePrefetcher for the input
navigation
, if one was in
/external/chromium_org/chrome/browser/ui/omnibox/
alternate_nav_infobar_delegate.cc
69
// search and instead add one reflecting this
navigation
.
89
// We should always close, even if the
navigation
did not occur within this
/external/chromium_org/content/browser/ssl/
ssl_manager.h
40
// The security state (secure/insecure) is stored in the
navigation
entry.
72
// The
navigation
controller associated with this SSLManager. The
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
NavigationEntry.java
10
* Represents one entry in the
navigation
history of a page.
35
* @return The index into the
navigation
history that this entry represents.
/external/chromium_org/content/public/browser/
notification_types.h
27
// A new pending
navigation
has been created. Pending entries are created
28
// when the user requests the
navigation
. We don't know if it will actually
39
// A new non-pending
navigation
entry has been created. This will
43
// The source will be the
navigation
controller doing the commit. The
51
// and then doing a new
navigation
, meaning all the "forward" items are
54
// This normally happens as a result of a new
navigation
. It will be
66
// This will NOT be sent on
navigation
, interested parties should also
68
// sent when the entry is updated outside of
navigation
(like when a new
Completed in 1245 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>