HomeSort by relevance Sort by last modified time
    Searched refs:GetId (Results 76 - 100 of 271) sorted by null

1 2 34 5 6 7 8 91011

  /external/chromium_org/tools/grit/grit/
clique_unittest.py 33 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...]
tclib.py 112 Note that you must not call GetId() on this object until you have finished
127 def GetId(self):
169 def GetId(self):
174 return super(Message, self).GetId()
188 def GetId(self):
  /external/chromium_org/tools/grit/grit/tool/
xmb.py 68 _WriteAttribute(file, 'id', message.GetId())
273 id = clique.GetMessage().GetId()
282 messages.sort(key=lambda x:x.GetId())
287 output_file.write(msg.GetId())
  /external/chromium_org/ui/accessibility/
ax_serializable_tree.cc 31 virtual int32 GetId(const AXNode* node) const OVERRIDE {
  /art/compiler/optimizing/
graph_visualizer.cc 143 output_ << "v" << inputs.Current()->GetId() << " ";
178 output_ << bci << " " << instruction->NumberOfUses() << " v" << instruction->GetId() << " ";
217 output_ << instruction->GetId() << " v" << instruction->GetId() << "[ ";
219 output_ << inputs.Current()->GetId() << " ";
  /external/chromium_org/content/public/test/
download_test_observer.cc 141 !ContainsKey(dangerous_downloads_seen_, download->GetId())) {
142 dangerous_downloads_seen_.insert(download->GetId());
155 download->GetId()));
165 download->GetId()));
440 download_id_ = item->GetId();
  /external/chromium_org/sync/syncable/
directory_unittest.cc 26 return IsLegalNewParent(a.trans(), a.GetId(), b.GetId());
606 MutableEntry e2(&trans, CREATE, BOOKMARKS, e1.GetId(), "bread");
679 MutableEntry e2(&trans, CREATE, BOOKMARKS, e1.GetId(), "bread");
744 MutableEntry child(&wtrans, CREATE, BOOKMARKS, parent.GetId(), "Bob");
749 MutableEntry grandchild(&wtrans, CREATE, BOOKMARKS, child.GetId(), "Bob");
754 MutableEntry twin(&wtrans, CREATE, BOOKMARKS, child.GetId(), "Bob");
774 MutableEntry parent(&wtrans, CREATE, BOOKMARKS, root.GetId(), "Bob");
779 MutableEntry child(&wtrans, CREATE, BOOKMARKS, parent.GetId(), "Bob");
784 MutableEntry grandchild(&wtrans, CREATE, BOOKMARKS, child.GetId(), "Bob")
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 853 EXPECT_EQ(ids_.FromNumber(1), entry0.GetId());
856 EXPECT_EQ(ids_.FromNumber(2), entry1.GetId());
859 EXPECT_EQ(ids_.FromNumber(3), entry2.GetId());
862 EXPECT_EQ(ids_.FromNumber(4), entry3.GetId());
    [all...]
commit_util.cc 112 syncable::Id id = meta_entry.GetId();
262 DVLOG(1) << "Commit is changing base version of " << local_entry->GetId()
389 deleted_folders->insert(local_entry->GetId());
449 if (local_entry.GetId() != server_entry_id) {
454 << local_entry.GetId()
465 local_entry.GetId(), &local_entry, syncing_was_set, deleted_folders);
directory_commit_contribution_unittest.cc 48 parent_entry.GetId(),
72 parent_entry.GetId(),
405 EXPECT_TRUE(p1.GetId().ServerKnows());
410 EXPECT_TRUE(p2.GetId().ServerKnows());
415 EXPECT_TRUE(e1.GetId().ServerKnows());
486 EXPECT_TRUE(a1.GetId().ServerKnows());
491 EXPECT_FALSE(a2.GetId().ServerKnows());
496 EXPECT_FALSE(a3.GetId().ServerKnows());
  /external/chromium_org/sync/internal_api/attachments/
attachment_uploader_impl_unittest.cc 437 EXPECT_EQ(attachment.GetId(), attachment_ids()[0]);
444 attachment.GetId().GetProto().unique_id());
514 EXPECT_EQ(attachment.GetId(), attachment_ids()[0]);
536 EXPECT_EQ(attachment.GetId(), attachment_ids()[0]);
543 attachment.GetId().GetProto().unique_id());
573 EXPECT_EQ(attachment.GetId(), attachment_ids()[0]);
580 attachment.GetId().GetProto().unique_id());
611 EXPECT_EQ(attachment.GetId(), attachment_ids()[0]);
618 attachment.GetId().GetProto().unique_id());
attachment_service_impl.cc 79 DCHECK(retrieved_attachments_->find(attachment.GetId()) ==
82 std::make_pair(attachment.GetId(), attachment));
83 DCHECK(in_progress_attachments_.find(attachment.GetId()) !=
85 in_progress_attachments_.erase(attachment.GetId());
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 533 if (k->GetId() == prop->GetToNode()->GetId()) {
541 CHECK_EQ(static_cast<int>(s->GetId()), static_cast<int>(ws_s->GetId()));
557 const v8::SnapshotObjectId to_node_id = prop->GetToNode()->GetId();
558 if (to_node_id == k->GetId() || to_node_id == v->GetId()) {
566 CHECK_EQ(static_cast<int>(s->GetId()), static_cast<int>(wm_s->GetId()));
606 const v8::SnapshotObjectId to_node_id = prop->GetToNode()->GetId();
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history.cc 142 item->GetId(),
251 download->GetId() == loading_id_;
297 uint32 download_id = item->GetId();
378 if (item->GetId() == loading_id_) {
432 removed_while_adding_.insert(item->GetId());
436 ScheduleRemoveDownload(item->GetId());
  /external/chromium_org/android_webview/browser/
aw_dev_tools_manager_delegate.cc 33 virtual std::string GetId() const OVERRIDE { return agent_host_->GetId(); }
  /external/chromium_org/chrome/browser/
site_details.cc 62 site_data->instance_site_map[primary->GetId()].insert(*iter);
69 site_data->instance_https_site_map[primary->GetId()].insert(https_site);
  /external/chromium_org/chromecast/shell/browser/devtools/
cast_dev_tools_delegate.cc 34 virtual std::string GetId() const OVERRIDE { return agent_host_->GetId(); }
  /external/chromium_org/sync/internal_api/
sync_backup_manager.cc 84 if (!entry.GetId().ServerKnows())
85 entry.PutId(syncable::Id::CreateFromServerId(entry.GetId().value()));
  /external/chromium_org/tools/grit/grit/format/
rc_header.py 134 if hasattr(item, 'GetId') and item.GetId():
135 id = long(item.GetId())
136 reason = 'returned by GetId() method'
  /external/chromium_org/chrome/browser/devtools/
devtools_target_impl.h 38 virtual std::string GetId() const OVERRIDE;
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc 174 ->GetId());
389 pending_render_frame_host_->GetProcess()->GetID() :
390 render_frame_host_->GetProcess()->GetID();
545 old_render_frame_host->GetSiteInstance()->GetId(), proxy));
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
rule.h 64 const std::string& GetId() const { return id_; }
  /external/chromium_org/ui/events/gesture_detection/
motion_event.h 49 virtual int GetId() const = 0;
motion_event_generic.h 42 virtual int GetId() const OVERRIDE;
  /external/chromium_org/ui/events/gestures/
motion_event_aura.h 27 virtual int GetId() const OVERRIDE;

Completed in 406 milliseconds

1 2 34 5 6 7 8 91011