OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subpage
(Results
1 - 25
of
38
) sorted by null
1
2
/hardware/samsung_slsi/exynos5/include/
Exynos.h
38
* @
subpage
ExynosBuffer
40
* @
subpage
ExynosRect
42
* @
subpage
ExynosMutex
44
* @
subpage
ExynosJpegEncoder
46
* @
subpage
ExynosJpegDecoder
48
* @
subpage
ExynosCamera
50
* @
subpage
ExynosHdmi
52
* @
subpage
ExynosDC
54
* @
subpage
exynos_gscaler
56
* @
subpage
exynos_v4l
[
all
...]
/external/chromium/chrome/browser/resources/options/
options.html
171
<div id="
subpage
-backdrop" hidden></div>
186
<div id="
subpage
-sheet-container-1"
187
class="
subpage
-sheet-container transparent" hidden>
188
<div id="
subpage
-sheet-1" class="
subpage
-sheet">
189
<button class="raw-button close-
subpage
"></button>
190
<div class="
subpage
-sheet-contents">
208
<div id="
subpage
-sheet-container-2"
209
class="
subpage
-sheet-container transparent" hidden>
210
<div id="
subpage
-sheet-2" class="subpage-sheet"
[
all
...]
options_page.js
148
* Updates the visibility and stacking order of the
subpage
backdrop
149
* according to which
subpage
is topmost and visible.
156
var subpageBackdrop = $('
subpage
-backdrop');
158
var container = $('
subpage
-sheet-container-' + nestingLevel);
295
* Closes the topmost open
subpage
, if any.
398
* @param {OptionsPage}
subPage
Sub-page to register.
404
OptionsPage.registerSubPage = function(
subPage
,
407
this.registeredPages[
subPage
.name] =
subPage
;
408
subPage
.parentPage = parentPage
[
all
...]
options_page.css
38
.
subpage
-sheet-container.frozen {
76
.close-
subpage
{
85
.close-
subpage
:hover {
89
.close-
subpage
:active {
93
html[dir='ltr'] .close-
subpage
{
98
html[dir='rtl'] .close-
subpage
{
103
html.hide-menu .close-
subpage
{
250
#
subpage
-backdrop {
261
.
subpage
-sheet-container {
273
#
subpage
-sheet-container-1
[
all
...]
inline_editable_list.js
304
// (e.g., esc shouldn't both cancel an edit and close a
subpage
)
/external/antlr/antlr-3.4/runtime/C/doxygen/
mainpage.dox
21
/// - \
subpage
changes331 Check here for API changes
33
/// - \
subpage
build Building the runtime itself from source code;
34
/// - \
subpage
generate How to tell ANTLR to generate code for the C target;
35
/// - \
subpage
buildrec How to build the generated code
36
/// - \
subpage
using Using the runtime and the libraries and so on;
37
/// - \
subpage
runtime The documentation of the runtime code and functions;
using.dox
36
/// Detailed documentation of these sections is given here: \
subpage
atsections
51
/// Detailed documentation of macros and rule action interoperation is given here: \
subpage
interop
changes31.dox
23
/// documentation for more details. This beta version contains \
subpage
knownissues regarding
/external/chromium_org/chrome/browser/ui/webui/uber/
uber_ui.cc
169
// Find the appropriate
subpage
and forward the message.
170
SubpageMap::iterator
subpage
= sub_uis_.find(source_url.GetOrigin().spec());
local
171
if (
subpage
== sub_uis_.end()) {
177
// The message was sent from a
subpage
.
179
// return
subpage
->second->GetController()->OverrideHandleWebUIMessage(
181
subpage
->second->ProcessWebUIMessage(source_url, message, args);
/external/chromium_org/chrome/browser/chromeos/options/
network_connect.h
29
// Shows the network settings
subpage
for |service_path| (or the main
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
context.h
63
* \li \
subpage
mainloop - A minimal but fast implementation based on poll().
64
* \li \
subpage
threaded_mainloop - A special version of the previous
68
* \li \
subpage
glib-mainloop - A wrapper around GLIB's main loop. Available
140
* \li \
subpage
streams
141
* \li \
subpage
scache
142
* \li \
subpage
introspect
143
* \li \
subpage
subscribe
pulseaudio.h
78
* \
subpage
simple for more details.
84
* PulseAudio API. A guide can be found in \
subpage
async.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
context.h
63
* \li \
subpage
mainloop - A minimal but fast implementation based on poll().
64
* \li \
subpage
threaded_mainloop - A special version of the previous
68
* \li \
subpage
glib-mainloop - A wrapper around GLIB's main loop. Available
140
* \li \
subpage
streams
141
* \li \
subpage
scache
142
* \li \
subpage
introspect
143
* \li \
subpage
subscribe
pulseaudio.h
78
* \
subpage
simple for more details.
84
* PulseAudio API. A guide can be found in \
subpage
async.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
context.h
63
* \li \
subpage
mainloop - A minimal but fast implementation based on poll().
64
* \li \
subpage
threaded_mainloop - A special version of the previous
68
* \li \
subpage
glib-mainloop - A wrapper around GLIB's main loop. Available
140
* \li \
subpage
streams
141
* \li \
subpage
scache
142
* \li \
subpage
introspect
143
* \li \
subpage
subscribe
pulseaudio.h
78
* \
subpage
simple for more details.
84
* PulseAudio API. A guide can be found in \
subpage
async.
/external/chromium_org/chrome/browser/resources/options/
search_page.js
359
* Reveal the associated section for |
subpage
|, as well as the one for its
363
revealAssociatedSections_: function(
subpage
) {
364
for (var page =
subpage
; page; page = page.parentPage) {
372
* @return {!Array.<HTMLElement>} all the associated controls for |
subpage
|,
373
* including |
subpage
.associatedControls| as well as any controls on parent
374
* pages that are indirectly necessary to get to the
subpage
.
377
getAssociatedControls_: function(
subpage
) {
379
for (var page =
subpage
; page; page = page.parentPage) {
editable_text_field.js
354
// (e.g., esc shouldn't both cancel an edit and close a
subpage
)
/external/chromium_org/chrome/browser/autocomplete/
history_provider_util.h
28
// (e.g. "http://www.google.com/") and not some other
subpage
builtin_provider_unittest.cc
208
// Typing a
subpage
path should return the appropriate results.
/external/libvpx/libvpx/
usage.dox
18
- \
subpage
usage_decode
21
- \
subpage
usage_encode
61
- \
subpage
usage_xma
examples.mk
284
echo " - \
subpage
example_$(ex) $($(ex).DESCRIPTION)" >> $@;)
292
echo " - \
subpage
example_$(ex) $($(ex).DESCRIPTION)" >> $@;)
/external/clang/include/clang/AST/
CommentCommands.td
200
def
Subpage
: VerbatimLineCommand<"
subpage
">;
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
uber_shared.css
20
body.uber-frame .
subpage
-sheet-container .page,
/external/chromium_org/chrome/browser/resources/uber/
uber_shared.css
20
body.uber-frame .
subpage
-sheet-container .page,
Completed in 1088 milliseconds
1
2