HomeSort by relevance Sort by last modified time
    Searched defs:last_state_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/renderer/media/webrtc/
media_stream_remote_video_source.h 51 webrtc::MediaStreamTrackInterface::TrackState last_state_; member in class:content::MediaStreamRemoteVideoSource
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h 76 State last_state_; member in class:ppapi::proxy::PpapiCommandBufferProxy
  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.h 93 State last_state_; member in class:mojo::gles2::CommandBufferClientImpl
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager.h 125 IdleState last_state_; member in class:extensions::IdleManager
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.h 177 State last_state_; member in class:content::CommandBufferProxyImpl
  /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 398 last_state_.state = download->GetState();
399 last_state_.bytes_received = download->GetReceivedBytes();
422 if (last_state_.state != state || last_state_.bytes_received > bytes) {
423 last_state_.state = state;
424 last_state_.bytes_received = bytes;
425 record_.push_back(last_state_);
442 RecordStruct last_state_; member in class:content::__anon11699::RecordingDownloadObserver
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.h 239 State last_state_; member in class:gpu::InProcessCommandBuffer
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 194 last_state_(REMOTE_SERVICE_OK),
204 return RemoteStateToSyncServiceState(last_state_);
222 last_state_ = state;
244 RemoteServiceState last_state_; member in class:sync_file_system::RemoteSyncRunner

Completed in 382 milliseconds