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

  /external/clang/docs/tools/
dump_ast_matchers.py 126 def act_on_decl(declaration, comment, allowed_types):
129 If 'allowed_types' is set, it contains a list of node types the matcher
197 if allowed_types and allowed_types != result_types:
239 if not allowed_types:
241 result_types = allowed_types
324 allowed_types = [] variable
330 act_on_decl(declaration, comment, allowed_types)
333 allowed_types = [] variable
338 allowed_types += [m.group(1)
353 allowed_types = [] variable
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_management.h 98 std::vector<Manifest::Type> allowed_types; member in struct:extensions::ExtensionManagement::GlobalSettings
extension_management_unittest.cc 53 " \"allowed_types\": [\"theme\", \"user_script\"],"
150 const base::ListValue* allowed_types,
172 const base::ListValue* allowed_types,
182 if (allowed_types)
183 SetPref(true, pref_names::kAllowedTypes, allowed_types->DeepCopy());
230 const std::vector<Manifest::Type>& allowed_types = local
231 extension_management_->ReadGlobalSettings().allowed_types;
234 EXPECT_TRUE(allowed_types.size() == 2);
235 EXPECT_FALSE(std::find(allowed_types.begin(),
236 allowed_types.end()
335 const std::vector<Manifest::Type>& allowed_types = local
661 base::ListValue allowed_types; local
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 1744 base::ListValue allowed_types; local
    [all...]

Completed in 322 milliseconds