OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:navigation
(Results
301 - 325
of
1296
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/Source/WebKit/gtk/webkit/
webkitnetworkrequest.cpp
32
* @short_description: The target of a
navigation
request
33
* @see_also: #WebKitWebView::
navigation
-policy-decision-requested
35
* This class represents the network related aspects of a
navigation
/libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeFilter.java
40
* Accept the node.
Navigation
methods defined for
46
* Reject the node.
Navigation
methods defined for
54
* Skip this single node.
Navigation
methods defined for
/sdk/templates/activities/FullscreenActivity/root/src/app_package/
FullscreenActivity.java.ftl
19
* status bar and
navigation
/system bar) with user interaction.
153
// more details, see the
Navigation
pattern on Android Design:
155
// http://developer.android.com/design/patterns/
navigation
.html#up-vs-back
/external/chromium/chrome/browser/sessions/
tab_restore_service.h
83
// Index of the selected
navigation
in navigations.
225
// index of the selected
navigation
.
246
// no valid
navigation
to persist.
270
// Returns true if |tab| has more than one
navigation
. If |tab| has more
271
// than one
navigation
|tab->current_navigation_index| is constrained based
session_service.h
115
// the list. |count| gives the number of entries in the
navigation
controller.
126
// Updates the
navigation
entry for the specified tab.
137
// Sets the index of the selected entry in the
navigation
controller for the
273
// Returns an iterator into navigations pointing to the
navigation
whose
274
// index matches |index|. If no
navigation
index matches |index|, the first
275
//
navigation
with an index > |index| is returned.
310
// navigations (in each direction from the current
navigation
index).
409
// Maps from session tab id to the range of
navigation
entries that has
412
// This is only used if not all the
navigation
entries have been
session_service_unittest.cc
68
const TabNavigation&
navigation
,
72
entry.set_url(
navigation
.virtual_url());
73
entry.set_referrer(
navigation
.referrer());
74
entry.set_title(
navigation
.title());
75
entry.set_content_state(
navigation
.state());
76
entry.set_transition_type(
navigation
.transition());
78
navigation
.type_mask() & TabNavigation::HAS_POST_DATA);
94
//
navigation
. If |pinned_state| is true or |write_always| is true, the
250
// index should get reset to last valid
navigation
, which is 2.
/external/chromium/chrome/browser/ui/
browser_navigator.cc
125
// Change some of the
navigation
parameters based on the particular URL.
148
// Returns a Browser that can host the
navigation
or tab addition specified in
210
// The following types all result in no
navigation
.
404
// Determine if the
navigation
was user initiated. If it was, we need to
454
// Perform the actual
navigation
.
464
// The
navigation
occurred in the source tab.
475
// The
navigation
should insert a new tab into the target Browser.
/external/chromium/chrome/common/
automation_messages_internal.h
391
// see AutomationMsg_NavigationResponseValues for the
navigation
response.
540
// It is a notification that a
navigation
happened
583
// - bool: whether to proceed or abort the
navigation
625
// see AutomationMsg_NavigationResponseValues for the
navigation
response.
[
all
...]
/frameworks/base/docs/html/guide/topics/ui/
actionbar.jd
23
<li><a href="#Home">Using the App Icon for
Navigation
</a>
39
<li><a href="#Tabs">Adding
Navigation
Tabs</a></li>
40
<li><a href="#Dropdown">Adding Drop-down
Navigation
</a></li>
45
<li><a href="#NavigationStyles">
Navigation
tabs</a></li>
82
provides user actions and
navigation
modes. You should use the action bar in most activities that
83
need to prominently present user actions or global
navigation
, because the action bar offers users a
95
navigation
label, such as the currently selected tab.</p></li>
97
<li>Provide consistent
navigation
and view refinement across different applications.
98
<p>The action bar provides built-in tab
navigation
for switching between <a
100
list you can use as an alternative
navigation
mode or to refine the current view (such as to sor
[
all
...]
/frameworks/base/docs/downloads/design/
Android_Design_Downloads_20120814.zip
Android_Design_Downloads_20120823.zip
/external/chromium/chrome/common/extensions/docs/static/
a11y.html
187
Make sure that operation and
navigation
controls of your extension
191
Navigation
controls might include tabs and menu bars.
232
<h3 id="
navigation
">
Navigation
</h3>
249
details about toolbar
navigation
256
to support keyboard
navigation
to the toolbar.
284
Although the most common keyboard
navigation
strategy involves
288
You can make keyboard
navigation
easier
327
// Implement circular keyboard
navigation
within the toolbar buttons
461
For an example that implements keyboard
navigation
and ARIA properties, se
[
all
...]
/external/chromium/chrome/browser/sync/
profile_sync_service_session_unittest.cc
277
sync_pb::TabNavigation*
navigation
= tab->add_navigation();
local
278
navigation
->set_index(12);
279
navigation
->set_virtual_url("http://foo/1");
280
navigation
->set_referrer("referrer");
281
navigation
->set_title("title");
282
navigation
->set_page_transition(sync_pb::TabNavigation_PageTransition_TYPED);
/frameworks/base/docs/html/training/implementing-navigation/
lateral.jd
22
<li><a href="{@docRoot}training/design-
navigation
/descendant-lateral.html">Providing Descendant and Lateral
Navigation
</a></li>
39
<p>Swipe views provide lateral
navigation
between sibling screens such as tabs with
47
as described in <a href="{@docRoot}training/design-
navigation
/descendant-lateral.html">Designing
48
Effective
Navigation
</a> and the <a href="{@docRoot}design/patterns/swipe-views.html">Swipe
164
sections show how you can add tabs to help facilitate
navigation
between pages.</p>
/build/tools/droiddoc/templates-pdk/
customizations.cs
43
<?cs # The default side
navigation
for the reference docs ?><?cs
95
$("<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");
/external/chromium/chrome/browser/extensions/
app_process_apitest.cc
21
// Simulates a page calling window.open on an URL, and waits for the
navigation
.
46
// Simulates a page navigating itself to an URL, and waits for the
navigation
.
146
// The final
navigation
should end up in the app process.
/external/chromium/chrome/browser/tab_contents/
background_contents.cc
91
//
navigation
is limited to urls within the app's extent. This is enforced in
94
// some way to scope
navigation
of a background page to its opener's security
95
// origin. Note: if the first
navigation
is to a URL outside the app's
/frameworks/base/packages/SettingsProvider/res/values/
defaults.xml
100
<!-- DPAD/Trackball LEFT - traverse previous on the character
navigation
axis and send event. -->
102
<!-- DPAD/Trackball RIGHT - traverse next on the character
navigation
axis end send event. -->
118
<!-- Alt+COMMA - transition to sentence
navigation
axis and send an event. -->
/development/samples/HoneycombGallery/
AndroidManifest.xml
24
or a device that provides only a d-pad for
navigation
-->
/development/samples/training/ContactsList/res/values/
strings.xml
33
<!-- Used for the AlphabetIndexer in ContactsListFragment to provide quick
navigation
by
/device/ti/panda/overlay/frameworks/base/core/res/res/values/
config.xml
30
<!-- Whether a software
navigation
bar should be shown. NOTE: in the future this may be
/external/chromium/chrome/browser/automation/
automation_tab_tracker.cc
26
//
navigation
time.
/external/chromium/chrome/browser/
browser_about_handler.h
36
// case, normal tab
navigation
should be skipped.
external_tab_container_win.h
242
// browser sends over the ack, we receive a top level URL
navigation
for the
278
// A failed
navigation
like a 404 is followed in chrome with a success
279
//
navigation
for the 404 page. We need to ignore the next
navigation
/external/chromium/chrome/browser/ssl/
ssl_host_state.h
23
// from the SSLManager because this state is shared across many
navigation
Completed in 371 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>