Searched refs:last_state_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dppapi_command_buffer_proxy.cc64 if (last_state_.error == gpu::error::kNoError) {
73 return last_state_;
79 return last_state_;
85 return last_state_.token;
89 if (last_state_.error != gpu::error::kNoError)
97 // cached last_state_ with out-of-date data.
104 if (last_known_get == last_state_.get_offset) {
106 if (last_state_.error == gpu::error::kNoError) {
118 return last_state_;
122 if (last_state_
[all...]
H A Dppapi_command_buffer_proxy.h62 State last_state_; member in class:ppapi::proxy::PpapiCommandBufferProxy
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc76 last_state_.error = gpu::error::kLostContext;
77 last_state_.context_lost_reason = reason;
103 if (last_state_.error != gpu::error::kNoError)
174 if (last_state_.error == gpu::error::kNoError) {
181 return last_state_;
185 return last_state_;
190 return last_state_.token;
194 if (last_state_.error != gpu::error::kNoError)
214 if (last_state_.error != gpu::error::kNoError)
226 if (last_known_get == last_state_
[all...]
H A Dcommand_buffer_proxy_impl.h180 State last_state_; member in class:content::CommandBufferProxyImpl
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.cc584 if (state_after_last_flush_.generation - last_state_.generation < 0x80000000U)
585 last_state_ = state_after_last_flush_;
586 return last_state_;
596 return last_state_;
602 return last_state_.token;
621 if (last_state_.error != gpu::error::kNoError)
637 if (put_offset == last_known_get || last_state_.error != gpu::error::kNoError)
638 return last_state_;
642 while (last_known_get == last_state_.get_offset &&
643 last_state_
[all...]
H A Din_process_command_buffer.h165 State last_state_; member in class:gpu::InProcessCommandBuffer
/external/chromium_org/chrome/browser/extensions/api/idle/
H A Didle_manager.cc124 last_state_(IDLE_STATE_ACTIVE),
221 IdleMonitor(last_state_))).first;
255 last_state_ = IdleTimeToIdleState(locked,
H A Didle_manager.h122 IdleState last_state_; member in class:extensions::IdleManager
/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc389 last_state_.state = download->GetState();
390 last_state_.bytes_received = download->GetReceivedBytes();
413 if (last_state_.state != state || last_state_.bytes_received > bytes) {
414 last_state_.state = state;
415 last_state_.bytes_received = bytes;
416 record_.push_back(last_state_);
433 RecordStruct last_state_; member in class:content::__anon7574::RecordingDownloadObserver
H A Ddownload_item_impl_unittest.cc120 last_state_(item->GetState()),
144 if (last_state_ == DownloadItem::IN_PROGRESS &&
148 if (last_state_ == DownloadItem::INTERRUPTED &&
152 last_state_ = new_state;
192 DownloadItem::DownloadState last_state_; member in class:content::DownloadItemTest::MockObserver

Completed in 707 milliseconds