OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:altText
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
LogoBridge.java
34
public final String
altText
;
36
public Logo(Bitmap image, String onClickUrl, String
altText
) {
39
this.
altText
=
altText
;
97
private static Logo createLogo(Bitmap image, String onClickUrl, String
altText
) {
98
return new Logo(image, onClickUrl,
altText
);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
LeftRecursiveRuleAnalyzer.java
100
String
altText
= text(altTree);
101
altText
=
altText
.trim();
102
altText
+= "{}"; // add empty alt to prevent pred hoisting
107
binaryAlts.put(alt,
altText
+ (rewriteText != null ? " " + rewriteText : ""));
108
//System.out.println("binaryAlt " + alt + ": " +
altText
+ ", rewrite=" + rewriteText);
126
String
altText
= text(altTree);
127
altText
=
altText
.trim();
128
altText
+= "{}"; // add empty alt to prevent pred hoistin
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.h
67
String
altText
() const { return m_altText; }
RenderImage.cpp
387
m_altText = toHTMLInputElement(node())->
altText
();
389
m_altText = toHTMLImageElement(node())->
altText
();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
mathjax.js
258
var
altText
= tex['alt'] || tex['title'];
259
if (
altText
) {
262
this.postMsg('TexToMml', callback, {alt:
altText
, id: newId});
271
var
altText
= asciiMathNode['alt'] || asciiMathNode['title'];
272
if (
altText
) {
275
this.postMsg('AsciiMathToMml', callback, {alt:
altText
, id: newId});
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.h
60
const AtomicString&
altText
() const;
HTMLInputElement.h
157
String
altText
() const;
HTMLImageElement.cpp
257
const AtomicString& HTMLImageElement::
altText
() const
HTMLInputElement.cpp
784
String HTMLInputElement::
altText
() const
788
// note this is intentionally different to HTMLImageElement::
altText
()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
ImagePainter.cpp
124
if (!m_renderImage.
altText
().isEmpty()) {
134
TextRun textRun = constructTextRun(&m_renderImage, font, m_renderImage.
altText
(), m_renderImage.style(), TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, DefaultTextRunFlags | RespectDirection);
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp
833
m_text = toRenderImage(renderer)->
altText
();
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
Completed in 541 milliseconds