Home
last modified time | relevance | path

Searched refs:shown (Results 1 – 25 of 205) sorted by relevance

123456789

/external/skia/src/views/
DSkScrollBarView.cpp34 void SkScrollBarView::setShown(unsigned shown) in setShown() argument
36 if ((int)shown < 0) in setShown()
37 shown = 0; in setShown()
39 if (fShownLength != shown) in setShown()
41 fShownLength = shown; in setShown()
117 int shown = fShownLength; in adjust() local
120 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show in adjust()
127 if (start + shown > total) in adjust()
128 start = total - shown; in adjust()
135 e.setScalar("_shownLength", SkIntToScalar(shown)); in adjust()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_BWin.h59 shown = false; in SDL_BWin()
89 shown = true; in Show()
92 return (shown); in Shown()
277 bool shown; variable
/external/webkit/Source/WebKit/win/Interfaces/
DIWebDesktopNotificationsDelegate.idl38 @discussion A class that represents a notification being shown
81 @param notification The Notification to be shown.
87 @abstract Cancel showing a notification (or take it down if it's shown).
95 notification need not be un-shown, but events should not be invoked.
/external/e2fsprogs/resize/
Dsim_progress.c24 int shown; member
101 prog->shown = 0; in ext2fs_progress_init()
/external/webkit/LayoutTests/fast/encoding/dumpAsText/
Dutf-16-no-bom-expected.txt1 …does not appear to have any style information associated with it. The document tree is shown below.
/external/icu4c/samples/layout/
DFontMap.GDI5 # Fonts are specified by font name, as shown
/external/chromium/chrome/browser/userfeedback/proto/
Dweb.proto33 // - Not set if no suggestions were shown, either because the version of
37 // - Empty string if suggestions were shown but the user hasn't chosen
/external/skia/include/views/
DSkScrollBarView.h33 void setShown(unsigned shown);
/external/v8/test/mjsunit/tools/
Dtickprocessor-test.gc-state19 Callers occupying less than 2.0% are not shown.
Dtickprocessor-test.func-info21 Callers occupying less than 2.0% are not shown.
Dtickprocessor-test.ignore-unknown26 Callers occupying less than 2.0% are not shown.
Dtickprocessor-test.default30 Callers occupying less than 2.0% are not shown.
/external/iptables/extensions/
Dlibipt_icmp.man6 ICMP type, type/code pair, or one of the ICMP type names shown by the command
Dlibip6t_mh.man9 or one of the MH type names shown by the command
Dlibip6t_icmp6.man11 or one of the ICMPv6 type names shown by the command
/external/doclava/res/assets/templates/
Dsample.cs20 <p>The file containing the source code shown below is located in the corresponding directory in <co…
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_view.mm80 // this is shown for the first time.
148 // Need an update if the indicator wasn't previously shown or if it has
165 // drop indicator if one was shown.
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_QWin.h55 virtual bool shown(void) { in shown() function
/external/chromium/chrome/browser/ui/cocoa/
Dtab_view_picker_table.mm10 // If a heading is shown, the indices between the tab items and the table rows
16 // Returns if |item| is the item shown as heading. If |heading_| is nil, this
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_installed_bubble_controller.mm170 // page action icon (shown as a preview), depending on the extension type.
227 // Load nib and calculate height based on messages to be shown.
334 // The extension messages will always be shown.
344 // The extra message is only shown when appropriate.
/external/lohit-fonts/lohit-bengali-ttf/
DChangeLog.old72 - Bug 424701: [ml_IN] words are shown joined (very low space shown on screen)
143 - Bug 216628: [ml] characters are not shown bold during selecting BOLD font
158 - Bug 216628 : [ml] characters are not shown bold during selecting BOLD font
/external/lohit-fonts/lohit-tamil-ttf/
DChangeLog.old72 - Bug 424701: [ml_IN] words are shown joined (very low space shown on screen)
143 - Bug 216628: [ml] characters are not shown bold during selecting BOLD font
158 - Bug 216628 : [ml] characters are not shown bold during selecting BOLD font
/external/lohit-fonts/lohit-devanagari-ttf/
DChangeLog.old72 - Bug 424701: [ml_IN] words are shown joined (very low space shown on screen)
143 - Bug 216628: [ml] characters are not shown bold during selecting BOLD font
158 - Bug 216628 : [ml] characters are not shown bold during selecting BOLD font
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
Dwrench_menu_button_cell.mm15 // The bounding rect of buttons is actually larger than the display rect shown
/external/llvm/test/Feature/
Dmemorymarkers.ll18 ;; preceded by an alloca, but shown for completeness).

123456789