HomeSort by relevance Sort by last modified time
    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:blink::FINAL
  /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 3430 milliseconds