HomeSort by relevance Sort by last modified time
    Searched defs:caption (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKit/qt/WebCoreSupport/
InspectorClientQt.cpp 165 QString caption = QCoreApplication::translate("QWebPage", "Web Inspector - %2").arg(m_inspectedURL); local
166 m_inspectedWebPage->d->inspector->setWindowTitle(caption);
  /external/webkit/WebCore/accessibility/
AccessibilityTable.cpp 98 // if there is a caption element, summary, THEAD, or TFOOT section, it's most certainly a data table
100 if (!tableElement->summary().isEmpty() || tableElement->tHead() || tableElement->tFoot() || tableElement->caption())
466 // see if there is a caption
469 HTMLTableCaptionElement* caption = static_cast<HTMLTableElement*>(tableElement)->caption(); local
470 if (caption)
471 title = caption->innerText();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMetadataParserTest.java 336 writeTimedTextRecord(Metadata.CAPTION, now.getTime(),
337 10, "Some caption");
341 Metadata.TimedText caption = mMetadata.getTimedText(Metadata.CAPTION); local
342 assertEquals("" + now + "-" + 10 + ":Some caption", caption.toString());
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 227 String caption; local
230 caption = mContext.getResources()
234 caption = mContext.getResources()
247 n.setLatestEventInfo(mContext, title, caption,
  /external/webkit/WebCore/html/
HTMLTableElement.cpp 67 HTMLTableCaptionElement* HTMLTableElement::caption() const function in class:WebCore::HTMLTableElement
158 if (HTMLTableCaptionElement* existingCaption = caption())
160 RefPtr<HTMLTableCaptionElement> caption = new HTMLTableCaptionElement(captionTag, document());
162 setCaption(caption, ec);
163 return caption.release();
169 removeChild(caption(), ec);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 315 String caption; local
373 caption = mContext.getString(R.string.noti_caption, outboundSuccNumber,
377 outNoti.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(
420 caption = mContext.getString(R.string.noti_caption, inboundSuccNumber,
424 inNoti.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(
449 String caption = mContext local
465 n.setLatestEventInfo(mContext, title, caption, PendingIntent.getBroadcast(mContext, 0,
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 1481 HTMLTableCaptionElement* caption = static_cast<HTMLTableElement*>(node)->caption(); local
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 833 @property(retain) DOMHTMLTableCaptionElement *caption; variable
    [all...]

Completed in 204 milliseconds