HomeSort by relevance Sort by last modified time
    Searched refs:DestroyedOnMainThread (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/cc/output/
context_provider.h 34 virtual bool DestroyedOnMainThread() = 0;
  /external/chromium_org/cc/test/
fake_layer_tree_host_client.cc 41 main_thread_contexts_->DestroyedOnMainThread()) {
52 compositor_thread_contexts_->DestroyedOnMainThread())
fake_context_provider.h 38 virtual bool DestroyedOnMainThread() OVERRIDE;
fake_context_provider.cc 80 bool FakeContextProvider::DestroyedOnMainThread() {
layer_tree_test.cc 617 main_thread_contexts_->DestroyedOnMainThread()) {
628 compositor_thread_contexts_->DestroyedOnMainThread())
  /external/chromium_org/webkit/common/gpu/
test_context_provider_factory.cc 29 if (!main_thread_.get() || main_thread_->DestroyedOnMainThread()) {
context_provider_in_process.h 42 virtual bool DestroyedOnMainThread() OVERRIDE;
context_provider_in_process.cc 167 bool ContextProviderInProcess::DestroyedOnMainThread() {
  /external/chromium_org/ui/compositor/
context_provider_from_context_factory.h 26 virtual bool DestroyedOnMainThread() OVERRIDE;
context_provider_from_context_factory.cc 59 bool ContextProviderFromContextFactory::DestroyedOnMainThread() {
compositor.cc 133 !offscreen_contexts_main_thread_->DestroyedOnMainThread()) {
146 !offscreen_contexts_compositor_thread_->DestroyedOnMainThread()) {
205 offscreen_contexts_main_thread_->DestroyedOnMainThread()) {
216 offscreen_contexts_compositor_thread_->DestroyedOnMainThread()) {
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.h 35 virtual bool DestroyedOnMainThread() OVERRIDE;
context_provider_command_buffer.cc 154 bool ContextProviderCommandBuffer::DestroyedOnMainThread() {
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.cc 145 offscreen_context_for_main_thread_->DestroyedOnMainThread())) {
171 offscreen_context_for_compositor_thread_->DestroyedOnMainThread()) {
  /external/chromium_org/content/browser/aura/
gpu_process_transport_factory.cc 394 shared_contexts_main_thread_->DestroyedOnMainThread()) {
415 shared_contexts_compositor_thread_->DestroyedOnMainThread()) {
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]
renderer_webkitplatformsupport_impl.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 143 offscreen_contexts_main_thread_->DestroyedOnMainThread()) {
159 offscreen_contexts_compositor_thread_->DestroyedOnMainThread()) {
    [all...]

Completed in 539 milliseconds