HomeSort by relevance Sort by last modified time
    Searched full:caption (Results 26 - 50 of 634) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_menu.jd 174 <p class="table-caption"><strong>Figure 1.</strong>
196 <table class="image-caption">
198 <td class="image-caption-i">
201 <td class="image-caption-c">
202 <div class="caption grad-rule-top">
204 <div class="image-caption-nested">
284 <table class="image-caption">
286 <td class="image-caption-i">
290 <td class="image-caption-c">
291 <div class="caption grad-rule-top"
    [all...]
icon_design_launcher_archive.jd 100 <p class="img-caption">
229 <p class="table-caption"><strong>Figure 2.</strong>
262 <p class="img-caption">
277 <p class="img-caption">
283 <p class="img-caption">
303 <table class="image-caption">
305 <td class="image-caption-i">
308 <td class="image-caption-c">
309 <div class="caption grad-rule-top">
311 <div class="image-caption-nested"
    [all...]
icon_design_status_bar.jd 134 <p class="table-caption" id="screens_table"><strong>Table 1.</strong> Summary of
192 <table class="image-caption">
194 <td class="image-caption-i">
198 <td class="image-caption-c">
199 <div class="caption grad-rule-top">
201 <div class="image-caption-nested">
225 <p class="img-caption">
327 <p class="table-caption"><strong>Figure 3.</strong>
343 <table class="image-caption">
345 <td class="image-caption-i"
    [all...]
icon_design_tab.jd 217 <p class="table-caption"><strong>Figure 1.</strong>
234 <table class="image-caption">
236 <td class="image-caption-i">
239 <td class="image-caption-c">
240 <div class="caption grad-rule-top">
242 <div class="image-caption-nested">
254 <table class="image-caption">
256 <td class="image-caption-i">
259 <td class="image-caption-c">
260 <div class="caption grad-rule-top"
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content: (…)
  /external/chromium_org/ash/wm/caption_buttons/
alternate_frame_size_button_delegate.h 30 // Reset the caption button views::Button::ButtonState back to normal. If
42 // caption buttons.
  /external/chromium_org/tools/grit/grit/gather/
policy_json_unittest.py 44 " 'caption': 'nothing special 1',"
71 " 'caption': 'nothing special',"
92 " 'caption': 'nothing special',"
153 'caption': '''Please install
178 gatherer._GetDescription({'name': 'Plcy2'}, 'policy', None, 'caption'),
179 'Caption of the policy named Plcy2')
185 {'name': 'Policy'}, 'caption'),
186 'Caption of the option named Item in policy Policy')
  /external/chromium_org/tools/grit/grit/testdata/
source.rc 20 CAPTION "About"
34 CAPTION "Bingobobbi"
transl.rc 20 CAPTION "Um Klonk"
34 CAPTION "Bingobobbi"
  /external/chromium_org/ui/base/win/
message_box_win.cc 18 const string16& caption,
31 string16 localized_caption = caption;
message_box_win.h 21 const string16& caption,
  /sdk/templates/docs/
cssreset-min.css 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
  /external/chromium_org/ash/
popup_message.cc 45 MessageBubble(const base::string16& caption,
66 PopupMessage::MessageBubble::MessageBubble(const base::string16& caption,
104 // icon | [!] Caption in bold which can be multi line | caption_label
111 // Note that the icon, caption and massage are optional.
128 // The caption label.
129 if (!caption.empty()) {
130 views::Label* caption_label = new views::Label(caption);
182 PopupMessage::PopupMessage(const base::string16& caption,
191 caption, message, message_type, anchor, arrow, size_override,
  /external/chromium_org/chrome/utility/media_galleries/
iphoto_library_parser_unittest.cc 44 #define SIMPLE_PHOTO(id, guid, path, caption) \
49 " <key>Caption</key>" \
50 " <string>" caption "</string>" \
72 #define MALFORMED_PHOTO1(id, guid, path, caption) \
77 " <key>Caption<key>" \
78 " <string>" caption "</string>" \
88 #define MALFORMED_PHOTO2(id, guid, path, caption) \
93 " <key>Caption<key>" \
94 " <string>" caption "</string>" \
  /external/chromium_org/v8/src/
v8-counters.h 300 #define HT(name, caption) \
305 #define HP(name, caption) \
310 #define HM(name, caption) \
315 #define SC(name, caption) \
352 #define RATE_ID(name, caption) k_##name,
355 #define PERCENTAGE_ID(name, caption) k_##name,
358 #define MEMORY_ID(name, caption) k_##name,
361 #define COUNTER_ID(name, caption) k_##name,
386 #define HT(name, caption) \
391 #define HP(name, caption) \
    [all...]
  /frameworks/base/docs/html/design/building-blocks/
tabs.jd 36 <div class="figure-caption">
50 <div class="figure-caption">
55 <div class="figure-caption">
buttons.jd 29 <div class="figure-caption">
34 <div class="figure-caption">
scrolling.jd 18 <div class="figure-caption">
36 <div class="figure-caption">
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMediaItem.java 37 public String caption; field in class:LocalMediaItem
61 return caption;
86 details.addDetail(MediaDetails.INDEX_TITLE, caption);
  /external/chromium_org/cloud_print/virtual_driver/win/
virtual_driver_helpers.h 23 const base::string16 &caption);
virtual_driver_helpers.cc 21 const base::string16 &caption) {
22 ::MessageBox(hwnd, GetErrorMessage(hr).c_str(), caption.c_str(), MB_OK);
  /external/chromium_org/ui/views/window/
custom_frame_view.h 29 // rendering the non-standard window caption, border, and controls.
74 // Returns the y-coordinate of the caption buttons.
108 // Creates, adds and returns a new window caption button (e.g, minimize,
127 // Window caption buttons.
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 16 table, caption, tbody, tfoot, thead, tr, th, td {
31 caption, th, td { text-align: left; font-weight:400; }
  /external/clang/include/clang/AST/
CommentHTMLTags.td 45 def Caption : Tag<"caption">;
  /frameworks/base/docs/html/design/style/
themes.jd 8 <div class="figure-caption">
13 <div class="figure-caption">

Completed in 457 milliseconds

12 3 4 5 6 7 8 91011>>