Searched refs:newtab (Results 1 – 14 of 14) sorted by relevance
15 If the NewTabPageLocation is set and the user goes to a newtab18 If the NewTabPageLocation is not set and the user goes to a newtab19 then chrome://newtab/ should open.
16 This test verifies that once the newtab location is set and the17 user goes to a newtab the proper URL opens.
17 chrome://newtab/ opening a new tab.
2304 PyImport_ExtendInittab(struct _inittab *newtab) in PyImport_ExtendInittab() argument2311 for (n = 0; newtab[n].name != NULL; n++) in PyImport_ExtendInittab()2339 memcpy(p + i, newtab, (n + 1) * sizeof(struct _inittab)); in PyImport_ExtendInittab()2352 struct _inittab newtab[2]; in PyImport_AppendInittab() local2354 memset(newtab, '\0', sizeof newtab); in PyImport_AppendInittab()2356 newtab[0].name = name; in PyImport_AppendInittab()2357 newtab[0].initfunc = initfunc; in PyImport_AppendInittab()2359 return PyImport_ExtendInittab(newtab); in PyImport_AppendInittab()
17 chrome://newtab/ when going to the homepage.
19 then chrome://newtab/ should open.
55 PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab);
3478 PyImport_ExtendInittab(struct _inittab *newtab) in PyImport_ExtendInittab() argument3485 for (n = 0; newtab[n].name != NULL; n++) in PyImport_ExtendInittab()3502 memcpy(p+i, newtab, (n+1) * sizeof(struct _inittab)); in PyImport_ExtendInittab()3512 struct _inittab newtab[2]; in PyImport_AppendInittab() local3514 memset(newtab, '\0', sizeof newtab); in PyImport_AppendInittab()3516 newtab[0].name = (char *)name; in PyImport_AppendInittab()3517 newtab[0].initfunc = initfunc; in PyImport_AppendInittab()3519 return PyImport_ExtendInittab(newtab); in PyImport_AppendInittab()
125 PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab);
149 newtab = { }160 newtab[key] = newre161 c.lexstatere = newtab
152 newtab = {}163 newtab[key] = newre164 c.lexstatere = newtab
269 .. c:function:: int PyImport_ExtendInittab(struct _inittab *newtab)271 Add a collection of modules to the table of built-in modules. The *newtab*
310 .. c:function:: int PyImport_ExtendInittab(struct _inittab *newtab)312 Add a collection of modules to the table of built-in modules. The *newtab*