Searched refs:Keys (Results 76 - 100 of 141) sorted by relevance

123456

/external/chromium_org/chrome/common/extensions/api/storage/
H A Dstorage_schema_manifest_handler.cc92 const std::vector<std::string> StorageSchemaManifestHandler::Keys() const { function in class:extensions::StorageSchemaManifestHandler
/external/chromium_org/chrome/common/extensions/api/supervised_user_private/
H A Dsupervised_user_handler.cc68 const std::vector<std::string> SupervisedUserHandler::Keys() const { function in class:extensions::SupervisedUserHandler
/external/chromium_org/extensions/common/manifest_handlers/
H A Dbackground_info.h93 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dicons_handler.cc88 const std::vector<std::string> IconsHandler::Keys() const { function in class:extensions::IconsHandler
H A Dkiosk_mode_info.cc86 const std::vector<std::string> KioskModeHandler::Keys() const { function in class:extensions::KioskModeHandler
H A Dnacl_modules_handler.cc85 const std::vector<std::string> NaClModulesHandler::Keys() const { function in class:extensions::NaClModulesHandler
H A Dweb_accessible_resources_info.cc95 const std::vector<std::string> WebAccessibleResourcesHandler::Keys() const { function in class:extensions::WebAccessibleResourcesHandler
H A Dsandboxed_page_info.cc118 const std::vector<std::string> SandboxedPageHandler::Keys() const { function in class:extensions::SandboxedPageHandler
H A Dfile_handler_info.cc171 const std::vector<std::string> FileHandlersParser::Keys() const { function in class:extensions::FileHandlersParser
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_unittest.cc177 bool Keys() { function in class:content::ServiceWorkerCacheTest
180 cache_->Keys(base::Bind(&ServiceWorkerCacheTest::RequestsCallback,
376 EXPECT_TRUE(Keys());
383 EXPECT_TRUE(Keys());
394 EXPECT_TRUE(Keys());
402 EXPECT_TRUE(Keys());
H A Dservice_worker_cache.h83 void Keys(const RequestsCallback& callback);
113 // Static callbacks for the Keys function.
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp601 DenseMap<StringRef, KeyStatus> &Keys) {
602 if (!Keys.count(Key)) {
606 KeyStatus &S = Keys[Key];
616 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { argument
617 for (DenseMap<StringRef, KeyStatus>::iterator I = Keys.begin(),
618 E = Keys.end();
643 DenseMap<StringRef, KeyStatus> Keys(
662 if (!checkDuplicateOrUnknownKey(I->getKey(), Key, Keys))
720 llvm_unreachable("key missing from Keys");
732 if (!checkMissingKeys(N, Keys))
600 checkDuplicateOrUnknownKey(yaml::Node *KeyNode, StringRef Key, DenseMap<StringRef, KeyStatus> &Keys) argument
[all...]
/external/chromium_org/chrome/common/extensions/api/i18n/
H A Ddefault_locale_handler.cc115 const std::vector<std::string> DefaultLocaleHandler::Keys() const { function in class:extensions::DefaultLocaleHandler
/external/chromium_org/chrome/common/extensions/api/plugins/
H A Dplugins_handler.cc65 const std::vector<std::string> PluginsHandler::Keys() const { function in class:extensions::PluginsHandler
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dmime_types_handler.cc112 const std::vector<std::string> MimeTypesHandlerParser::Keys() const { function in class:MimeTypesHandlerParser
H A Dui_overrides_handler.cc184 const std::vector<std::string> UIOverridesHandler::Keys() const { function in class:extensions::UIOverridesHandler
/external/chromium_org/extensions/common/
H A Dmanifest_handler.h118 virtual const std::vector<std::string> Keys() const = 0;
H A Dmanifest_handler_unittest.cc101 virtual const std::vector<std::string> Keys() const OVERRIDE {
160 virtual const std::vector<std::string> Keys() const OVERRIDE {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSidebarPane.js148 if (isEnterKey(event) || event.keyCode === WebInspector.KeyboardShortcut.Keys.Space.code)
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResourceLoader.cpp122 PendingImagePropertyMap::const_iterator::Keys end = elementStyleResources.pendingImageProperties().end().keys();
123 for (PendingImagePropertyMap::const_iterator::Keys it = elementStyleResources.pendingImageProperties().begin().keys(); it != end; ++it) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTransformController.js75 if (event.keyCode === WebInspector.KeyboardShortcut.Keys.Shift.code) {
88 if (event.keyCode === WebInspector.KeyboardShortcut.Keys.Shift.code)
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp570 SmallVector<const Expr *, 8> Keys;
571 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys))
574 if (Vals.size() != Keys.size())
584 objectifyExpr(Keys[i], commit);
587 SourceRange KeyRange = Keys[i]->getSourceRange();
594 SourceRange ArgRange(Keys.front()->getLocStart(),
595 Keys.back()->getLocEnd());
627 SmallVector<const Expr *, 8> Keys;
628 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys))
631 if (Vals.size() != Keys
[all...]
/external/chromium_org/chrome/common/extensions/api/commands/
H A Dcommands_handler.cc148 const std::vector<std::string> CommandsHandler::Keys() const { function in class:extensions::CommandsHandler
/external/chromium_org/chrome/common/extensions/api/speech/
H A Dtts_engine_manifest_handler.cc147 const std::vector<std::string> TtsEngineManifestHandler::Keys() const { function in class:extensions::TtsEngineManifestHandler
/external/chromium_org/chrome/common/extensions/api/url_handlers/
H A Durl_handlers_parser.cc166 const std::vector<std::string> UrlHandlersParser::Keys() const { function in class:extensions::UrlHandlersParser

Completed in 398 milliseconds

123456