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

12345678

/external/chromium/chrome/browser/
H A Dresources_util.cc28 int GetId(const std::string& resource_name) { function in class:__anon2396::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...]
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_test.cc41 RecordUMARecoveryResult(static_cast<DiagnosticsTestId>(GetId()),
44 RecordUMARecoveryResult(static_cast<DiagnosticsTestId>(GetId()),
63 RecordUMATestResult(static_cast<DiagnosticsTestId>(GetId()),
69 "Diagnostics.TestFailures", GetId(), DIAGNOSTICS_TEST_ID_COUNT);
71 RecordUMATestResult(static_cast<DiagnosticsTestId>(GetId()),
85 int DiagnosticsTest::GetId() const { return id_; } function in class:diagnostics::DiagnosticsTest
/external/chromium_org/chrome/browser/
H A Dresources_util.cc30 int GetId(const std::string& resource_name) { function in class:__anon5821::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/cc/resources/
H A Dui_resource_request.h33 UIResourceId GetId() const { return id_; } function in class:cc::UIResourceRequest
/external/chromium_org/content/public/browser/
H A Ddevtools_target.h29 virtual std::string GetId() const = 0;
H A Ddevtools_agent_host.h57 virtual std::string GetId() = 0;
H A Dsite_instance.h67 virtual int32 GetId() = 0;
/external/chromium_org/tools/grit/grit/tool/
H A Dcount.py31 if c.GetId() == id:
/external/chromium_org/ui/accessibility/
H A Dax_tree_source.h26 virtual int32 GetId(const AXNodeSource* node) const = 0;
H A Dax_tree_serializer.h208 if (tree_->GetId(ancestors[source_index]) !=
224 ClientTreeNode* client_node = ClientTreeNodeById(tree_->GetId(node));
228 client_node = ClientTreeNodeById(tree_->GetId(node));
237 int id = tree_->GetId(node);
241 int child_id = tree_->GetId(child);
310 out_update->node_id_to_clear = tree_->GetId(lca);
311 ClientTreeNode* client_lca = ClientTreeNodeById(tree_->GetId(lca));
353 int id = tree_->GetId(node);
374 int new_child_id = tree_->GetId(child);
419 int child_id = tree_->GetId(chil
[all...]
H A Dax_serializable_tree.cc31 virtual int32 GetId(const AXNode* node) const OVERRIDE {
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_impl.cc49 if (!views_info.GetForId((*it)->GetId())) {
65 if ((*web_view_iter)->GetId() == view.id) {
87 web_view_ids_tmp.push_back((*web_view_iter)->GetId());
96 if ((*it)->GetId() == id) {
110 if ((*iter)->GetId() == id) {
H A Ddevtools_client.h28 virtual const std::string& GetId() = 0;
/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)
/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;
/external/chromium_org/content/browser/devtools/
H A Ddevtools_agent_host_impl.h48 virtual std::string GetId() OVERRIDE;
/external/chromium_org/content/renderer/
H A Dactive_notification_tracker.h33 bool GetId(const blink::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:')

Completed in 664 milliseconds

12345678