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

  /external/chromium/chrome/common/extensions/
extension_message_bundle.h 25 static const char* kContentKey;
extension_message_bundle.cc 26 const char* ExtensionMessageBundle::kContentKey = "content";
190 if (!placeholder->GetString(kContentKey, &content)) {
192 kContentKey, name_key.c_str());
  /external/chromium_org/chrome/common/extensions/
message_bundle.h 29 static const char* kContentKey;
message_bundle.cc 28 const char* MessageBundle::kContentKey = "content";
189 if (!placeholder->GetString(kContentKey, &content)) {
191 kContentKey, name_key.c_str());

Completed in 40 milliseconds