Home | History | Annotate | Download | only in privet

Lines Matching defs:components

106 const char kComponentsKey[] = "components";
310 // empty) and has special handling for "components" sub-dictionary.
319 // Handle "components" separately as we need to recursively clone
320 // sub-components.
419 AddSecureHandler("/privet/v3/components", &PrivetHandler::HandleComponents,
868 std::unique_ptr<base::DictionaryValue> components;
885 components.reset(new base::DictionaryValue);
888 components->Set(parts.back(), CloneComponent(*component, filter).release());
890 components = CloneComponentTree(cloud_->GetComponents(), filter);
893 output.Set(kComponentsKey, components.release());
1006 // If the current components fingerprint is different from the requested one,