Searched refs:id_a (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/formats/webm/
H A Dwebm_parser.h123 // Checks to see if |id_b| is a sibling or ancestor of |id_a|.
124 bool IsSiblingOrAncestor(int id_a, int id_b) const;
H A Dwebm_parser.cc939 bool WebMListParser::IsSiblingOrAncestor(int id_a, int id_b) const { argument
940 DCHECK((id_a == kWebMIdSegment) || (id_a == kWebMIdCluster));
942 if (id_a == kWebMIdCluster) {
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container_browsertest.cc392 std::string id_a = browser_actions_bar()->GetExtensionId(0); local
420 extension_ids.push_back(id_a);

Completed in 94 milliseconds