Searched refs:observed_result_ (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_browsertest.cc54 : observed_result_(NULL),
74 if (observed_result_) {
75 observed_result_->RemoveObserver(this);
76 observed_result_ = NULL;
84 EXPECT_FALSE(observed_result_);
85 observed_result_ = observed_results_list_->GetItemAt(i);
88 if (observed_result_)
89 observed_result_->AddObserver(this);
100 EXPECT_TRUE(observed_result_); variable
113 app_list::SearchResult* observed_result_; member in class:AppListControllerSearchResultsBrowserTest
[all...]

Completed in 215 milliseconds