HomeSort by relevance Sort by last modified time
    Searched full:did_focus (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.cc 125 bool did_focus = false; local
129 did_focus = true;
131 EXPECT_TRUE(did_focus) << "Could not focus AccObject: " << GetDescription();
132 return did_focus;

Completed in 360 milliseconds