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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
fake_api_util.cc 23 if (left.parent_title != right.parent_title)
24 return left.parent_title < right.parent_title;
48 const std::string& parent_title,
56 parent_title(parent_title),
207 deleted_directory.parent_title,
225 const std::string& parent_title,
232 parent_resource_id, parent_title, title, resource_id
    [all...]
fake_api_util.h 31 std::string parent_title; member in struct:sync_file_system::drive_backend::FakeAPIUtil::RemoteResource
41 const std::string& parent_title,
102 const std::string& parent_title,
  /external/chromium_org/chrome_frame/test/
mock_ie_event_sink_actions.h 52 string16 parent_title(255, L'\0');
56 parent_title.resize(255, L'\0');
57 parent_title.resize(GetWindowText(parent, &parent_title[0],
58 parent_title.size()));
59 if (parent_title.size() >= title.size() &&
60 std::equal(title.begin(), title.end(), parent_title.begin()) ||
61 parent_title.size() >= url.size() &&
62 std::equal(url.begin(), url.end(), parent_title.begin())) {
65 titles_found << "\"" << UTF16ToASCII(parent_title) << "\" ";
    [all...]

Completed in 112 milliseconds