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

1 2 3 4 5 6 7 8

  /external/chromium/chrome/browser/
resources_util.cc 28 int GetId(const std::string& resource_name) {
44 return g_theme_ids.Get().GetId(resource_name);
  /external/chromium_org/chrome/browser/
resources_util.cc 30 int GetId(const std::string& resource_name) {
46 return g_theme_ids.Get().GetId(resource_name);
  /external/chromium/chrome/browser/sync/engine/
read_node_mock.h 23 MOCK_CONST_METHOD0(GetId, int64());
  /external/chromium_org/chrome/browser/automation/
automation_event_observers.cc 34 value->SetInteger("observer_id", GetId());
37 GetId(), value));
48 int AutomationEventObserver::GetId() const {
54 event_queue_->RemoveObserver(GetId());
automation_event_queue.cc 19 return event->GetId() < 0 || event->GetId() == id_;
78 VLOG(2) << "AutomationEventQueue::NotifyEvent id=" << event->GetId();
automation_event_queue.h 29 int GetId() const { return observer_id_; }
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_impl.cc 33 if (!views_info.GetForId((*it)->GetId())) {
49 if ((*web_view_iter)->GetId() == view.id) {
71 web_view_ids_tmp.push_back((*web_view_iter)->GetId());
80 if ((*it)->GetId() == id) {
94 if ((*iter)->GetId() == id) {
devtools_client.h 28 virtual const std::string& GetId() = 0;
stub_devtools_client.cc 16 const std::string& StubDevToolsClient::GetId() {
stub_devtools_client.h 28 virtual const std::string& GetId() OVERRIDE;
  /external/chromium_org/tools/grit/grit/
clique.py 48 id = clique.GetId()
75 return " %s \"%s%s\" %s" % (clique.GetId(), extract, ellipsis,
99 if message.GetId() in self.cliques_:
102 for c in self.cliques_[message.GetId()]:
104 self.cliques_[message.GetId()].append(clique)
107 self.cliques_[message.GetId()].sort(
110 self.cliques_[message.GetId()] = [clique]
125 if translation.GetId() in self.cliques_:
126 for clique in self.cliques_[translation.GetId()]:
350 def GetId(self)
    [all...]
shortcuts.py 30 if existing_clique.GetId() == c.GetId():
  /external/chromium_org/content/browser/devtools/
devtools_agent_host_impl.h 48 virtual std::string GetId() OVERRIDE;
  /external/chromium_org/content/public/browser/
devtools_agent_host.h 52 virtual std::string GetId() = 0;
site_instance.h 67 virtual int32 GetId() = 0;
  /external/chromium_org/content/renderer/
active_notification_tracker.h 33 bool GetId(const WebKit::WebNotification& notification, int& id);
  /external/chromium_org/tools/grit/grit/tool/
count.py 31 if c.GetId() == id:
  /external/webrtc/src/system_wrappers/interface/
map_wrapper.h 27 int GetId();
  /external/webrtc/src/system_wrappers/source/
map_unittest.cc 89 const int id = item->GetId();
131 if (lhs_item->GetId() != rhs_item->GetId()) {
146 MapItem* rhs_item = rhs.Find(lhs_item->GetId());
176 const int first_value_id = item_first->GetId();
190 const int last_value_id = item_last->GetId();
220 MapItem* compare_item = compare_map.Find(ascend_item->GetId());
map_no_stl.cc 34 int MapNoStlItem::GetId()
93 if (item->GetId() > id)
178 if (item->GetId() == id)
map_no_stl.h 27 int GetId();
  /art/runtime/verifier/
register_line.cc 48 line_[vdst] = new_type.GetId();
63 line_[vdst] = new_type1.GetId();
64 line_[vdst + 1] = new_type2.GetId();
73 result_[0] = verifier_->GetRegTypeCache()->Undefined().GetId();
80 result_[0] = new_type.GetId();
81 result_[1] = verifier_->GetRegTypeCache()->Undefined().GetId();
87 result_[0] = new_type1.GetId();
88 result_[1] = new_type2.GetId();
170 line_[i] = init_type.GetId();
178 uint16_t conflict_type_id = verifier_->GetRegTypeCache()->Conflict().GetId();
    [all...]
  /external/chromium/chrome/browser/diagnostics/
diagnostics_test.h 63 virtual int GetId() = 0;
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_model.h 58 virtual std::string GetId() const = 0;
  /external/chromium_org/tools/grit/grit/node/custom/
filename_unittest.py 27 translation = tclib.Translation(id=msg.GetId(), text='Bilingo bolongo:')

Completed in 990 milliseconds

1 2 3 4 5 6 7 8