Home
last modified time | relevance | path

Searched refs:last_source (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ui/views/controls/scrollbar/
Dscrollbar_unittest.cc21 last_source = source; in ScrollToPosition()
28 last_source = source; in GetScrollIncrement()
39 views::ScrollBar* last_source; member in __anonadc59ee60111::TestScrollBarController
117 EXPECT_EQ(controller_->last_source, native_scrollbar_); in TEST_F()
/external/chromium_org/ui/views/controls/button/
Dmenu_button_unittest.cc117 View* last_source() { return last_source_; } in last_source() function in views::TestMenuButtonListener
177 EXPECT_EQ(button(), menu_button_listener->last_source()); in TEST_F()
195 EXPECT_EQ(button(), menu_button_listener->last_source()); in TEST_F()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Donyx_int.h317 struct lookahead_entry *last_source; member
Donyx_if.c4921 if((cpi->last_source = vp8_lookahead_peek(cpi->lookahead, 1, in vp8_get_compressed_data()
4949 cpi->last_frame_unscaled_source = &cpi->last_source->img; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_onyx_int.h296 struct lookahead_entry *last_source; member
Dvp9_onyx_if.c2924 cpi->last_source = NULL;
2990 if ((cpi->last_source = vp9_lookahead_peek(cpi->lookahead, -1)) == NULL)
3033 if (cpi->last_source != NULL) {
3034 cpi->unscaled_last_source = &cpi->last_source->img;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_encoder.h330 struct lookahead_entry *last_source; member
Dvp9_encoder.c2455 cpi->last_source = NULL;
2521 if ((cpi->last_source = vp9_lookahead_peek(cpi->lookahead, -1)) == NULL)
2564 if (cpi->last_source != NULL) {
2565 cpi->unscaled_last_source = &cpi->last_source->img;
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h320 struct lookahead_entry *last_source; member
Donyx_if.c4961 if((cpi->last_source = vp8_lookahead_peek(cpi->lookahead, 1, in vp8_get_compressed_data()
4989 cpi->last_frame_unscaled_source = &cpi->last_source->img; in vp8_get_compressed_data()