Searched refs:GetId (Results 1 - 25 of 170) sorted by relevance

1234567

/external/chromium/chrome/browser/
H A Dresources_util.cc28 int GetId(const std::string& resource_name) { function in class:__anon2393::ThemeMap
44 return g_theme_ids.Get().GetId(resource_name);
/external/chromium_org/tools/grit/grit/
H A Dclique.py48 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(sel member in class:MessageClique
[all...]
H A Dclique_unittest.py33 self.failUnless(c.GetId() == msg.GetId())
36 id=msg.GetId(), placeholders=[
39 id=msg.GetId(), placeholders=[
136 self.failUnless(messages[0].GetId() == messages[1].GetId())
139 translation = tclib.Translation(id=messages[0].GetId(),
188 translation = tclib.Translation(id=message.GetId(), text='Bilingo bolongo')
216 clique_list = factory.cliques_[clique_a.GetId()]
230 clique_id = msg_no_description.GetId()
[all...]
H A Dshortcuts.py30 if existing_clique.GetId() == c.GetId():
H A Dxtb_reader_unittest.py65 </translationbundle>''' % (msg_mega.GetId(), msg_hello_user.GetId()))
/external/chromium_org/chrome/browser/
H A Dresources_util.cc30 int GetId(const std::string& resource_name) { function in class:__anon5635::ThemeMap
46 return g_theme_ids.Get().GetId(resource_name);
/external/chromium/chrome/browser/sync/engine/
H A Dread_node_mock.h23 MOCK_CONST_METHOD0(GetId, int64());
/external/chromium_org/chrome/browser/automation/
H A Dautomation_event_observers.cc34 value->SetInteger("observer_id", GetId());
37 GetId(), value));
48 int AutomationEventObserver::GetId() const { function in class:AutomationEventObserver
54 event_queue_->RemoveObserver(GetId());
H A Dautomation_event_queue.cc19 return event->GetId() < 0 || event->GetId() == id_;
78 VLOG(2) << "AutomationEventQueue::NotifyEvent id=" << event->GetId();
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_impl.cc33 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) {
H A Ddevtools_client.h28 virtual const std::string& GetId() = 0;
H A Dstub_devtools_client.cc16 const std::string& StubDevToolsClient::GetId() { function in class:StubDevToolsClient
/external/chromium_org/tools/grit/grit/tool/
H A Dcount.py31 if c.GetId() == id:
/external/webrtc/src/system_wrappers/source/
H A Dmap_unittest.cc89 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());
H A Dmap_no_stl.cc34 int MapNoStlItem::GetId() function in class:webrtc::MapNoStlItem
93 if (item->GetId() > id)
178 if (item->GetId() == id)
H A Dmap_no_stl.h27 int GetId();
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc78 thr->mset.Remove(s->GetId());
90 TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId());
112 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch());
123 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
151 thr->mset.Del(s->GetId(), true);
164 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId());
173 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch());
185 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
196 thr->mset.Del(s->GetId(), false);
211 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId());
[all...]
/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_test.h63 virtual int GetId() = 0;
H A Drecon_diagnostics.cc47 virtual int GetId() { return 0; } function in class:__anon2085::OperatingSystemTest
76 virtual int GetId() { return 0; } function in class:__anon2085::ConflictingDllsTest
132 virtual int GetId() { return 0; } function in class:__anon2085::InstallTypeTest
164 virtual int GetId() { return 0; } function in class:__anon2085::VersionTest
223 virtual int GetId() { return 0; } function in class:__anon2085::PathTest
289 virtual int GetId() { return 0; } function in class:__anon2085::DiskSpaceTest
321 virtual int GetId() { return 0; } function in class:__anon2085::JSONTest
/external/chromium_org/content/browser/devtools/
H A Ddevtools_agent_host_impl.h48 virtual std::string GetId() OVERRIDE;
/external/chromium_org/content/public/browser/
H A Ddevtools_agent_host.h52 virtual std::string GetId() = 0;
H A Dsite_instance.h67 virtual int32 GetId() = 0;
/external/chromium_org/content/renderer/
H A Dactive_notification_tracker.h33 bool GetId(const WebKit::WebNotification& notification, int& id);
/external/chromium_org/tools/grit/grit/node/custom/
H A Dfilename_unittest.py27 translation = tclib.Translation(id=msg.GetId(), text='Bilingo bolongo:')
/external/webrtc/src/system_wrappers/interface/
H A Dmap_wrapper.h27 int GetId();

Completed in 1743 milliseconds

1234567