OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_scroll_on_main_thread
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/layers/
layer_impl.h
415
void SetShouldScrollOnMainThread(bool
should_scroll_on_main_thread
) {
416
should_scroll_on_main_thread_ =
should_scroll_on_main_thread
;
418
bool
should_scroll_on_main_thread
() const {
function in class:cc::LayerImpl
layer.h
285
void SetShouldScrollOnMainThread(bool
should_scroll_on_main_thread
);
286
bool
should_scroll_on_main_thread
() const {
function in class:cc::Layer
layer.cc
730
void Layer::SetShouldScrollOnMainThread(bool
should_scroll_on_main_thread
) {
732
if (should_scroll_on_main_thread_ ==
should_scroll_on_main_thread
)
734
should_scroll_on_main_thread_ =
should_scroll_on_main_thread
;
[
all
...]
layer_impl.cc
416
if (
should_scroll_on_main_thread
()) {
[
all
...]
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
285
bool
should_scroll_on_main_thread
) {
286
layer_->SetShouldScrollOnMainThread(
should_scroll_on_main_thread
);
290
return layer_->
should_scroll_on_main_thread
();
Completed in 577 milliseconds