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

  /external/chromium/chrome/common/extensions/
extension_constants.cc 9 const char* kAllFrames = "all_frames";
extension_constants.h 13 extern const char* kAllFrames;
extension.cc 737 if (content_script->HasKey(keys::kAllFrames)) {
739 if (!content_script->GetBoolean(keys::kAllFrames, &all_frames)) {
    [all...]

Completed in 43 milliseconds