Searched refs:baseUrlStart (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp366 int32 baseUrlStart = text.FindFirst("://"); local
367 if (baseUrlStart >= 0)
368 baseUrlStart += 3;
370 baseUrlStart = 0;
371 int32 baseUrlEnd = text.FindFirst("/", baseUrlStart);
380 if (baseUrlStart > 0)
381 SetFontAndColor(0, baseUrlStart, &font, B_FONT_ALL, &urlColor);
382 if (baseUrlEnd > baseUrlStart) {
384 SetFontAndColor(baseUrlStart, baseUrlEnd, &font, B_FONT_ALL,

Completed in 49 milliseconds