Searched refs:id_ (Results 26 - 50 of 502) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/base/
H A Dwindow.h59 WindowId() : id_(0) {}
60 WindowId(const WindowT& id) : id_(id) {} // NOLINT
61 const WindowT& id() const { return id_; }
62 bool IsValid() const { return id_ != 0; }
64 return id_ == other.id();
68 WindowT id_; member in class:rtc::WindowId
92 DesktopId() : id_(0), index_(-1) {}
94 : id_(id), index_(index) {
96 const DesktopT& id() const { return id_; }
100 return id_
105 DesktopT id_; member in class:rtc::DesktopId
[all...]
H A Dwindowpicker.h23 WindowDescription() : id_() {}
25 : id_(id), title_(title) {
27 const WindowId& id() const { return id_; }
28 void set_id(const WindowId& id) { id_ = id; }
33 WindowId id_; member in class:rtc::WindowDescription
39 DesktopDescription() : id_() {}
41 : id_(id), title_(title), primary_(false) {
43 const DesktopId& id() const { return id_; }
44 void set_id(const DesktopId& id) { id_ = id; }
52 DesktopId id_; member in class:rtc::DesktopDescription
[all...]
/external/chromium_org/extensions/common/permissions/
H A Dpermission_message.cc14 : id_(id),
22 : id_(id),
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconvert_copy.pass.cpp22 int id_; member in struct:B
24 explicit B(int i) : id_(i) {}
37 int id_; member in struct:A
39 constexpr A(int i) : id_(i) {}
40 friend constexpr bool operator==(const A& x, const A& y) {return x.id_ == y.id_;}
45 int id_; member in struct:C
47 constexpr explicit C(int i) : id_(i) {}
48 friend constexpr bool operator==(const C& x, const C& y) {return x.id_ == y.id_;}
[all...]
H A Dmove_pair.pass.cpp23 int id_; member in struct:B
25 explicit B(int i) : id_(i) {}
44 assert(std::get<1>(t1)->id_ == 3);
H A Dalloc_move_pair.pass.cpp28 int id_; member in struct:B
30 explicit B(int i) : id_(i) {}
51 assert(std::get<1>(t1)->id_ == 3);
/external/chromium_org/mojo/services/test_service/
H A Dtest_request_tracker_client_impl.cc14 : id_(0),
27 if (id_ == kInvalidId)
36 tracker_->RecordStats(id_, stats.Pass());
44 assert(id_ == kInvalidId);
45 id_ = id;
/external/chromium_org/base/threading/
H A Dplatform_thread.h49 : id_(0) {
53 : id_(id) {
57 return id_ == other.id_;
61 return id_ == 0;
64 RefType id_; member in class:base::PlatformThreadRef
78 id_(0) {
83 id_(0) {
89 id_(id) {
108 PlatformThreadId id_; member in class:base::PlatformThreadHandle
[all...]
/external/chromium_org/net/quic/
H A Dquic_flow_controller.cc23 id_(id),
33 DVLOG(1) << ENDPOINT << "Created flow controller for stream " << id_
40 DVLOG(1) << ENDPOINT << "Disabling QuicFlowController for stream " << id_
52 DVLOG(1) << ENDPOINT << "Stream " << id_ << " consumed: " << bytes_consumed_;
67 DVLOG(1) << ENDPOINT << "Stream " << id_
80 LOG(DFATAL) << ENDPOINT << "Stream " << id_ << " Trying to send an extra "
91 DVLOG(1) << ENDPOINT << "Stream " << id_ << " sent: " << bytes_sent_;
101 << id_ << ", receive window offset: "
126 DVLOG(1) << ENDPOINT << "Sending WindowUpdate frame for stream " << id_
134 connection_->SendWindowUpdate(id_, receive_window_offset
[all...]
/external/chromium_org/cc/resources/
H A Dscoped_ui_resource.cc23 id_ = host_->CreateUIResource(this);
29 if (id_) {
31 host_->DeleteUIResource(id_);
H A Dresource.h17 Resource() : id_(0) {}
19 : id_(id),
23 ResourceProvider::ResourceId id() const { return id_; }
35 void set_id(ResourceProvider::ResourceId id) { id_ = id; }
42 ResourceProvider::ResourceId id_; member in class:cc::Resource
/external/chromium_org/ppapi/shared_impl/
H A Dscoped_pp_resource.h41 PP_Resource get() const { return id_; }
42 operator PP_Resource() const { return id_; }
49 // Helpers to addref or release the id_ if it's non-NULL. The id_ value will
54 PP_Resource id_; member in class:ppapi::ScopedPPResource
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
H A Dmove_pair.pass.cpp24 int id_; member in struct:B
26 explicit B(int i = 0) : id_(i) {}
46 assert(std::get<1>(t1)->id_ == 3);
/external/chromium_org/ash/shell/
H A Dwindow_watcher_shelf_item_delegate.cc17 : id_(id), watcher_(watcher) {
18 DCHECK_GT(id_, 0);
26 aura::Window* window = watcher_->GetWindowByID(id_);
35 return watcher_->GetWindowByID(id_)->title();
/external/jdiff/src/jdiff/
H A DDiffOutput.java21 public String id_ = null; field in class:DiffOutput
34 id_ = id;
49 // if (id_.compareTo("package") == 0)
51 return id_.compareTo(oDiffOutput.id_);
/external/chromium_org/media/blink/
H A Dwebsourcebuffer_impl.cc39 : id_(id),
58 if (demuxer_->IsParsingMediaSegment(id_))
63 demuxer_->SetSequenceMode(id_, false);
66 demuxer_->SetSequenceMode(id_, true);
75 Ranges<base::TimeDelta> ranges = demuxer_->GetBufferedRanges(id_);
89 demuxer_->AppendData(id_, data, length,
105 demuxer_->Abort(id_,
117 demuxer_->Remove(id_, DoubleToTimeDelta(start), DoubleToTimeDelta(end));
121 if (demuxer_->IsParsingMediaSegment(id_))
129 demuxer_->SetGroupStartTimestampIfInSequenceMode(id_, timestamp_offset
[all...]
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsession_id.h38 int id() const { return id_; }
46 int id_; member in class:extensions::SessionId
H A Dsession_id.cc36 : session_tag_(session_tag), id_(id) {
45 (session_tag_ + kIdSeparator + base::StringPrintf("%d", id_))
46 : base::StringPrintf("%d", id_);
/external/chromium_org/components/url_matcher/
H A Dstring_pattern.h30 ID id() const { return id_; }
36 ID id_; member in class:url_matcher::StringPattern
/external/chromium_org/content/browser/loader/
H A Dresource_message_delegate.h35 id_ = new_request_id;
39 GlobalRequestID id_; member in class:content::ResourceMessageDelegate
/external/chromium_org/remoting/host/
H A Ddesktop_session.h25 int id() const { return id_; }
39 const int id_; member in class:remoting::DesktopSession
/external/chromium_org/ui/ozone/platform/dri/
H A Dhardware_display_plane.cc30 HardwareDisplayPlane::Property::Property() : id_(0) {
41 id_ = property->prop_id;
45 if (!id_) {
75 property_set_, plane_id_, crtc_prop_.id_, crtc_id) ||
77 property_set_, plane_id_, fb_prop_.id_, framebuffer) ||
79 property_set_, plane_id_, crtc_x_prop_.id_, crtc_rect.x()) ||
81 property_set_, plane_id_, crtc_y_prop_.id_, crtc_rect.y()) ||
83 property_set_, plane_id_, crtc_w_prop_.id_, crtc_rect.width()) ||
85 property_set_, plane_id_, crtc_h_prop_.id_, crtc_rect.height()) ||
87 property_set_, plane_id_, src_x_prop_.id_, src_rec
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dpending_extension_info.cc23 : id_(id),
50 return id_ == rhs.id_;
54 DCHECK_EQ(id_, other.id_);
/external/chromium_org/ui/file_manager/file_manager/common/js/
H A Dprogress_center_common.js67 this.id_ = null;
129 if (!this.id_)
130 this.id_ = value;
132 console.error('The ID is already set. (current ID: ' + this.id_ + ')');
140 return this.id_;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamtrack.h45 virtual std::string id() const { return id_; }
69 id_(id),
75 std::string id_; member in class:webrtc::MediaStreamTrack

Completed in 1421 milliseconds

1234567891011>>