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

1 2 3 4

  /external/v8/src/
v8-counters.cc 36 #define HT(name, caption) \
37 HistogramTimer name = { #caption, NULL, false, 0, 0 }; \
42 #define SC(name, caption) \
43 StatsCounter name = { "c:" #caption, NULL, false };\
v8-counters.h 256 #define HT(name, caption) \
261 #define SC(name, caption) \
268 #define RATE_ID(name, caption) k_##name,
271 #define COUNTER_ID(name, caption) k_##name,
286 #define HT(name, caption) \
291 #define SC(name, caption) \
  /external/chromium/chrome/browser/extensions/
extensions_startup.h 35 void ShowPackExtensionMessage(const std::wstring& caption,
extensions_startup.cc 36 const std::wstring& caption,
39 ui::MessageBox(NULL, message, caption, MB_OK | MB_SETFOREGROUND);
41 // Just send caption & text to stdout on mac & linux.
42 std::string out_text = WideToASCII(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/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.h 40 char *caption; member in struct:SDL_PrivateAudioData
SDL_pulseaudio.c 257 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))) {
  /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: (…)
  /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/chrome/browser/
browser_main_win.cc 115 const string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local
116 ui::MessageBox(NULL, text, caption, MB_OK | MB_ICONWARNING | MB_TOPMOST);
146 const string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local
148 ui::MessageBox(NULL, text, caption, flags);
266 const string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local
268 if (IDOK == ui::MessageBox(NULL, msg, caption, flags))
293 const string16 caption = l10n_util::GetStringUTF16(IDS_PRODUCT_NAME); local
295 ui::MessageBox(NULL, text, caption, flags);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement27.js 78 The deleteCaption() method deletes the table caption.
80 Delete the CAPTION element on the second TABLE element.
104 vsection1 = testNode.caption;
108 vsection2 = testNode.caption;
HTMLTableElement25.js 78 The createCaption() method creates a new table caption object or returns
81 Create a new CAPTION element on the first TABLE element. Since
82 one does not currently exist the CAPTION element is created.
106 vsection1 = testNode.caption;
110 vsection2 = testNode.caption;
HTMLTableElement26.js 78 The createCaption() method creates a new table caption object or returns
81 Create a new CAPTION element on the first TABLE element. Since
82 one currently exists the CAPTION element is not created and you
83 can get the align attribute from the CAPTION element that exists.
108 vsection1 = testNode.caption;
112 vcaption = testNode.caption;
HTMLTableCaptionElement01.js 78 The align attribute specifies the caption alignment with respect to
100 nodeList = doc.getElementsByTagName("caption");
HTMLTableElement01.js 78 The caption attribute returns the tables CAPTION.
80 Retrieve the align attribute of the CAPTION element from the second
104 vcaption = testNode.caption;
HTMLTableElement02.js 78 The caption attribute returns the tables CAPTION or void if it does not
81 Retrieve the CAPTION element from within the first TABLE element.
104 vcaption = testNode.caption;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement27.js 78 The deleteCaption() method deletes the table caption.
80 Delete the CAPTION element on the second TABLE element.
104 vsection1 = testNode.caption;
108 vsection2 = testNode.caption;
HTMLTableElement25.js 78 The createCaption() method creates a new table caption object or returns
81 Create a new CAPTION element on the first TABLE element. Since
82 one does not currently exist the CAPTION element is created.
106 vsection1 = testNode.caption;
110 vsection2 = testNode.caption;
HTMLTableElement26.js 78 The createCaption() method creates a new table caption object or returns
81 Create a new CAPTION element on the first TABLE element. Since
82 one currently exists the CAPTION element is not created and you
83 can get the align attribute from the CAPTION element that exists.
108 vsection1 = testNode.caption;
112 vcaption = testNode.caption;
  /external/webkit/Source/WebCore/html/
HTMLTableElement.idl 24 attribute HTMLTableCaptionElement caption setter raises(DOMException);
HTMLTableElement.h 42 HTMLTableCaptionElement* caption() const;
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 109 // if there is a caption element, summary, THEAD, or TFOOT section, it's most certainly a data table
111 if (!tableElement->summary().isEmpty() || tableElement->tHead() || tableElement->tFoot() || tableElement->caption())
552 // see if there is a caption
555 HTMLTableCaptionElement* caption = static_cast<HTMLTableElement*>(tableElement)->caption(); local
556 if (caption)
557 title = caption->innerText();
  /development/tools/axl/
chewie.py 170 caption = \
176 pylab.figtext(0.82, 0.30, caption, bbox=dict(facecolor='lightgrey', alpha=0.5))
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoActionPopup.java 152 public ChoiceListItem(int id, String caption) {
154 mCaption = caption;
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_sysaudio.h 62 void (*SetCaption)(_THIS, const char *caption);

Completed in 2593 milliseconds

1 2 3 4