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

  /external/chromium_org/extensions/common/
feature_switch.h 74 std::string GetLegacyEnableFlag() const;
feature_switch.cc 156 if (!default_value_ && command_line_->HasSwitch(GetLegacyEnableFlag()))
165 std::string FeatureSwitch::GetLegacyEnableFlag() const {

Completed in 34 milliseconds