HomeSort by relevance Sort by last modified time
    Searched refs:caption (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/base/win/
message_box_win.h 21 const base::string16& caption,
message_box_win.cc 18 const base::string16& caption,
31 base::string16 localized_caption = caption;
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
plist_strings_writer.py 25 def _AddToStringTable(self, item_name, caption, desc):
34 caption = caption.replace('"', '\\"')
35 caption = caption.replace('\n', '\\n')
38 self._out.append('%s.pfm_title = \"%s\";' % (item_name, caption))
59 item_descs.append(str(item['value']) + ' - ' + item['caption'])
plist_writer_unittest.py 86 'caption': '',
90 'caption': '',
133 'caption': '',
140 'caption': '',
184 'caption': '',
192 'caption': '',
232 'caption': '',
238 'caption': '',
279 'caption': '',
289 'caption': ''
    [all...]
ios_plist_writer_unittest.py 105 'caption': '',
146 { 'name': 'Foo', 'value': 'Foo', 'caption': '' },
147 { 'name': 'Bar', 'value': 'Bar', 'caption': '' },
167 { 'name': 'Foo', 'value': 100, 'caption': '' },
168 { 'name': 'Bar', 'value': 42, 'caption': '' },
188 { 'name': 'Foo', 'value': 'a', 'caption': '' },
189 { 'name': 'Bar', 'value': 'b', 'caption': '' },
plist_strings_writer_unittest.py 54 'caption': 'Caption of main.',
60 'caption': 'Caption of main policy.',
82 'MainPolicy.pfm_title = "Caption of main policy.";\n'
95 'caption': 'Caption of group.',
101 'caption': 'Caption of policy.',
125 'StringPolicy.pfm_title = "Caption of policy.";\n
    [all...]
adm_writer_unittest.py 89 'caption': 'Caption of main.',
146 MainPolicy_Policy="Caption of main."
163 'caption': 'Caption of main.',
210 MainPolicy_Policy="Caption of main."
226 'caption': 'Caption of policy.',
279 StringPolicy_Policy="Caption of policy."
281 StringPolicy_Part="Caption of policy.
    [all...]
  /external/chromium_org/v8/src/
counters.cc 58 #define HR(name, caption, min, max, num_buckets) \
59 name##_ = Histogram(#caption, min, max, num_buckets, isolate);
63 #define HT(name, caption) \
64 name##_ = HistogramTimer(#caption, 0, 10000, 50, isolate);
68 #define HP(name, caption) \
69 name##_ = Histogram(#caption, 0, 101, 100, isolate);
73 #define HM(name, caption) \
74 name##_ = Histogram(#caption, 1000, 500000, 50, isolate);
78 #define SC(name, caption) \
79 name##_ = StatsCounter(isolate, "c:" #caption);
    [all...]
counters.h 561 #define HR(name, caption, min, max, num_buckets) \
566 #define HT(name, caption) \
571 #define HP(name, caption) \
576 #define HM(name, caption) \
581 #define SC(name, caption) \
618 #define RATE_ID(name, caption) k_##name,
621 #define PERCENTAGE_ID(name, caption) k_##name,
624 #define MEMORY_ID(name, caption) k_##name,
627 #define COUNTER_ID(name, caption) k_##name,
653 #define HR(name, caption, min, max, num_buckets) Histogram name##_
    [all...]
  /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);
  /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/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/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.h 40 char *caption; member in struct:SDL_PrivateAudioData
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentBackend.java 36 CharSequence caption; field in class:PaymentBackend.PaymentAppInfo
66 appInfo.caption = service.getDescription();
67 if (appInfo.caption == null) {
68 appInfo.caption = service.loadLabel(pm);
PaymentDefaultDialog.java 114 sanitizePaymentAppCaption(requestedPaymentApp.caption.toString()));
119 sanitizePaymentAppCaption(requestedPaymentApp.caption.toString()),
120 sanitizePaymentAppCaption(defaultPaymentApp.caption.toString()));
  /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/
popup_message.h 31 // |arrow_orientation|. The message contains an optional |caption| which is
44 // icon | [!] Caption in bold which can be multi line | caption_label
50 PopupMessage(const base::string16& caption,
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);
183 PopupMessage::PopupMessage(const base::string16& caption,
192 caption, message, message_type, anchor, arrow, size_override,
  /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/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/third_party/WebKit/Source/core/html/
HTMLTableElement.idl 22 [RaisesException=Setter] attribute HTMLTableCaptionElement caption;
  /packages/apps/Settings/src/com/android/settings/notification/
DropDownPreference.java 104 public void addItem(String caption, Object value) {
105 mAdapter.add(caption);
  /external/owasp/sanitizer/empiricism/
canned-data.js 27 "caption": false,
1978 "caption": [
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 211 void RenderTable::addCaption(const RenderTableCaption* caption)
213 ASSERT(m_captions.find(caption) == kNotFound);
214 m_captions.append(const_cast<RenderTableCaption*>(caption));
353 void RenderTable::layoutCaption(RenderTableCaption* caption)
355 if (caption->needsLayout()) {
356 // The margins may not be available but ensure the caption is at least located beneath any previous sibling caption
357 // so that it does not mistakenly think any floats in the previous caption intrude into it.
358 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()))
    [all...]

Completed in 900 milliseconds

1 2 3 4 5 6