OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subpage
(Results
1 - 12
of
12
) sorted by null
/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
)
content_settings_exceptions_area.js
469
* Encapsulated handling of content settings list
subpage
.
/prebuilt/linux-x86/toolchain/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.
/external/libvpx/
usage.dox
17
\if decoder - \
subpage
usage_decode \endif
18
\if decoder - \
subpage
usage_encode \endif
57
- \
subpage
usage_xma
examples.mk
251
echo " - \
subpage
example_$(ex) $($(ex).DESCRIPTION)" >> $@;)
259
echo " - \
subpage
example_$(ex) $($(ex).DESCRIPTION)" >> $@;)
/external/qemu/
exec.c
2378
subpage
_t *
subpage
;
local
[
all
...]
/external/tinyxml/
readme.txt
75
- @
subpage
tutorial0
/external/chromium/chrome/browser/autocomplete/
history_url_provider.cc
40
// not some other
subpage
(e.g. "http://www.google.com/foo.html").
[
all
...]
Completed in 743 milliseconds