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
154
bool allowPlainText, bool&
chosePlainText
)
157
chosePlainText
= false;
161
if (PassRefPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText,
chosePlainText
))
186
chosePlainText
= true;
497
bool
chosePlainText
= false;
498
RefPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, innerFrame.get(), range, true,
chosePlainText
);
513
if (
chosePlainText
)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp
395
bool
chosePlainText
= false;
411
chosePlainText
= true;
417
pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard),
chosePlainText
);
[
all
...]
Completed in 42 milliseconds