OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:record_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/printing/
emf_win.h
155
const ENHMETARECORD* record() const { return
record_
; }
163
const ENHMETARECORD*
record_
;
member in class:printing::Emf::Record
emf_win.cc
324
:
record_
(record) {
325
DCHECK(
record_
);
331
record_
,
/external/chromium_org/content/browser/resources/media/
webrtc_internals.js
18
this.
record_
= {
30
return this.
record_
;
40
this.
record_
.url = url;
41
this.
record_
.servers = servers;
42
this.
record_
.constraints = constraints;
50
return this.
record_
.stats[dataSeriesId];
58
this.
record_
.stats[dataSeriesId] = dataSeries;
66
this.
record_
.updateLog.push({
/external/chromium_org/content/browser/download/
download_browsertest.cc
401
EXPECT_EQ(size,
record_
.size());
402
int min = size >
record_
.size() ?
record_
.size() : size;
404
EXPECT_EQ(expected[i].state,
record_
[i].state) << "Iteration " << i;
405
EXPECT_EQ(expected[i].bytes_received,
record_
[i].bytes_received)
418
record_
.push_back(last_state_);
436
RecordVector
record_
;
member in class:content::__anon10365::RecordingDownloadObserver
[
all
...]
Completed in 893 milliseconds