Searched refs:scroll_handler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/test/
H A Dlayer_tree_json_parser.cc128 bool scroll_handler; local
129 if (dict->GetBoolean("ScrollHandler", &scroll_handler))
130 new_layer->SetHaveScrollEventHandlers(scroll_handler);
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
H A Dtree.jquery.js1157 return this.scroll_handler.scrollTo(top);
1188 this.scroll_handler = new ScrollHandler(this);
1477 if (this.scroll_handler) {
1478 this.scroll_handler.checkScrolling();
2501 if (_this.tree_widget.scroll_handler && (!_this.tree_widget.scroll_handler.isScrolledIntoView($(node.element).find('.jqtree-element')))) {

Completed in 139 milliseconds