Searched defs:node_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.cc233 std::string node_path; local
234 if (!args->GetString(0, &node_path))
240 cookies_tree_model_->GetRoot(), node_path);
246 std::string node_path; local
247 if (!args->GetString(0, &node_path))
253 cookies_tree_model_->GetRoot(), node_path);
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_platform_data_fetcher_linux.cc40 const char* node_path = udev_device_get_devnode(dev); local
41 if (!node_path)
45 bool is_gamepad = StartsWithASCII(node_path, kJoystickRoot, true);
51 base::StringPiece str(&node_path[base_len], strlen(node_path) - base_len);
59 *path = node_path;
116 std::string node_path; local
117 if (IsGamepad(dev, &index, &node_path)) {
139 device_fd = HANDLE_EINTR(open(node_path.c_str(), O_RDONLY | O_NONBLOCK));
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc249 const Path& node_path = iter->first; local
250 if (node_path.find(path) == std::string::npos)
259 if (node_path.find('/', path.size() + 1) != std::string::npos)
263 Path entry_path = node_path;
264 size_t last_slash = node_path.rfind('/');

Completed in 1954 milliseconds