HomeSort by relevance Sort by last modified time
    Searched full:path_elements (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/utility/importer/
safari_importer.mm 213 std::vector<string16> path_elements(parent_path_elements);
215 if (path_elements.empty() && [title isEqualToString:@"BookmarksBar"]) {
217 path_elements.push_back(toolbar_name);
219 !(path_elements.empty() &&
222 path_elements.push_back(base::SysNSStringToUTF16(title));
234 path_elements,
258 entry.path = path_elements;
  /external/chromium/chrome/browser/importer/
safari_importer.mm 219 std::vector<string16> path_elements(parent_path_elements);
223 path_elements.clear();
227 path_elements.clear();
230 path_elements.push_back(base::SysNSStringToUTF16(title));
247 path_elements,
270 entry.path = path_elements;
  /external/chromium_org/ui/gfx/
text_elider.cc 105 // Build a path from the first |num_components| elements in |path_elements|.
109 const std::vector<base::string16>& path_elements,
117 path += path_elements[j] + kForwardSlash;
120 if (num_components != (path_elements.size() - 1))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 1168 struct path_element path_elements[EXTENDED_MAX_HEIGHT]; \/* Array of the path elements. *\/ member in struct:treepath
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 1168 struct path_element path_elements[EXTENDED_MAX_HEIGHT]; \/* Array of the path elements. *\/ member in struct:treepath
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 1168 struct path_element path_elements[EXTENDED_MAX_HEIGHT]; \/* Array of the path elements. *\/ member in struct:treepath
    [all...]

Completed in 2878 milliseconds