HomeSort by relevance Sort by last modified time
    Searched defs:has_link (Results 1 - 3 of 3) sorted by null

  /external/marisa-trie/lib/marisa/
trie-inline.h 156 if (has_link(node)) {
207 if (has_link(node)) {
271 if (has_link(cur.node())) {
321 inline bool Trie::has_link(UInt32 node) const { function in class:marisa::Trie
337 inline bool Trie::has_link() const { function in class:marisa::Trie
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-inline.h 157 if (has_link(node)) {
212 if (has_link(node)) {
276 if (has_link(cur.node())) {
330 inline bool Trie::has_link(UInt32 node) const { function in class:marisa_alpha::Trie
346 inline bool Trie::has_link() const { function in class:marisa_alpha::Trie
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 207 bool has_link = !params.link_url.is_empty(); local
213 (has_link && contexts.Contains(ExtensionMenuItem::LINK)) ||
236 if (!has_link && !has_selection && !params.is_editable &&
459 bool has_link = !params_.link_url.is_empty(); local
473 !has_link &&
494 if (has_link) {
    [all...]

Completed in 3618 milliseconds