OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_state_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h
75
State
last_state_
;
member in class:ppapi::proxy::PpapiCommandBufferProxy
/external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager.h
122
IdleState
last_state_
;
member in class:extensions::IdleManager
/external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.h
179
State
last_state_
;
member in class:content::CommandBufferProxyImpl
/external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.h
201
State
last_state_
;
member in class:gpu::InProcessCommandBuffer
/external/chromium_org/content/browser/download/
download_item_impl_unittest.cc
115
last_state_
(item->GetState()),
139
if (
last_state_
== DownloadItem::IN_PROGRESS &&
143
if (
last_state_
== DownloadItem::INTERRUPTED &&
147
last_state_
= new_state;
187
DownloadItem::DownloadState
last_state_
;
member in class:content::DownloadItemTest::MockObserver
[
all
...]
download_browsertest.cc
391
last_state_
.state = download->GetState();
392
last_state_
.bytes_received = download->GetReceivedBytes();
415
if (
last_state_
.state != state ||
last_state_
.bytes_received > bytes) {
416
last_state_
.state = state;
417
last_state_
.bytes_received = bytes;
418
record_.push_back(
last_state_
);
435
RecordStruct
last_state_
;
member in class:content::__anon7649::RecordingDownloadObserver
[
all
...]
/external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc
201
last_state_
(REMOTE_SERVICE_OK),
211
return RemoteStateToSyncServiceState(
last_state_
);
230
last_state_
= state;
252
RemoteServiceState
last_state_
;
member in class:sync_file_system::RemoteSyncRunner
Completed in 85 milliseconds