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

  /external/chromium/chrome/common/extensions/
extension_unittest.cc 147 ASSERT_TRUE(extension.InitFromValue(*valid_value, Extension::REQUIRE_KEY,
157 EXPECT_FALSE(extension.InitFromValue(*input_value, Extension::REQUIRE_KEY,
162 EXPECT_FALSE(extension.InitFromValue(*input_value, Extension::REQUIRE_KEY,
169 EXPECT_FALSE(extension.InitFromValue(*input_value, Extension::REQUIRE_KEY,
174 EXPECT_FALSE(extension.InitFromValue(*input_value, Extension::REQUIRE_KEY,
181 EXPECT_FALSE(extension.InitFromValue(*input_value, Extension::REQUIRE_KEY,
188 EXPECT_FALSE(extension.InitFromValue(*input_value, Extension::REQUIRE_KEY,
198 EXPECT_FALSE(extension.InitFromValue(*input_value, Extension::REQUIRE_KEY,
205 EXPECT_FALSE(extension.InitFromValue(*input_value, Extension::REQUIRE_KEY,
215 EXPECT_FALSE(extension.InitFromValue(*input_value, Extension::REQUIRE_KEY
    [all...]
extension.h 675 bool InitFromValue(const DictionaryValue& value, int flags,
    [all...]
extension.cc 427 if (!extension->InitFromValue(value, flags, error))
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webrequest_api.cc 150 bool InitFromValue(const DictionaryValue& value);
166 static bool InitFromValue(const ListValue& value, int* extra_info_spec);
208 bool ExtensionWebRequestEventRouter::RequestFilter::InitFromValue(
251 bool ExtensionWebRequestEventRouter::ExtraInfoSpec::InitFromValue(
570 EXTENSION_FUNCTION_VALIDATE(filter.InitFromValue(*value));
578 ExtensionWebRequestEventRouter::ExtraInfoSpec::InitFromValue(
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 86 bool InitFromValue(const base::DictionaryValue& value, std::string* error);
106 static bool InitFromValue(const base::ListValue& value,
web_request_api.cc 488 bool ExtensionWebRequestEventRouter::RequestFilter::InitFromValue(
538 bool ExtensionWebRequestEventRouter::ExtraInfoSpec::InitFromValue(
    [all...]
web_request_api_unittest.cc 485 return ExtensionWebRequestEventRouter::ExtraInfoSpec::InitFromValue(
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension.h 351 bool InitFromValue(int flags, string16* error);
353 // The following are helpers for InitFromValue to load various features of the
443 // The flags that were passed to InitFromValue.
extension.cc 163 if (!extension->InitFromValue(flags, &error)) {
564 bool Extension::InitFromValue(int flags, string16* error) {

Completed in 381 milliseconds