/external/webkit/Source/WebCore/platform/gtk/ |
D | PasteboardGtk.cpp | 124 bool allowPlainText, bool& chosePlainText) in documentFragment() argument 130 chosePlainText = false; in documentFragment() 142 chosePlainText = true; in documentFragment()
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | PasteboardHaiku.cpp | 153 bool allowPlainText, bool& chosePlainText) in documentFragment() argument 155 chosePlainText = false; in documentFragment() 185 chosePlainText = true; in documentFragment()
|
/external/webkit/Source/WebCore/platform/qt/ |
D | PasteboardQt.cpp | 102 bool allowPlainText, bool& chosePlainText) in documentFragment() argument 108 chosePlainText = false; in documentFragment() 120 chosePlainText = true; in documentFragment()
|
/external/webkit/Source/WebCore/platform/wx/ |
D | PasteboardWx.cpp | 82 bool allowPlainText, bool& chosePlainText) in documentFragment() argument 89 chosePlainText = true; in documentFragment()
|
/external/webkit/Source/WebCore/platform/wince/ |
D | PasteboardWinCE.cpp | 264 …ocumentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) in documentFragment() argument 266 chosePlainText = false; in documentFragment() 285 chosePlainText = true; in documentFragment() 302 chosePlainText = true; in documentFragment()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PasteboardChromium.cpp | 166 …ocumentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) in documentFragment() argument 168 chosePlainText = false; in documentFragment() 185 chosePlainText = true; in documentFragment()
|
/external/webkit/Source/WebCore/platform/win/ |
D | PasteboardWin.cpp | 283 …ocumentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) in documentFragment() argument 285 chosePlainText = false; in documentFragment() 304 chosePlainText = true; in documentFragment() 321 chosePlainText = true; in documentFragment()
|
/external/webkit/Source/WebCore/page/ |
D | DragController.cpp | 103 bool allowPlainText, bool& chosePlainText) in documentFragmentFromDragData() argument 106 chosePlainText = false; in documentFragmentFromDragData() 111 …<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText)) in documentFragmentFromDragData() 137 chosePlainText = true; in documentFragmentFromDragData() 454 bool chosePlainText = false; in concludeEditDrag() local 455 …agment> fragment = documentFragmentFromDragData(dragData, innerFrame, range, true, chosePlainText); in concludeEditDrag() 473 if (chosePlainText) in concludeEditDrag()
|
/external/webkit/Source/WebCore/platform/efl/ |
D | PasteboardEfl.cpp | 81 bool allowPlainText, bool& chosePlainText) in documentFragment() argument
|
/external/webkit/Source/WebCore/platform/brew/ |
D | PasteboardBrew.cpp | 87 …ocumentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) in documentFragment() argument
|
/external/webkit/Source/WebCore/platform/mac/ |
D | DragDataMac.mm | 151 …:asFragment(Frame* frame, PassRefPtr<Range> range, bool allowPlainText, bool& chosePlainText) const 155 return pasteboard.documentFragment(frame, range, allowPlainText, chosePlainText);
|
D | PasteboardMac.mm | 494 …ocumentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) 498 chosePlainText = false; 608 chosePlainText = true;
|
/external/webkit/Source/WebCore/platform/ |
D | Pasteboard.h | 107 …ntFragment> documentFragment(Frame*, PassRefPtr<Range>, bool allowPlainText, bool& chosePlainText);
|
D | DragData.h | 118 bool allowPlainText, bool& chosePlainText) const;
|
/external/webkit/Source/WebCore/editing/ |
D | Editor.cpp | 376 bool chosePlainText; in pasteWithPasteboard() local 377 …tFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText); in pasteWithPasteboard() 379 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText); in pasteWithPasteboard()
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 6393 (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:chosePlainText:]): 6753 (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:chosePlainText:]): 7270 (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:chosePlainText:]): 7293 (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:chosePlainText:]): 7665 …(-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:chosePlainText:]): defer l… 7767 (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:chosePlainText:]): 12290 (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:chosePlainText:]): 18244 (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:chosePlainText:]): 21915 (-[WebHTMLView _documentFragmentFromPasteboard:allowPlainText:chosePlainText:]):
|
D | ChangeLog-2006-02-09 | 3956 (-[WebHTMLView _documentFragmentFromPasteboard:allowPlainText:chosePlainText:]): 7433 …MLView _documentFragmentFromPasteboard:allowPlainText:chosePlainText:]): return new chosePlainText… 7434 …(-[WebHTMLView _pasteWithPasteboard:allowPlainText:]): pass chosePlainText for matchStyle to repla…
|