HomeSort by relevance Sort by last modified time
    Searched defs:kResources (Results 1 - 5 of 5) 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/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'))
  /external/chromium_org/extensions/common/
manifest_constants.cc 122 const char kResources[] = "resources";
    [all...]

Completed in 3288 milliseconds