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

/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp371 int32 baseUrlEnd = text.FindFirst("/", baseUrlStart); local
372 if (baseUrlEnd < 0)
373 baseUrlEnd = TextLength();
382 if (baseUrlEnd > baseUrlStart) {
384 SetFontAndColor(baseUrlStart, baseUrlEnd, &font, B_FONT_ALL,
387 if (baseUrlEnd < TextLength()) {
389 SetFontAndColor(baseUrlEnd, TextLength(), &font, B_FONT_ALL,

Completed in 101 milliseconds