Searched refs:titleText (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Resources/
H A DplugIns.js3 function createOverlay(shadowRoot, titleText, subtitleText)
20 overlay.setAttribute("aria-label", titleText + ": " + subtitleText);
29 title.textContent = titleText;
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityImageMapLink.cpp104 const AtomicString& titleText = getAttribute(titleAttr); local
105 if (!titleText.isEmpty())
106 textOrder.append(AccessibilityText(titleText, TitleTagText));
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLPlugInImageElement.cpp73 static const String titleText(Page* page, String mimeType) function in namespace:WebCore
76 String titleText = mimeTypeToLabelTitleMap.get(mimeType); local
77 if (!titleText.isEmpty())
78 return titleText;
80 titleText = page->chrome().client().plugInStartLabelTitle(mimeType);
81 if (titleText.isEmpty())
82 titleText = snapshottedPlugInLabelTitle();
83 mimeTypeToLabelTitleMap.set(mimeType, titleText);
84 return titleText;
380 argList.append(jsString(exec, titleText(pag
[all...]
/macosx-10.10/ncurses-44/ncurses/c++/
H A Ddemo.cc544 const char * const titleText = "Simple C++ Binding Demo";
545 const int len = ::strlen(titleText);
548 titleWindow->addstr(0, (titleWindow->cols() - len)/2, titleText);

Completed in 145 milliseconds