Searched refs:win_type (Results 1 – 13 of 13) sorted by relevance
41 …const opus_int win_type, /* I Selects a window type … in silk_apply_sine_window_FLP() argument48 silk_assert( win_type == 1 || win_type == 2 ); in silk_apply_sine_window_FLP()59 if( win_type < 2 ) { in silk_apply_sine_window_FLP()
270 …const opus_int win_type, /* I Selects a window type …
53 …const opus_int win_type, /* I Selects a window type … in silk_apply_sine_window() argument60 silk_assert( win_type == 1 || win_type == 2 ); in silk_apply_sine_window()76 if( win_type == 1 ) { in silk_apply_sine_window()
41 base::RefCountedMemory* GetNewTabHTML(WindowType win_type);42 base::RefCountedMemory* GetNewTabCSS(WindowType win_type);
229 base::RefCountedMemory* NTPResourceCache::GetNewTabHTML(WindowType win_type) { in GetNewTabHTML() argument231 if (win_type == GUEST) { in GetNewTabHTML()235 } else if (win_type == INCOGNITO) { in GetNewTabHTML()249 base::RefCountedMemory* NTPResourceCache::GetNewTabCSS(WindowType win_type) { in GetNewTabCSS() argument251 if (win_type == GUEST) { in GetNewTabCSS()255 } else if (win_type == INCOGNITO) { in GetNewTabCSS()
344 NTPResourceCache::WindowType win_type = NTPResourceCache::GetWindowType( in StartDataRequest() local348 GetNewTabHTML(win_type)); in StartDataRequest()
108 NTPResourceCache::WindowType win_type = NTPResourceCache::GetWindowType( in StartDataRequest() local111 resource->GetNewTabHTML(win_type)); in StartDataRequest()
46 NTPResourceCache::WindowType win_type = NTPResourceCache::GetWindowType( in ThemeSource() local49 NTPResourceCacheFactory::GetForProfile(profile)->GetNewTabCSS(win_type); in ThemeSource()
220 …const opus_int win_type, /* I Selects a window type …