current_node 118 chrome/browser/profile_resetter/jtl_interpreter.cc if (!context->current_node()->GetAsDictionary(&dict)) { current_node 149 chrome/browser/profile_resetter/jtl_interpreter.cc if (context->current_node()->GetAsDictionary(&dict)) { current_node 158 chrome/browser/profile_resetter/jtl_interpreter.cc } else if (context->current_node()->GetAsList(&list)) { current_node 182 chrome/browser/profile_resetter/jtl_interpreter.cc const base::Value* current_node = context->current_node(); current_node 185 chrome/browser/profile_resetter/jtl_interpreter.cc context->stack()->push_back(current_node); current_node 253 chrome/browser/profile_resetter/jtl_interpreter.cc if (!context->current_node()->IsType(base::Value::TYPE_BOOLEAN)) current_node 255 chrome/browser/profile_resetter/jtl_interpreter.cc value.reset(context->current_node()->DeepCopy()); current_node 258 chrome/browser/profile_resetter/jtl_interpreter.cc if (!context->GetValueHash(*context->current_node(), &hash)) current_node 284 chrome/browser/profile_resetter/jtl_interpreter.cc if (!context->current_node()->GetAsString(&possibly_invalid_url) || current_node 332 chrome/browser/profile_resetter/jtl_interpreter.cc if (!context->current_node()->GetAsBoolean(&actual_value)) current_node 351 chrome/browser/profile_resetter/jtl_interpreter.cc if (!context->GetValueHash(*context->current_node(), &actual_hash) || current_node 369 chrome/browser/profile_resetter/jtl_interpreter.cc if (context->GetValueHash(*context->current_node(), &actual_hash) && current_node 391 chrome/browser/profile_resetter/jtl_interpreter.cc if (!context->current_node()->IsType(base::Value::TYPE_BOOLEAN) || current_node 392 chrome/browser/profile_resetter/jtl_interpreter.cc !context->current_node()->Equals(stored_value)) current_node 397 chrome/browser/profile_resetter/jtl_interpreter.cc if (!context->GetValueHash(*context->current_node(), &actual_hash) || current_node 423 chrome/browser/profile_resetter/jtl_interpreter.cc if (!context->current_node()->GetAsString(&value_as_string) || current_node 116 components/url_matcher/substring_set_matcher.cc uint32 current_node = 0; current_node 118 components/url_matcher/substring_set_matcher.cc uint32 edge_from_current = tree_[current_node].GetEdge(*i); current_node 120 components/url_matcher/substring_set_matcher.cc current_node != 0) { current_node 121 components/url_matcher/substring_set_matcher.cc current_node = tree_[current_node].failure(); current_node 122 components/url_matcher/substring_set_matcher.cc edge_from_current = tree_[current_node].GetEdge(*i); current_node 125 components/url_matcher/substring_set_matcher.cc current_node = edge_from_current; current_node 126 components/url_matcher/substring_set_matcher.cc matches->insert(tree_[current_node].matches().begin(), current_node 127 components/url_matcher/substring_set_matcher.cc tree_[current_node].matches().end()); current_node 129 components/url_matcher/substring_set_matcher.cc DCHECK_EQ(0u, current_node); current_node 166 components/url_matcher/substring_set_matcher.cc uint32 current_node = 0; current_node 171 components/url_matcher/substring_set_matcher.cc uint32 edge_from_current = tree_[current_node].GetEdge(*i); current_node 174 components/url_matcher/substring_set_matcher.cc current_node = edge_from_current; current_node 181 components/url_matcher/substring_set_matcher.cc tree_[current_node].SetEdge(*i, tree_.size() - 1); current_node 182 components/url_matcher/substring_set_matcher.cc current_node = tree_.size() - 1; current_node 187 components/url_matcher/substring_set_matcher.cc tree_[current_node].AddMatch(pattern->id()); current_node 206 components/url_matcher/substring_set_matcher.cc AhoCorasickNode& current_node = tree_[queue.front()]; current_node 208 components/url_matcher/substring_set_matcher.cc for (Edges::const_iterator e = current_node.edges().begin(); current_node 209 components/url_matcher/substring_set_matcher.cc e != current_node.edges().end(); ++e) { current_node 214 components/url_matcher/substring_set_matcher.cc uint32 failure = current_node.failure(); current_node 949 content/renderer/render_frame_impl.cc WebNode current_node = context_menu_node_.isNull() ? current_node 951 content/renderer/render_frame_impl.cc frame_->executeCommand(WebString::fromUTF8("Copy"), current_node); current_node 40 third_party/libaddressinput/chromium/cpp/src/util/trie.cc Trie<T>* current_node = this; current_node 43 third_party/libaddressinput/chromium/cpp/src/util/trie.cc current_node->sub_nodes_.find(key[key_start]); current_node 44 third_party/libaddressinput/chromium/cpp/src/util/trie.cc if (sub_node_it == current_node->sub_nodes_.end()) { current_node 45 third_party/libaddressinput/chromium/cpp/src/util/trie.cc sub_node_it = current_node->sub_nodes_.insert( current_node 48 third_party/libaddressinput/chromium/cpp/src/util/trie.cc current_node = sub_node_it->second; current_node 49 third_party/libaddressinput/chromium/cpp/src/util/trie.cc assert(current_node != NULL); current_node 51 third_party/libaddressinput/chromium/cpp/src/util/trie.cc current_node->data_list_.push_back(data_item); current_node 60 third_party/libaddressinput/chromium/cpp/src/util/trie.cc const Trie<T>* current_node = this; current_node 64 third_party/libaddressinput/chromium/cpp/src/util/trie.cc current_node->sub_nodes_.find(key_prefix[key_prefix_start]); current_node 65 third_party/libaddressinput/chromium/cpp/src/util/trie.cc if (sub_node_it == current_node->sub_nodes_.end()) { current_node 68 third_party/libaddressinput/chromium/cpp/src/util/trie.cc current_node = sub_node_it->second; current_node 69 third_party/libaddressinput/chromium/cpp/src/util/trie.cc assert(current_node != NULL); current_node 74 third_party/libaddressinput/chromium/cpp/src/util/trie.cc node_queue.push(current_node);