OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snapshot_uid_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/chromedriver/chrome/
heap_snapshot_taker.cc
14
: client_(client),
snapshot_uid_
(-1) {
25
if (
snapshot_uid_
!= -1) { // Clear the snapshot cached in chrome.
37
snapshot_uid_
= -1;
50
if (
snapshot_uid_
!= -1)
65
if (
snapshot_uid_
== -1)
69
uid_params.SetInteger("uid",
snapshot_uid_
);
82
if (
snapshot_uid_
!= -1) {
84
} else if (!params.GetInteger("header.uid", &
snapshot_uid_
)) {
93
} else if (uid ==
snapshot_uid_
) {
102
LOG(WARNING) << "expect chunk event uid " <<
snapshot_uid_
[
all
...]
heap_snapshot_taker.h
40
int
snapshot_uid_
;
member in class:HeapSnapshotTaker
Completed in 50 milliseconds