Searched refs:WillCommit (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_client.h39 virtual void WillCommit() = 0;
H A Dlayer_tree_host_unittest_no_message_loop.cc70 virtual void WillCommit() OVERRIDE {}
H A Dlayer_tree_host_perftest.cc275 virtual void WillCommit() OVERRIDE {
H A Dlayer_tree_host.h113 void WillCommit();
H A Dlayer_tree_host_unittest_scroll.cc273 virtual void WillCommit() OVERRIDE { num_will_commits_++; }
507 virtual void WillCommit() OVERRIDE {
903 virtual void WillCommit() OVERRIDE {
H A Dsingle_thread_proxy.cc186 layer_tree_host_->WillCommit();
H A Dlayer_tree_host.cc394 void LayerTreeHost::WillCommit() { function in class:cc::LayerTreeHost
395 client_->WillCommit();
H A Dthread_proxy.cc813 layer_tree_host()->WillCommit();
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_worker_impl_unittest.cc121 bool WillCommit();
124 // It is safe to call this only if WillCommit() returns true.
453 bool ModelTypeSyncWorkerImplTest::WillCommit() { function in class:syncer::ModelTypeSyncWorkerImplTest
470 DCHECK(WillCommit());
656 EXPECT_FALSE(WillCommit());
664 ASSERT_TRUE(WillCommit());
707 ASSERT_TRUE(WillCommit());
717 ASSERT_TRUE(WillCommit());
754 EXPECT_TRUE(WillCommit());
759 EXPECT_FALSE(WillCommit());
[all...]
/external/chromium_org/cc/test/
H A Dfake_layer_tree_host_client.h43 virtual void WillCommit() OVERRIDE {}
H A Dlayer_tree_test.h71 virtual void WillCommit() {} function in class:cc::TestHooks
H A Dlayer_tree_test.cc305 virtual void WillCommit() OVERRIDE { test_hooks_->WillCommit(); }
/external/chromium_org/mojo/examples/compositor_app/
H A Dcompositor_host.h41 virtual void WillCommit() OVERRIDE;
H A Dcompositor_host.cc87 void CompositorHost::WillCommit() {} function in class:mojo::examples::CompositorHost
/external/chromium_org/android_webview/browser/
H A Dhardware_renderer.h51 virtual void WillCommit() OVERRIDE {}
/external/chromium_org/content/test/
H A Dweb_layer_tree_view_impl_for_testing.h77 virtual void WillCommit() OVERRIDE {}
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h83 virtual void WillCommit() OVERRIDE {}
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.h140 virtual void WillCommit() OVERRIDE;
/external/chromium_org/mojo/services/html_viewer/
H A Dweblayertreeview_impl.h56 virtual void WillCommit() OVERRIDE;
H A Dweblayertreeview_impl.cc89 void WebLayerTreeViewImpl::WillCommit() { function in class:mojo::WebLayerTreeViewImpl
/external/chromium_org/ui/compositor/
H A Dcompositor.h241 virtual void WillCommit() OVERRIDE {}
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_EventHandler.h131 FX_BOOL WillCommit();
/external/pdfium/fpdfsdk/src/javascript/
H A Devent.cpp373 if (pEvent->WillCommit())
H A DPublicMethods.cpp1291 if (pEvent->WillCommit())
1651 if (pEvent->WillCommit())
1876 if (pEvent->WillCommit())
2029 if (pEventHandler->WillCommit())
H A DJS_EventHandler.cpp666 FX_BOOL CJS_EventHandler::WillCommit() function in class:CJS_EventHandler

Completed in 444 milliseconds

12