OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_cueBackgroundBox
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.cpp
212
,
m_cueBackgroundBox
(HTMLDivElement::create(document))
706
m_cueBackgroundBox
->removeChildren();
711
m_cueBackgroundBox
->appendChild(referenceTree, ASSERT_NO_EXCEPTION);
734
// Note: This is contained by default in
m_cueBackgroundBox
.
735
m_cueBackgroundBox
->setPseudo(cueShadowPseudoId());
736
displayTree->appendChild(
m_cueBackgroundBox
);
[
all
...]
VTTCue.h
177
RefPtr<HTMLDivElement>
m_cueBackgroundBox
;
Completed in 476 milliseconds