Home | History | Annotate | Download | only in nav

Lines Matching refs:extras

451         WebCore::IntRect& clip, float scale, int extras)
474 if (extras == DrawExtrasCursorRing)
478 switch (extras) {
529 PictureSet* draw(SkCanvas* canvas, SkColor bgColor, int extras, bool split)
550 if (extras == DrawExtrasCursorRing)
555 switch (extras) {
1576 extras = _extras;
1598 titlebarHeight, clip, scale, extras);
1631 jint extras;
1868 jint extras, jboolean split) {
1873 PictureSet* pictureSet = webView->draw(canvas, color, extras, split);
1880 jfloat scale, jint extras) {
1887 &android::WebView::drawGL, viewRect, scale, extras);