Home
last modified time | relevance | path

Searched refs:chosePlainText (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DPasteboardGtk.cpp124 bool allowPlainText, bool& chosePlainText) in documentFragment() argument
130 chosePlainText = false; in documentFragment()
142 chosePlainText = true; in documentFragment()
/external/webkit/Source/WebCore/platform/haiku/
DPasteboardHaiku.cpp153 bool allowPlainText, bool& chosePlainText) in documentFragment() argument
155 chosePlainText = false; in documentFragment()
185 chosePlainText = true; in documentFragment()
/external/webkit/Source/WebCore/platform/qt/
DPasteboardQt.cpp102 bool allowPlainText, bool& chosePlainText) in documentFragment() argument
108 chosePlainText = false; in documentFragment()
120 chosePlainText = true; in documentFragment()
/external/webkit/Source/WebCore/platform/wx/
DPasteboardWx.cpp82 bool allowPlainText, bool& chosePlainText) in documentFragment() argument
89 chosePlainText = true; in documentFragment()
/external/webkit/Source/WebCore/platform/wince/
DPasteboardWinCE.cpp264 …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/
DPasteboardChromium.cpp166 …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/
DPasteboardWin.cpp283 …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/
DDragController.cpp103 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/
DPasteboardEfl.cpp81 bool allowPlainText, bool& chosePlainText) in documentFragment() argument
/external/webkit/Source/WebCore/platform/brew/
DPasteboardBrew.cpp87 …ocumentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText) in documentFragment() argument
/external/webkit/Source/WebCore/platform/mac/
DDragDataMac.mm151 …:asFragment(Frame* frame, PassRefPtr<Range> range, bool allowPlainText, bool& chosePlainText) const
155 return pasteboard.documentFragment(frame, range, allowPlainText, chosePlainText);
DPasteboardMac.mm494 …ocumentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText)
498 chosePlainText = false;
608 chosePlainText = true;
/external/webkit/Source/WebCore/platform/
DPasteboard.h107 …ntFragment> documentFragment(Frame*, PassRefPtr<Range>, bool allowPlainText, bool& chosePlainText);
DDragData.h118 bool allowPlainText, bool& chosePlainText) const;
/external/webkit/Source/WebCore/editing/
DEditor.cpp376 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/
DChangeLog-2007-10-146393 (-[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:]):
DChangeLog-2006-02-093956 (-[WebHTMLView _documentFragmentFromPasteboard:allowPlainText:chosePlainText:]):
7433 …MLView _documentFragmentFromPasteboard:allowPlainText:chosePlainText:]): return new chosePlainText
7434 …(-[WebHTMLView _pasteWithPasteboard:allowPlainText:]): pass chosePlainText for matchStyle to repla…