OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_match
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarker.cpp
73
bool activeMatch() const { return
m_match
; }
78
:
m_match
(match)
82
bool
m_match
;
member in class:WebCore::DocumentMarkerTextMatch
/external/chromium_org/courgette/
adjustment_method.cc
297
Node*
m_match
= m_node->edges_in_frequency_order.front();
local
300
if (p_match->count_ > 1.1 *
m_match
->count_ ||
301
m_match
->count_ > 1.1 * p_match->count_) {
303
<< p_match->count_ << ":" <<
m_match
->count_ << " "
304
<< ToString(p_match) << " vs " << ToString(
m_match
);
312
LabelInfo* m_label_info =
m_match
->in_edge_;
Completed in 44 milliseconds