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

  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp 93 } scrolls; member in struct:_Ewk_View_Private_Data
269 void* tmp = realloc(priv->scrolls.array, size * sizeof(Ewk_Scroll_Request));
271 CRITICAL("could not realloc scrolls array to %zu elements.", size);
274 priv->scrolls.allocated = size;
275 priv->scrolls.array = (Ewk_Scroll_Request*)tmp;
285 r = priv->scrolls.array;
286 r_end = r + priv->scrolls.count;
305 if (priv->scrolls.allocated == priv->scrolls.count) {
307 if (!priv->scrolls.allocated
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 440 // it scrolls.
455 // We want the main frame scrollbar to be the one that scrolls the expanded
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 326 // When the sidenav is fixed and user scrolls horizontally, reposition the sidenav to match
    [all...]

Completed in 146 milliseconds