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

  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.cc 110 std::string node_path; local
111 CHECK(args->GetString(0, &node_path));
114 model_->GetRoot(), node_path);
collected_cookies_ui_delegate.cc 32 const std::string& node_path) {
34 model->GetRoot(), node_path);
253 std::string node_path; local
254 if (!args->GetString(0, &node_path))
258 allowed_cookies_tree_model_.get(), node_path);
266 std::string node_path; local
267 if (!args->GetString(0, &node_path))
271 blocked_cookies_tree_model_.get(), node_path);
279 std::string node_path; local
280 if (!args->GetString(0, &node_path))
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
cookies_view_handler.cc 166 std::string node_path; local
167 if (!args->GetString(0, &node_path)){
174 cookies_tree_model_->GetRoot(), node_path);
180 std::string node_path; local
181 if (!args->GetString(0, &node_path)){
188 cookies_tree_model_->GetRoot(), node_path);

Completed in 702 milliseconds