Searched refs:canPaste (Results 1 – 12 of 12) sorted by relevance
177 boolean canPaste() { in canPaste() method in InsertionHandleController233 return (onTop ? 0 : 1 << 1) + (canPaste() ? 0 : 1 << 0); in viewIndex()280 if (canPaste()) { in onClick()
404 if (mIsInsertionHandle && ihc.canPaste()) { in showPastePopupWindow()
124 if (!mEditable || !canPaste()) { in createActionMenu()175 private boolean canPaste() { in canPaste() method in SelectActionModeCallback
47 virtual bool canPaste(LocalFrame*, bool defaultValue) const = 0;
54 virtual bool canPaste(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE;
71 bool EditorClientImpl::canPaste(LocalFrame* frame, bool defaultValue) const in canPaste() function in blink::EditorClientImpl
213 if (toLocalFrame(m_webView->focusedWebCoreFrame())->editor().canPaste()) in showContextMenu()
431 function update(canPaste) { argument434 organizeMenuCommand.disabled = !canPaste;435 contextMenuCommand.disabled = !canPaste;443 chrome.bookmarkManagerPrivate.canPaste(list.parentId, update);
90 bool canPaste() const;
239 bool Editor::canPaste() const in canPaste() function in WebCore::Editor890 if (!canPaste()) in paste()905 if (!canPaste()) in pasteAsPlainText()
1177 return frame->editor().client().canPaste(frame, defaultValue); in supportedPaste()1263 return frame.editor().canPaste(); in enabledPaste()
290 virtual bool canPaste(LocalFrame*, bool defaultValue) const OVERRIDE { return defaultValue; } in canPaste() function