HomeSort by relevance Sort by last modified time
    Searched full:paste (Results 26 - 50 of 341) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebKitTools/QtLauncher/
mainwindow.cpp 88 page()->action(QWebPage::Paste)->setShortcut(QKeySequence::Paste);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 38 * Generally we don't want to copy-paste a huge method like that just for one small features,
40 * better mechanism (or slightly less copy-paste), maintenance of this duplicated code is not
  /external/webkit/WebCore/platform/win/
PasteboardWin.cpp 100 WebSmartPasteFormat = ::RegisterClipboardFormat(L"WebKit Smart Paste Format");
176 // write to clipboard in format com.apple.safari.bookmarkdata to be able to paste into the bookmarks view with appropriate title
184 // write to clipboard in format CF_HTML to be able to paste into contenteditable areas as a link
  /development/samples/CrossCompatibility/
build.xml 59 - paste it in this build.xml below the <setup /> task.
  /external/chromium/base/test/
test_file_util_posix.cc 66 // |current| is the source path, including source_dir, so paste
  /external/webkit/SunSpider/resources/
results-TEMPLATE.html 46 <form onsubmit="event.preventDefault(); compare(other.value);">To compare to another run, paste a saved result URL in the text field below and press enter:<br>
  /external/webkit/WebCore/platform/brew/
LocalizedStringsBrew.cpp 136 return "Paste";
  /external/webkit/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 138 return "Paste";
  /external/webkit/WebCore/platform/wx/
LocalizedStringsWx.cpp 137 return String("Paste");
  /external/webkit/WebCore/svg/
SVGElementInstance.h 102 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), paste); member in class:WebCore::SVGElementInstance
  /external/webkit/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/
classes.nib 105 <key>paste</key>
  /external/webkit/WebKit/wx/
WebFrame.h 112 void Paste();
WebView.cpp 738 void wxWebView::Paste()
741 m_mainFrame->Paste();
761 //Some things WebKit won't do for us... Copy/Cut/Paste and KB scrolling
772 Paste();
788 Paste();
WebBrowserShell.cpp 109 editMenu->Append(wxID_PASTE, _T("Paste\tCTRL+V"));
273 webview->Paste();
WebFrame.cpp 390 void wxWebFrame::Paste()
393 m_impl->frame->editor()->paste();
  /frameworks/base/core/res/res/values/
ids.xml 60 <item type="id" name="paste" />
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
TablePanel.java 32 * Base class for panel containing Table that need to support copy-paste-selectAll
  /external/webkit/WebKit/gtk/webkit/
webkitwebsettings.cpp 663 * WebKitWebSettings:enable-dom-paste
665 * Whether to enable DOM paste. If set to %TRUE, document.execCommand("Paste")
666 * will correctly execute and paste content of the clipboard.
672 g_param_spec_boolean("enable-dom-paste",
673 _("Enable DOM paste"),
674 _("Whether to enable DOM paste"),
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 442 case EditActionPaste: return UI_STRING_KEY("Paste", "Paste (Undo action name)", "Undo action name");
443 case EditActionPasteFont: return UI_STRING_KEY("Paste Font", "Paste Font (Undo action name)", "Undo action name");
444 case EditActionPasteRuler: return UI_STRING_KEY("Paste Ruler", "Paste Ruler (Undo action name)", "Undo action name");
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 513 case EditActionPaste: return LPCTSTR_UI_STRING_KEY("Paste", "Paste (Undo action name)", "Undo action name");
514 case EditActionPasteFont: return LPCTSTR_UI_STRING_KEY("Paste Font", "Paste Font (Undo action name)", "Undo action name");
515 case EditActionPasteRuler: return LPCTSTR_UI_STRING_KEY("Paste Ruler", "Paste Ruler (Undo action name)", "Undo action name");
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.R.id.html 157 <A NAME="android.R.id.paste"></A>
158 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.id.html#paste" target="_top"><code>paste</code></A></nobr>
  /external/libvpx/examples/includes/geshi/geshi/
lscript.php 114 'pack', 'param', 'parse', 'paste', 'persist', 'polygonCount', 'position',
187 'paste', 'pathclone', 'pathextrude', 'pixel', 'pointcount', 'pointinfo',
  /external/webkit/WebCore/platform/chromium/
ClipboardChromium.cpp 121 // If this isn't for a drag, it's for a cut/paste event handler.
134 // FIXME: Handle the cut/paste event. This requires adding a new IPC
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_nontext.txt     [all...]
  /development/pdk/docs/source/
overview-1.5.jd 65 <li>Copy 'n paste in browser

Completed in 7093 milliseconds

12 3 4 5 6 7 8 91011>>