OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_containerElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/editing/
DeleteButtonController.h
47
HTMLElement* containerElement() const { return
m_containerElement
.get(); }
68
RefPtr<HTMLElement>
m_containerElement
;
DeleteButtonController.cpp
254
m_containerElement
= container.release();
274
if (!
m_containerElement
) {
276
if (!
m_containerElement
) {
283
m_target->appendChild(
m_containerElement
.get(), ec);
307
if (
m_containerElement
&&
m_containerElement
->parentNode())
308
m_containerElement
->parentNode()->removeChild(
m_containerElement
.get(), ec);
Completed in 56 milliseconds