OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchStyle
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.h
42
MatchStyle
= 1 << 2,
Editor.cpp
356
void Editor::pasteAsFragment(PassRefPtr<DocumentFragment> pastingFragment, bool smartReplace, bool
matchStyle
)
361
target->dispatchEvent(TextEvent::createForFragmentPaste(m_frame.domWindow(), pastingFragment, smartReplace,
matchStyle
), IGNORE_EXCEPTION);
489
void Editor::replaceSelectionWithFragment(PassRefPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool
matchStyle
)
499
if (
matchStyle
)
500
options |= ReplaceSelectionCommand::
MatchStyle
;
[
all
...]
CompositeEditCommand.cpp
[
all
...]
ReplaceSelectionCommand.cpp
364
, m_matchStyle(options &
MatchStyle
)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp
514
options |= ReplaceSelectionCommand::
MatchStyle
;
526
ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), createFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::
MatchStyle
| ReplaceSelectionCommand::PreventNesting)->apply();
[
all
...]
Completed in 116 milliseconds