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

  /external/chromium_org/chrome/browser/search/
local_ntp_source.cc 42 } kResources[] = {
158 for (size_t i = 0; i < arraysize(kResources); ++i) {
159 if (filename == kResources[i].filename) {
162 kResources[i].identifier, scale_factor));
173 for (size_t i = 0; i < arraysize(kResources); ++i) {
174 if (stripped_path == kResources[i].filename)
175 return kResources[i].mime_type;
189 for (size_t i = 0; i < arraysize(kResources); ++i) {
190 if (filename == kResources[i].filename)
  /external/chromium_org/extensions/common/
manifest_constants.cc 122 const char kResources[] = "resources";
    [all...]
manifest_constants.h 130 extern const char kResources[];
  /external/chromium_org/extensions/common/manifest_handlers/
shared_module_info.cc 144 if (!export_value->GetList(keys::kResources, &resources_list)) {
  /external/clang/tools/scan-view/
ScanView.py 76 kResources = posixpath.join(posixpath.dirname(__file__), 'Resources')
683 return self.send_path(posixpath.join(kResources,'bugcatcher.ico'))
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
ScanView.py 76 kResources = posixpath.join(posixpath.dirname(__file__), 'Resources')
683 return self.send_path(posixpath.join(kResources,'bugcatcher.ico'))
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
ScanView.py 76 kResources = posixpath.join(posixpath.dirname(__file__), 'Resources')
683 return self.send_path(posixpath.join(kResources,'bugcatcher.ico'))

Completed in 353 milliseconds