Lines Matching defs:frame

57 bool ClipboardCommands::CanReadClipboard(LocalFrame& frame,  in CanReadClipboard()
71 bool ClipboardCommands::CanWriteClipboard(LocalFrame& frame, in CanWriteClipboard()
84 bool ClipboardCommands::CanSmartReplaceInClipboard(LocalFrame& frame) { in CanSmartReplaceInClipboard()
90 LocalFrame& frame, in FindEventTargetForClipboardEvent()
105 bool ClipboardCommands::DispatchClipboardEvent(LocalFrame& frame, in DispatchClipboardEvent()
134 bool ClipboardCommands::DispatchCopyOrCutEvent(LocalFrame& frame, in DispatchCopyOrCutEvent()
149 bool ClipboardCommands::DispatchPasteEvent(LocalFrame& frame, in DispatchPasteEvent()
163 bool ClipboardCommands::EnabledCopy(LocalFrame& frame, in EnabledCopy()
173 bool ClipboardCommands::EnabledCut(LocalFrame& frame, in EnabledCut()
185 bool ClipboardCommands::EnabledPaste(LocalFrame& frame, in EnabledPaste()
197 const LocalFrame& frame) { in GetSmartReplaceOption()
204 void ClipboardCommands::WriteSelectionToClipboard(LocalFrame& frame) { in WriteSelectionToClipboard()
216 bool ClipboardCommands::PasteSupported(LocalFrame* frame) { in PasteSupported()
227 bool ClipboardCommands::ExecuteCopy(LocalFrame& frame, in ExecuteCopy()
294 bool ClipboardCommands::ExecuteCut(LocalFrame& frame, in ExecuteCut()
342 void ClipboardCommands::PasteAsFragment(LocalFrame& frame, in PasteAsFragment()
355 LocalFrame& frame, in PasteAsPlainTextFromClipboard()
366 ClipboardCommands::GetFragmentFromClipboard(LocalFrame& frame) { in GetFragmentFromClipboard()
402 void ClipboardCommands::PasteFromClipboard(LocalFrame& frame, in PasteFromClipboard()
415 void ClipboardCommands::Paste(LocalFrame& frame, EditorCommandSource source) { in Paste()
462 bool ClipboardCommands::ExecutePaste(LocalFrame& frame, in ExecutePaste()
470 bool ClipboardCommands::ExecutePasteGlobalSelection(LocalFrame& frame, in ExecutePasteGlobalSelection()
485 bool ClipboardCommands::ExecutePasteAndMatchStyle(LocalFrame& frame, in ExecutePasteAndMatchStyle()