コード例 #1
0
ファイル: HTMLLabelElement.cpp プロジェクト: eth-srl/BlinkER
bool HTMLLabelElement::rendererIsFocusable() const
{
    HTMLLabelElement* that = const_cast<HTMLLabelElement*>(this);
    return that->isContentEditable();
}
コード例 #2
0
bool HTMLLabelElement::layoutObjectIsFocusable() const
{
    HTMLLabelElement* that = const_cast<HTMLLabelElement*>(this);
    return that->isContentEditable();
}