Searched refs:canPaste (Results 1 – 11 of 11) sorted by relevance
124 if (!mEditable || !canPaste()) { in createActionMenu()177 private boolean canPaste() { in canPaste() method in SelectActionModeCallback
2308 if (!mHasInsertion || !canPaste()) return false;2335 private boolean canPaste() {
45 virtual bool canPaste(LocalFrame*, bool defaultValue) const = 0;
51 virtual bool canPaste(LocalFrame*, bool defaultValue) const OVERRIDE;
69 bool EditorClientImpl::canPaste(LocalFrame* frame, bool defaultValue) const in canPaste() function in blink::EditorClientImpl
217 if (toLocalFrame(m_webView->focusedCoreFrame())->editor().canPaste()) in showContextMenu()
424 function update(canPaste) { argument427 organizeMenuCommand.disabled = !canPaste;428 contextMenuCommand.disabled = !canPaste;436 chrome.bookmarkManagerPrivate.canPaste(list.parentId, update);
82 bool canPaste() const;
240 bool Editor::canPaste() const in canPaste() function in blink::Editor867 if (!canPaste()) in paste()882 if (!canPaste()) in pasteAsPlainText()
1195 return frame->editor().client().canPaste(frame, defaultValue); in supportedPaste()1281 return frame.editor().canPaste(); in enabledPaste()
293 virtual bool canPaste(LocalFrame*, bool defaultValue) const OVERRIDE { return defaultValue; } in canPaste() function