Lines Matching refs:stack
55 std::vector<WebFrame*> stack;56 stack.push_back(web_view->mainFrame());58 while (!stack.empty()) {59 WebFrame* current_frame = stack.back();60 stack.pop_back();74 stack.push_back(sub_frame);