Home | History | Annotate | Download | only in src

Lines Matching defs:components

337   std::vector<std::string> components = Split(command_name, ".", true, false);
339 if (components.size() != 2)
341 std::string key = base::StringPrintf("%s.commands.%s", components[0].c_str(),
342 components[1].c_str());
585 // Build state from components.
625 // No components at all. Create a new one with dummy name.
646 if (component && !component->GetDictionary("components", &root)) {
648 component->Set("components", root);
694 // the 'components' element containing child sub-components instead.
695 if (!root->GetDictionary("components", &root)) {