Searched refs:kHandledProtocols (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp140 static const char* kHandledProtocols[] = { variable
1641 for (unsigned int i = 0; i < sizeof(kHandledProtocols) / sizeof(char*);
1643 handled = (proto == kHandledProtocols[i]);
2662 for (unsigned int i = 0; i < sizeof(kHandledProtocols) / sizeof(char*);
2664 handled = (proto == kHandledProtocols[i]);

Completed in 39 milliseconds