HomeSort by relevance Sort by last modified time
    Searched full:origin_types (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/browsing_data/
browsing_data_api.cc 124 scoped_ptr<base::DictionaryValue> origin_types(new base::DictionaryValue);
125 origin_types->SetBoolean(
128 origin_types->SetBoolean(
131 origin_types->SetBoolean(
146 origin_types.release());
browsing_data_test.cc 198 base::DictionaryValue* origin_types; local
199 EXPECT_TRUE(options->GetDictionary("originTypes", &origin_types));
200 int origin_set_mask = GetAsMask(origin_types, "unprotectedWeb",
202 GetAsMask(origin_types, "protectedWeb",
204 GetAsMask(origin_types, "extension", EXTENSION);
browsing_data_api.h 104 // Parse the developer-provided |origin_types| object into an origin_set_mask
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
browsingData.html 83 <h2 id="origin_types">Origin Types</h2>

Completed in 757 milliseconds