HomeSort by relevance Sort by last modified time
    Searched refs:TAB (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /external/chromium_org/ui/native_theme/
native_theme_win.h 46 TAB,
native_theme_win.cc     [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 254 // ok is a character offset located after a word separator (space, tab, number...) where
303 // First tab this para, check for tabstops
606 lines[off + TAB] |= TAB_MASK;
807 return (mLines[mColumns * line + TAB] & TAB_MASK) != 0;
    [all...]
  /external/chromium_org/chrome/browser/
jumplist_win.cc 195 // To update JumpList when a tab is added or removed, we add this object to
314 // The last URL of the tab object.
328 if (entry->type == TabRestoreService::TAB) {
329 AddTab(static_cast<const TabRestoreService::Tab*>(entry),
349 bool JumpList::AddTab(const TabRestoreService::Tab* tab,
352 // This code adds the URL and the title strings of the given tab to the
359 tab->navigations.at(tab->current_navigation_index);
  /external/clang/tools/clang-format/
git-clang-format 338 --index-info", such as "<mode> <SP> <sha1> <TAB> <filename>". Any other mode
  /external/qemu/android/skin/
keyset.c 82 _KEYSYM1_(TAB) \
  /frameworks/native/include/input/
InputEventLabels.h 103 DEFINE_KEYCODE(TAB),
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc 73 scoped_ptr<tabs::Tab> CreateTabModelHelper(
81 scoped_ptr<tabs::Tab> tab_struct(new tabs::Tab);
107 scoped_ptr<std::vector<linked_ptr<tabs::Tab> > > tabs,
124 scoped_ptr<tabs::Tab> tab,
128 if (tab)
129 session_struct->tab = tab.Pass();
138 return entry->type == TabRestoreService::TAB;
179 scoped_ptr<tabs::Tab> tab; local
261 const SessionTab* tab = window.tabs[i]; local
528 const SessionTab* tab = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.cc 45 // Initial comamnd ID's for navigatable (and hence executable) tab/window menu
48 // device section headers, separators, local and other devices' tab items, and
51 // only have navigatabale/executable tab items.
53 // Using initial command IDs for local tab, local window and other devices' tab
69 // The maximum number of local recently closed entries (tab or window) to be
86 // Returns true if the command id identifies a tab menu item.
138 // the navigation information of a local or other devices' tab required to
139 // restore the tab.
266 if (disposition == CURRENT_TAB) // Force to open a new foreground tab
291 const SessionTab* tab; local
403 TabRestoreService::Tab* tab = local
464 const SessionTab* tab = window->tabs[t]; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 298 // TabRestoreService to re-open the closed window or tab that this
513 const TabRestoreService::Tab& entry) {
665 std::vector<TabRestoreService::Tab>& tabs = entry_win->tabs;
705 std::vector<TabRestoreService::Tab>::const_iterator iter;
707 TabRestoreService::Tab tab = *iter; local
708 HistoryItem* tab_item = HistoryItemForTab(tab);
717 } else if (entry->type == TabRestoreService::TAB) {
718 TabRestoreService::Tab* tab = static_cast<TabRestoreService::Tab*>(entry) local
    [all...]
  /external/qemu/android/
hw-events.h 70 KEY_CODE(TAB ,15) \
  /ndk/build/core/
definitions-utils.mk 186 # Where ----> is a TAB character.
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 46 #define TAB 0x0009
390 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 63 #define TAB 0x0009
409 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [all...]
  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 31 // Only written if the tab is pinned.
38 // Payload used for the start of a tab close. This is the old struct that is
60 // Payload used for the start of a tab close.
85 // . When the user closes a tab a command of type
86 // kCommandSelectedNavigationInTab is written identifying the tab and
87 // the selected index, then a kCommandPinnedState command if the tab was
88 // pinned and kCommandSetExtensionAppID if the tab has an app id and
93 // is written out and followed by n tab closed sequences (as previoulsy
116 // Implements the link between the tab restore service and the session backend.
153 // Schedules the commands for a tab close. |selected_index| gives the index o
269 Tab* tab = static_cast<Tab*>(entry); local
796 Tab& tab = window->tabs.back(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.c 423 #define TAB rast_tab
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 415 tnl_render_func *tab = TAG(render_tab_verts); local
443 tab[prim & PRIM_MODE_MASK]( ctx, start, start + length, prim );
545 #define TAB rast_tab
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 423 #define TAB rast_tab
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 415 tnl_render_func *tab = TAG(render_tab_verts); local
443 tab[prim & PRIM_MODE_MASK]( ctx, start, start + length, prim );
545 #define TAB rast_tab
  /external/bison/
maint.mk 349 halt='found SPACE-TAB sequence; remove the SPACE' \
709 # Each nonempty ChangeLog line must start with a year number, or a TAB.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
selection_util.js 303 * "\t" TAB \u0009
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 

Completed in 6817 milliseconds

1 23 4 5 6