Home | History | Annotate | Download | only in extensions

Lines Matching refs:COMPONENT

69   ASSERT_EQ(5, Extension::COMPONENT);
86 ASSERT_EQ(Extension::COMPONENT,
87 Extension::GetHigherPriorityLocation(Extension::COMPONENT, loc));
88 ASSERT_EQ(Extension::COMPONENT,
89 Extension::GetHigherPriorityLocation(loc, Extension::COMPONENT));
1032 // These are only usable by component extensions.
1423 // Component extensions with <all_urls> should get everything.
1424 extension = MakeExtension("['tabs','<all_urls>']", Extension::COMPONENT);
1432 // Component extensions should only get access to what they ask for.
1434 Extension::COMPONENT);