OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeMatch
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarker.cpp
73
bool
activeMatch
() const { return m_match; }
134
DocumentMarker::DocumentMarker(unsigned startOffset, unsigned endOffset, bool
activeMatch
)
138
, m_details(DocumentMarkerTextMatch::instanceFor(
activeMatch
))
170
bool DocumentMarker::
activeMatch
() const
173
return details->
activeMatch
();
DocumentMarker.h
100
DocumentMarker(unsigned startOffset, unsigned endOffset, bool
activeMatch
);
109
bool
activeMatch
() const;
DocumentMarkerController.h
57
void addTextMatchMarker(const Range*, bool
activeMatch
);
DocumentMarkerController.cpp
123
void DocumentMarkerController::addTextMatchMarker(const Range* range, bool
activeMatch
)
130
addMarker(textPiece->startContainer(), DocumentMarker(startOffset, endOffset,
activeMatch
));
727
fprintf(stderr, " %d:[%d:%d](%d)", marker.type(), marker.startOffset(), marker.endOffset(), marker.
activeMatch
());
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h
285
WebCore::Range*
activeMatch
() const { return m_activeMatch.get(); }
376
void addMarker(WebCore::Range*, bool
activeMatch
);
WebFrameImpl.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
835
if ((*iter)->
activeMatch
())
[
all
...]
Completed in 336 milliseconds