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

  /external/chromium/chrome/browser/resources/ntp4/
tile_page.css 35 -webkit-touch-callout: none;
  /external/ppp/pppd/
main.c 1240 struct callout { struct
1244 struct callout *c_next;
1247 static struct callout *callout = NULL; /* Callout list */ variable in typeref:struct:callout
1259 struct callout *newp, *p, **pp;
1264 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL)
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.css 89 -webkit-touch-callout: none;
  /build/tools/droiddoc/templates-sdk/assets/design/
default.css 518 .figure .figure-callout {
525 background: transparent url(callout.png) no-repeat scroll 50% 50%;
530 .figure .figure-callout.top {
532 .figure .figure-callout.right {
default.scss 574 .figure-callout {
580 background: transparent url(callout.png) no-repeat scroll 50% 50%;
  /external/pcre/
pcregexp.pas 434 the match. Yield zero unless more callouts than the fail count, or the callout
pcretest.c 851 * Callout function *
855 the match. Yield zero unless more callouts than the fail count, or the callout
858 static int callout(pcre_callout_block *cb) function
865 fprintf(f, "Callout %d: last capture = %d\n",
899 /* Always print appropriate indicators, with callout number if not already
936 fprintf(outfile, "Callout data = %d\n", callout_data);
    [all...]

Completed in 237 milliseconds