Searched refs:canPaste (Results 1 - 25 of 36) sorted by relevance

12

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h89 virtual bool canPaste(bool defaultValue) const;
H A DEditorClientAndroid.cpp221 bool EditorClientAndroid::canPaste(bool defaultValue) const { return defaultValue; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h86 virtual bool canPaste(bool defaultValue) const;
H A DEditorClientEfl.cpp168 bool EditorClientEfl::canPaste(bool defaultValue) const function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h83 virtual bool canPaste(bool defaultValue) const;
H A DEditorClientHaiku.cpp212 bool EditorClientHaiku::canPaste(bool defaultValue) const function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h83 virtual bool canPaste(bool defaultValue) const;
H A DEditorClientQt.cpp267 bool EditorClientQt::canPaste(bool defaultValue) const function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h85 virtual bool canPaste(bool defaultValue) const;
H A DEditorClientWx.cpp321 bool EditorClientWx::canPaste(bool defaultValue) const function in class:WebCore::EditorClientWx
/external/webkit/Source/WebCore/page/
H A DEditorClient.h112 virtual bool canPaste(bool defaultValue) const = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h83 virtual bool canPaste(bool defaultValue) const;
H A DContextMenuClientImpl.cpp168 if (m_webView->focusedWebCoreFrame()->editor()->canPaste())
H A DEditorClientImpl.cpp328 bool EditorClientImpl::canPaste(bool defaultValue) const function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h112 virtual bool canPaste(bool defaultValue) const;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h82 bool canPaste(bool defaultValue) const;
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h73 virtual bool canPaste(bool defaultValue) const;
H A DEditorClientWinCE.cpp167 bool EditorClientWinCE::canPaste(bool defaultValue) const function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h111 virtual bool canPaste(bool defaultValue) const;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h79 virtual bool canPaste(bool defaultValue) const;
H A DWebEditorClient.cpp251 bool WebEditorClient::canPaste(bool defaultValue) const function in class:WebKit::WebEditorClient
/external/chromium/chrome/browser/resources/bookmark_manager/js/
H A Dmain.js975 function update(canPaste) {
977 command.disabled = !canPaste;
985 chrome.experimental.bookmarkManager.canPaste(list.parentId, update);
/external/webkit/Source/WebCore/editing/
H A DEditor.h110 bool canPaste() const;
/external/webkit/Source/WebKit/wx/
H A DWebFrame.cpp447 return (m_impl->frame->editor()->canPaste() || m_impl->frame->editor()->canDHTMLPaste());
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h473 virtual bool canPaste(bool defaultValue) const { return defaultValue; } function in class:WebCore::EmptyEditorClient

Completed in 1284 milliseconds

12