Searched refs:caption (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium_org/ui/base/win/
H A Dmessage_box_win.h21 const base::string16& caption,
H A Dmessage_box_win.cc18 const base::string16& caption,
31 base::string16 localized_caption = caption;
16 MessageBox(HWND hwnd, const base::string16& text, const base::string16& caption, UINT flags) argument
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dplist_strings_writer.py25 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'])
/external/chromium_org/v8/src/
H A Dcounters.cc58 #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...]
H A Dcounters.h561 #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, mi
[all...]
/external/chromium_org/cloud_print/virtual_driver/win/
H A Dvirtual_driver_helpers.h23 const base::string16 &caption);
H A Dvirtual_driver_helpers.cc21 const base::string16 &caption) {
22 ::MessageBox(hwnd, GetErrorMessage(hr).c_str(), caption.c_str(), MB_OK);
20 DisplayWindowsMessage(HWND hwnd, HRESULT hr, const base::string16 &caption) argument
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dreset.css16 table, caption, tbody, tfoot, thead, tr, th, td {
31 caption, th, td { text-align: left; font-weight:400; }
/external/chromium_org/ash/
H A Dpopup_message.h31 // |arrow_orientation|. The message contains an optional |caption| which is
50 PopupMessage(const base::string16& caption,
H A Dpopup_message.cc45 MessageBubble(const base::string16& caption,
66 PopupMessage::MessageBubble::MessageBubble(const base::string16& caption, argument
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, argument
192 caption, message, message_type, anchor, arrow, size_override,
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
H A DSDL_pulseaudio.h40 char *caption; member in struct:SDL_PrivateAudioData
H A DSDL_pulseaudio.c257 SDL_free(device->hidden->caption);
390 SDL_free(this->hidden->caption);
394 this->hidden->caption = SDL_strdup(str);
396 SDL_NAME(pa_context_set_name)(context, this->hidden->caption,
501 if (this->hidden->caption == NULL) {
509 this->hidden->caption))) {
/external/chromium_org/chrome/utility/media_galleries/
H A Diphoto_library_parser_unittest.cc44 #define SIMPLE_PHOTO(id, guid, path, caption) \
50 " <string>" caption "</string>" \
72 #define MALFORMED_PHOTO1(id, guid, path, caption) \
78 " <string>" caption "</string>" \
88 #define MALFORMED_PHOTO2(id, guid, path, caption) \
94 " <string>" caption "</string>" \
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.idl22 [RaisesException=Setter] attribute HTMLTableCaptionElement caption;
H A DHTMLTableElement.h44 HTMLTableCaptionElement* caption() const;
H A DHTMLTableElement.cpp67 HTMLTableCaptionElement* HTMLTableElement::caption() const function in class:blink::HTMLTableElement
153 if (HTMLTableCaptionElement* existingCaption = caption())
155 RefPtrWillBeRawPtr<HTMLTableCaptionElement> caption = HTMLTableCaptionElement::create(document());
156 setCaption(caption, IGNORE_EXCEPTION);
157 return caption.release();
162 removeChild(caption(), IGNORE_EXCEPTION);
/external/chromium_org/third_party/webtreemap/src/
H A Dwebtreemap.js79 var caption = document.createElement('div');
80 caption.className = 'webtreemap-caption';
81 caption.innerHTML = tree.name;
82 dom.appendChild(caption);
147 y1 += 14; // XXX get first child height for caption spacing
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp211 void RenderTable::addCaption(const RenderTableCaption* caption) argument
213 ASSERT(m_captions.find(caption) == kNotFound);
214 m_captions.append(const_cast<RenderTableCaption*>(caption));
353 void RenderTable::layoutCaption(RenderTableCaption* caption) argument
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
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.h69 virtual void MessageBox(const char* caption, const char* text,
108 virtual void MessageBox(const char* caption, const char* text,
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_win.cc344 const base::string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local
346 if (IDOK == ui::MessageBox(NULL, msg, caption, flags))
377 const base::string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local
379 ui::MessageBox(NULL, text, caption, flags);
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_sysaudio.h62 void (*SetCaption)(_THIS, const char *caption);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTable.cpp154 // If there is a caption element, summary, THEAD, or TFOOT section, it's most certainly a data table
155 if (!tableElement->summary().isEmpty() || tableElement->tHead() || tableElement->tFoot() || tableElement->caption())
564 // see if there is a caption
567 HTMLTableCaptionElement* caption = toHTMLTableElement(tableElement)->caption(); local
568 if (caption)
569 title = caption->innerText();
/external/chromium_org/chrome/common/extensions/docs/static/sass/
H A D_typography.scss71 &.noindent, &.caption & {
74 &.caption {
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.h56 virtual void MessageBox(const char* caption, const char* text,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DTooltip.css3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }

Completed in 503 milliseconds

123