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

  /external/qemu/
device_tree.h 19 int qemu_devtree_setprop(void *fdt, const char *node_path,
21 int qemu_devtree_setprop_cell(void *fdt, const char *node_path,
23 int qemu_devtree_setprop_string(void *fdt, const char *node_path,
device_tree.c 75 int qemu_devtree_setprop(void *fdt, const char *node_path,
80 offset = fdt_path_offset(fdt, node_path);
87 int qemu_devtree_setprop_cell(void *fdt, const char *node_path,
92 offset = fdt_path_offset(fdt, node_path);
99 int qemu_devtree_setprop_string(void *fdt, const char *node_path,
104 offset = fdt_path_offset(fdt, node_path);
  /external/chromium/chrome/browser/ui/webui/
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...]
cookies_tree_model_adapter.cc 110 std::string node_path; local
111 CHECK(args->GetString(0, &node_path));
114 model_->GetRoot(), node_path);
  /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 130 milliseconds