Searched refs:B_TAB (Results 1 - 25 of 28) sorted by last modified time

12

/haiku/src/apps/terminal/
H A DTermWindow.cpp504 .AddItem(B_TRANSLATE("Switch Terminals"), MENU_SWITCH_TERM, B_TAB)
/haiku/src/kits/tracker/
H A DTextWidget.cpp326 if (key == B_TAB) {
H A DUtilities.cpp167 textView->DisallowChar(B_TAB);
H A DPoseView.cpp6721 case B_TAB:
H A DOpenWithWindow.cpp863 if (bytes[0] == B_TAB) {
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp272 case B_TAB:
H A DBrowserWindow.cpp686 AddShortcut(B_TAB, B_COMMAND_KEY, new BMessage(CYCLE_TABS));
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp86 // Handle in InputTextView, except B_TAB
89 else if (bytes[0] != B_TAB)
H A DInputTextView.cpp72 case B_TAB:
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1749 case B_TAB:
/haiku/headers/os/interface/
H A DInterfaceDefs.h48 B_TAB = 0x09, enumerator in enum:__anon1
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp922 if (bytes[0] == B_TAB)
/haiku/src/kits/interface/
H A DTextView.cpp1874 if (ByteAt(offset) == B_TAB)
3756 (ByteAt(offset) == B_TAB || ByteAt(offset) == B_SPACE)
4040 if (theChar != B_SPACE && theChar != B_TAB
4060 } else if (theChar != B_SPACE && theChar != B_TAB) {
4265 foundTab = fText->FindChar(B_TAB, offset, &numBytes);
4455 foundTab = fText->FindChar(B_TAB, offset, &tabChars);
4459 if (ByteAt(offset + tabChars + numTabs) != B_TAB)
5488 case B_TAB:
H A DAbstractSpinner.cpp573 case B_TAB:
H A DWindow.cpp3648 if (key == B_TAB && (modifiers & B_OPTION_KEY) != 0) {
3657 if ((key == B_TAB || rawKey == 0x11) && (modifiers & B_CONTROL_KEY) != 0) {
3803 if (message->FindString("bytes", &bytes) != B_OK || bytes[0] != B_TAB)
H A DTextInput.cpp109 case B_TAB:
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2400 case B_TAB:
/haiku/src/apps/tv/
H A DMainWin.cpp1006 case B_TAB:
/haiku/src/apps/magnify/
H A DMagnify.cpp1353 case B_TAB:
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp72 if (key == B_TAB && fTarget->TabFocus(modifiers & B_SHIFT_KEY))
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp159 if (bytes[0] == B_TAB)
/haiku/src/apps/diskprobe/
H A DDataView.cpp1295 case B_TAB:
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp605 if ((c == B_SPACE) || (c == B_TAB) || (c == B_ENTER)
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.cpp200 case B_TAB:
/haiku/src/apps/mail/
H A DAddressTextControl.cpp224 case B_TAB:

Completed in 223 milliseconds

12