OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alt_text
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/protocol/
synced_notification_render.proto
166
optional string
alt_text
= 2;
proto_value_conversions.cc
247
SET_STR(
alt_text
);
[
all
...]
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php
849
$
alt_text
= $matches[2];
variable
853
$link_id = strtolower($
alt_text
); # for shortcut links like ![this][].
856
$
alt_text
= $this->encodeAttribute($
alt_text
);
variable
859
$result = "<img src=\"$url\" alt=\"$
alt_text
\"";
877
$
alt_text
= $matches[2];
variable
881
$
alt_text
= $this->encodeAttribute($
alt_text
);
variable
883
$result = "<img src=\"$url\" alt=\"$
alt_text
\"";
[
all
...]
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc
608
default_destination().icon().
alt_text
();
643
target(which_button).action().icon().
alt_text
();
Completed in 583 milliseconds