OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chosePlainText
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp
151
static PassRefPtrWillBeRawPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, LocalFrame* frame, RefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool&
chosePlainText
)
154
chosePlainText
= false;
158
if (PassRefPtrWillBeRawPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText,
chosePlainText
))
183
chosePlainText
= true;
495
bool
chosePlainText
= false;
496
RefPtrWillBeRawPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, innerFrame.get(), range, true,
chosePlainText
);
511
if (
chosePlainText
)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp
391
bool
chosePlainText
= false;
407
chosePlainText
= true;
413
pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard),
chosePlainText
);
[
all
...]
Completed in 527 milliseconds