OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:metrics_
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_host_metrics_unittest.cc
27
metrics_
.reset(new SpellCheckHostMetrics);
30
SpellCheckHostMetrics* metrics() { return
metrics_
.get(); }
31
void RecordWordCountsForTesting() {
metrics_
->RecordWordCounts(); }
35
scoped_ptr<SpellCheckHostMetrics>
metrics_
;
member in class:SpellcheckHostMetricsTest
spellcheck_service.cc
152
metrics_
.reset(new SpellCheckHostMetrics());
153
metrics_
->RecordEnabledStats(spellcheck_enabled);
194
return
metrics_
.get();
311
if (
metrics_
)
312
metrics_
->RecordSpellingServiceStats(enabled);
spellcheck_service.h
155
scoped_ptr<SpellCheckHostMetrics>
metrics_
;
member in class:SpellcheckService
/external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.cc
112
if (
metrics_
== NULL) {
117
metrics_
= new BigGlyphMetrics::Builder(data);
119
return
metrics_
;
194
if (
metrics_
== NULL) {
206
size +=
metrics_
->SubSerialize(slice);
214
metrics_
.Attach(BigGlyphMetrics::Builder::CreateBuilder());
index_sub_table_format5.cc
237
if (
metrics_
== NULL) {
242
metrics_
= new BigGlyphMetrics::Builder(data);
245
return
metrics_
;
index_sub_table_format2.h
83
BigGlyphMetricsBuilderPtr
metrics_
;
member in class:sfntly::IndexSubTableFormat2::Builder
index_sub_table_format5.h
91
BigGlyphMetricsBuilderPtr
metrics_
;
member in class:sfntly::IndexSubTableFormat5::Builder
/external/chromium_org/content/browser/resources/media/
media_player.js
69
this.
metrics_
= new media.Metrics;
77
ul.appendChild(this.
metrics_
);
102
this.
metrics_
.addEvent(event);
/external/chromium/net/socket_stream/
socket_stream.cc
74
metrics_
(new SocketStreamMetrics(url)) {
291
metrics_
->OnClose();
306
metrics_
->OnConnected();
320
metrics_
->OnRead(len);
333
metrics_
->OnWrite(len);
543
metrics_
->OnWaitConnection();
561
metrics_
->OnStartConnection();
590
metrics_
->OnTunnelProxy();
788
metrics_
->OnSOCKSProxy();
815
metrics_
->OnSSLConnection()
[
all
...]
socket_stream.h
329
scoped_ptr<SocketStreamMetrics>
metrics_
;
member in class:net::SocketStream
/external/chromium_org/net/socket_stream/
socket_stream.cc
109
metrics_
(new SocketStreamMetrics(url)) {
360
metrics_
->OnClose();
377
metrics_
->OnConnected();
391
metrics_
->OnRead(len);
407
metrics_
->OnWrite(bytes_sent);
703
metrics_
->OnWaitConnection();
714
metrics_
->OnCountWireProtocolType(
718
metrics_
->OnCountWireProtocolType(
736
metrics_
->OnStartConnection();
802
metrics_
->OnCountConnectionType(SocketStreamMetrics::TUNNEL_CONNECTION)
[
all
...]
socket_stream.h
282
// - notifies the |delegate_| and |
metrics_
| of this event.
388
scoped_ptr<SocketStreamMetrics>
metrics_
;
member in class:net::SocketStream
/external/chromium_org/chrome/browser/resources/print_preview/search/
destination_search.js
43
this.
metrics_
= metrics;
121
this.
metrics_
.incrementDestinationSearchBucket(
151
this.
metrics_
.incrementDestinationSearchBucket(
377
this.
metrics_
.incrementDestinationSearchBucket(
391
this.
metrics_
.incrementDestinationSearchBucket(
449
this.
metrics_
.incrementDestinationSearchBucket(
/external/chromium/net/spdy/
spdy_stream.cc
240
metrics_
.StartStream();
311
metrics_
.StopStream();
322
metrics_
.StopStream();
332
metrics_
.RecordBytes(length);
spdy_stream.h
287
ScopedBandwidthMetrics
metrics_
;
member in class:net::SpdyStream
/external/chromium_org/chrome/browser/resources/print_preview/
print_preview.js
41
this.
metrics_
= new print_preview.Metrics();
88
this.destinationStore_, this.userInfo_, this.
metrics_
);
708
this.
metrics_
.incrementDestinationSearchBucket(
768
this.
metrics_
.incrementDestinationSearchBucket(
853
this.
metrics_
.incrementGcpPromoBucket(
864
this.
metrics_
.incrementGcpPromoBucket(
876
this.
metrics_
.incrementGcpPromoBucket(
[
all
...]
/external/chromium_org/net/spdy/
spdy_stream.cc
425
metrics_
.StartStream();
465
metrics_
.StopStream();
484
metrics_
.StopStream();
499
metrics_
.RecordBytes(length);
[
all
...]
spdy_stream.h
497
ScopedBandwidthMetrics
metrics_
;
member in class:net::SpdyStream
Completed in 432 milliseconds