HomeSort by relevance Sort by last modified time
    Searched refs:WINDOW (Results 26 - 48 of 48) sorted by null

12

  /external/chromium/chrome/browser/sessions/
tab_restore_service_browsertest.cc 82 // Adds a window with one tab and url to the profile's session service.
100 // is configured with a single window with a single tab pointing at url1_ by
297 ASSERT_EQ(TabRestoreService::WINDOW, entry2->type);
298 TabRestoreService::Window* window = local
299 static_cast<TabRestoreService::Window*>(entry2);
300 ASSERT_EQ(1U, window->tabs.size());
301 EXPECT_EQ(0, window->timestamp.ToInternalValue());
302 EXPECT_EQ(0, window->selected_tab_index);
303 ASSERT_EQ(1U, window->tabs[0].navigations.size())
353 TabRestoreService::Window* window = local
395 TabRestoreService::Window* window = local
439 TabRestoreService::Window* window = local
    [all...]
tab_restore_service.cc 66 // . When the user closes a window a kCommandSelectedNavigationInTab command
88 // Payload used for the start of a window close. This is the old struct that is
104 // Payload used for the start of a window close. This struct must be POD,
140 if (i->second->type == TabRestoreService::WINDOW) {
141 TabRestoreService::Window* window = local
142 static_cast<TabRestoreService::Window*>(i->second);
143 std::vector<TabRestoreService::Tab>::iterator j = window->tabs.begin();
144 for ( ; j != window->tabs.end(); ++j) {
145 // If the ID matches one of this window's tabs, remove it from the list
343 Window* window = static_cast<Window*>(entry); local
957 Window* window = static_cast<Window*>(*i); local
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 99 WINDOW = 0,
128 m_type(WINDOW){
143 if(m_type == WINDOW){
185 wcx.lpfnWndProc = dummyWndProc; // points to window procedure
187 wcx.cbWndExtra = sizeof(void*); // save extra window memory, to store VasWindow instance
193 wcx.lpszClassName = "DummyWin"; // name of window class
251 PFD_DRAW_TO_WINDOW | // support window
344 EGLint window,bitmap,pbuffer,transparent; local
364 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[0],&window));
367 if(window) supportedSurfaces |= EGL_WINDOW_BIT
    [all...]
EglImp.cpp 721 //checking native window validity
722 if(newReadPtr->type() == EglSurface::WINDOW && !EglOS::validNativeWin(nativeDisplay,nativeRead)) {
725 if(newDrawPtr->type() == EglSurface::WINDOW && !EglOS::validNativeWin(nativeDisplay,nativeDraw)) {
782 //if surface not window return
783 if(Srfc->type() != EglSurface::WINDOW){
800 if(!currCtx->read().Ptr() || !currCtx->draw().Ptr() || currCtx->draw()->type()!=EglSurface::WINDOW) {
877 if(read->type() == EglSurface::WINDOW &&
887 if(draw->type() == EglSurface::WINDOW &&
    [all...]
EglX11Api.cpp 40 WINDOW = 0,
179 Window root;
193 Window root;
209 Window root;
221 Window root;
296 return new SrfcInfo(wnd,SrfcInfo::WINDOW);
EglMacApi.cpp 39 EGLint window,pbuffer; local
47 getPixelFormatAttrib(*frmt,MAC_DRAW_TO_WINDOW,&window);
50 if(window) supportedSurfaces |= EGL_WINDOW_BIT;
181 case EglSurface::WINDOW:
  /external/e2fsprogs/ext2ed/
ext2ed.h 51 1. Title window (title_win).
52 2. Show (status) window (show_win).
54 4. Command window (command_win).
179 struct struct_pad_info { /* Used to zoom into the pad window */
428 extern WINDOW *title_win,*show_win,*command_win,*show_pad;
win.c 8 Window management - Interfacing with the ncurses library
31 WINDOW *title_win,*show_win,*command_win,*mt_win1,*mt_win2,*show_pad;
  /external/qemu/
curses.c 44 static WINDOW *screenpad = NULL;
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 547 // where an interesting entry is either a closed window or a closed tab
558 (entry->type == TabRestoreService::WINDOW &&
560 *static_cast<TabRestoreService::Window*>(entry),
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.cpp 38 #define I (Scene::WINDOW * Scene::NUM_CHANNELS)
458 { kIncandescentXY[0], kIncandescentXY[1], kLivingRoomIllum }, // WINDOW
  /external/chromium/chrome/browser/
jumplist_win.cc 663 bool JumpList::AddWindow(const TabRestoreService::Window* window,
666 // This code enumerates al the tabs in the given window object and add their
669 if (window->tabs.empty()) {
673 for (size_t i = 0; i < window->tabs.size(); ++i) {
674 if (!AddTab(&window->tabs[i], list, max_items))
744 } else if (entry->type == TabRestoreService::WINDOW) {
745 AddWindow(static_cast<const TabRestoreService::Window*>(entry),
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 63 #include "chrome/browser/ui/views/window.h"
91 #include "views/window/dialog_delegate.h"
92 #include "views/window/window.h"
99 #include "views/window/window_win.h"
102 #include "views/window/hit_test.h"
103 #include "views/window/window_gtk.h"
116 // The name of a key to store on the window handle so that other code can
121 // How long do we wait before we consider a window hung (in ms).
125 // The amount of space we expect the window border to take up
244 views::Window* window = GetWindow(); local
264 views::Window* window = GetWindow(); local
564 views::Window* window = frame_->GetWindow(); local
1147 views::Window* window = GetWidget()->GetWindow(); local
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 127 console.info('navigateTo', 'from', window.location.hash, 'to', id);
133 window.location.hash = tree.selectedItem.bookmarkId;
157 window.onhashchange = function(e) {
158 var id = window.location.hash.slice(1);
182 // Activate is handled by the open-in-same-window-command.
185 $('open-in-same-window-command').execute();
354 var hash = window.location.hash.slice(1);
775 window.clearTimeout(this.hideDropOverlayTimer_);
807 window.clearTimeout(this.hideDropOverlayTimer_);
808 this.hideDropOverlayTimer_ = window.setTimeout(function()
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1754 milliseconds

12