OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Poster
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/lcov/contrib/galaxy/
posterize.pl
60
my $filename = "
poster
.ps";
66
# Date we create
poster
69
print STDERR "Creating
Poster
\n";
71
open
POSTER
, ">$filename";
75
print(
POSTER
<<END_OF_USAGE);
78
%%Title: Linux 2.4.0 Kernel
Poster
301
print
POSTER
" 0 usableY usableX sub 2 div translate\n";
302
print
POSTER
"usableX $Range div usableX $Range div scale\n";
303
print
POSTER
"$Range 2 div $Range 2 div translate\n";
304
print
POSTER
"gsave\n"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.h
75
bool shouldDisplayPosterImage() const { return displayMode() ==
Poster
|| displayMode() == PosterWaitingForVideo; }
HTMLVideoElement.cpp
117
// Force a
poster
recalc by setting m_displayMode to Unknown directly before calling updateDisplayState.
128
// Notify the player when the
poster
image URL changes.
177
KURL
poster
= posterImageURL();
local
179
if (!
poster
.isEmpty()) {
180
// We have a
poster
path, but only show it until the user triggers display by playing or seeking and the
182
// Don't show the
poster
if there is a seek operation or
184
if (mode == Video && oldMode ==
Poster
&& !hasAvailableVideoFrame())
198
else if (displayMode() <
Poster
)
199
setDisplayMode(
Poster
);
HTMLMediaElement.h
324
enum DisplayMode { Unknown,
Poster
, PosterWaitingForVideo, Video };
HTMLMediaElement.cpp
[
all
...]
/external/valgrind/main/drd/tests/
tsan_unittest.cpp
[
all
...]
Completed in 157 milliseconds