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

/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp868 static bool shouldCreateScrollbars; local
872 return shouldCreateScrollbars;
888 shouldCreateScrollbars = true;
889 return shouldCreateScrollbars;
893 return shouldCreateScrollbars;
/external/webkit/Source/WebKit/win/
H A DWebView.cpp2509 static bool shouldCreateScrollbars;
2513 return shouldCreateScrollbars;
2527 shouldCreateScrollbars = true;
2528 return shouldCreateScrollbars;
2532 return shouldCreateScrollbars;

Completed in 61 milliseconds