OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_state_
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.cc
39
if (
last_state_
.error == gpu::error::kNoError) {
48
return
last_state_
;
53
return
last_state_
;
58
return
last_state_
.token;
62
if (
last_state_
.error != gpu::error::kNoError)
70
// cached
last_state_
with out-of-date data.
77
if (last_known_get ==
last_state_
.get_offset) {
79
if (
last_state_
.error == gpu::error::kNoError) {
91
return
last_state_
;
95
if (
last_state_
.error == gpu::error::kNoError)
[
all
...]
ppapi_command_buffer_proxy.h
75
State
last_state_
;
member in class:ppapi::proxy::PpapiCommandBufferProxy
/external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.cc
76
last_state_
.error = gpu::error::kLostContext;
77
last_state_
.context_lost_reason = reason;
102
if (
last_state_
.error != gpu::error::kNoError)
176
if (
last_state_
.error == gpu::error::kNoError) {
183
return
last_state_
;
187
return
last_state_
;
192
return
last_state_
.token;
196
if (
last_state_
.error != gpu::error::kNoError)
216
if (
last_state_
.error != gpu::error::kNoError)
228
if (last_known_get ==
last_state_
.get_offset)
[
all
...]
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.cc
470
if (state_after_last_flush_.generation -
last_state_
.generation < 0x80000000U)
471
last_state_
= state_after_last_flush_;
472
return
last_state_
;
482
return
last_state_
;
488
return
last_state_
.token;
527
if (
last_state_
.error != gpu::error::kNoError)
543
if (put_offset == last_known_get ||
last_state_
.error != gpu::error::kNoError)
544
return
last_state_
;
548
while (last_known_get ==
last_state_
.get_offset &&
549
last_state_
.error == gpu::error::kNoError)
[
all
...]
in_process_command_buffer.h
201
State
last_state_
;
member in class:gpu::InProcessCommandBuffer
/external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager.cc
127
last_state_
(IDLE_STATE_ACTIVE),
224
IdleMonitor(
last_state_
))).first;
258
last_state_
= IdleTimeToIdleState(locked,
idle_manager.h
122
IdleState
last_state_
;
member in class:extensions::IdleManager
/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
/external/chromium_org/content/browser/download/
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
...]
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
...]
Completed in 296 milliseconds