HomeSort by relevance Sort by last modified time
    Searched refs:resource_name (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium/chrome/browser/
resources_util.cc 28 int GetId(const std::string& resource_name) {
29 StringIntMap::const_iterator it = id_map_.find(resource_name);
43 int ResourcesUtil::GetThemeResourceId(const std::string& resource_name) {
44 return g_theme_ids.Get().GetId(resource_name);
resources_util.h 16 static int GetThemeResourceId(const std::string& resource_name);
  /external/chromium_org/chrome/browser/
resources_util.h 15 static int GetThemeResourceId(const std::string& resource_name);
resources_util.cc 30 int GetId(const std::string& resource_name) {
31 StringIntMap::const_iterator it = id_map_.find(resource_name);
45 int ResourcesUtil::GetThemeResourceId(const std::string& resource_name) {
46 return g_theme_ids.Get().GetId(resource_name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dlm_netlink.h 33 char resource_name[DLM_RESNAME_MAXLEN]; member in struct:dlm_lock_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dlm_netlink.h 33 char resource_name[DLM_RESNAME_MAXLEN]; member in struct:dlm_lock_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dlm_netlink.h 33 char resource_name[DLM_RESNAME_MAXLEN]; member in struct:dlm_lock_data
  /external/chromium_org/v8/src/
profile-generator-inl.h 49 const char* resource_name,
55 resource_name_(resource_name),
profile-generator.h 78 const char* resource_name = CodeEntry::kEmptyResourceName,
86 INLINE(const char* resource_name() const) { return resource_name_; }
313 const char* resource_name = CodeEntry::kEmptyResourceName,
profile-generator.cc 230 if (entry_->resource_name()[0] != '\0')
231 OS::Print(" %s:%d", entry_->resource_name(), entry_->line_number());
601 const char* resource_name,
606 resource_name,
  /external/v8/src/
profile-generator-inl.h 49 const char* resource_name,
55 resource_name_(resource_name),
profile-generator.h 100 const char* resource_name,
108 INLINE(const char* resource_name() const) { return resource_name_; }
311 String* name, String* resource_name, int line_number);
399 String* resource_name,
401 return profiles_->NewCodeEntry(tag, name, resource_name, line_number);
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller.h 49 virtual int GetIconResourceID(const string16& resource_name) = 0;
autofill_popup_controller_impl.h 86 virtual int GetIconResourceID(const string16& resource_name) OVERRIDE;
  /external/chromium_org/tools/grit/grit/gather/
igoogle_strings.py 31 self.resource_name = ''
41 self.resource_name = attrs.getValueByQName('name')
60 self.parent.AddMessage(self.curr_text, self.resource_name,
65 self.resource_name = ''
  /external/chromium/third_party/libjingle/source/talk/xmpp/
jid.cc 56 std::string resource_name = (slash == std::string::npos ? STR_EMPTY : local
106 std::string validated_resource = prepResource(resource_name,
107 resource_name.begin(), resource_name.end(), &valid_resource);
119 const std::string & resource_name) {
132 std::string validated_resource = prepResource(resource_name,
133 resource_name.begin(), resource_name.end(), &valid_resource);
jid.h 50 const std::string & resource_name);
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-embed-manifest.py 38 def extract_manifest(path, resource_name):
43 return win32api.LoadResource(handle, RT_MANIFEST, resource_name)
gyptest-link-enable-uac.py 38 def extract_manifest(path, resource_name):
43 return win32api.LoadResource(handle, RT_MANIFEST, resource_name)
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
jid.h 51 const std::string& resource_name);
jid.cc 73 const std::string& resource_name)
76 resource_name_(resource_name) {
  /external/chromium/net/websockets/
websocket_handshake.cc 120 std::string resource_name = url_.path(); local
122 resource_name += "?";
123 resource_name += url_.query();
125 return resource_name;
  /external/chromium_org/remoting/jingle_glue/
xmpp_signal_strategy.h 79 void SetResourceName(const std::string& resource_name);
xmpp_signal_strategy.cc 185 void XmppSignalStrategy::SetResourceName(const std::string &resource_name) {
187 resource_name_ = resource_name;
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 99 manifest_path, resource_path, resource_name = args
102 resource_name,

Completed in 835 milliseconds

1 2