Home | History | Annotate | Download | only in src

Lines Matching refs:defaultValue

323 bool EditorClientImpl::canCopyCut(bool defaultValue) const
325 return defaultValue;
328 bool EditorClientImpl::canPaste(bool defaultValue) const
330 return defaultValue;