Searched refs:should_close (Results 1 – 3 of 3) sorted by relevance
75 bool should_close = false; in CompleteGestureDrag() local82 should_close = true; in CompleteGestureDrag()88 should_close = true; in CompleteGestureDrag()93 if (should_close) { in CompleteGestureDrag()
330 std::string should_close; in ReadIntoBuffer() local332 if (GetHeaderValue(*data, i, kConnection, &should_close) && in ReadIntoBuffer()333 should_close.compare("close") == 0) { in ReadIntoBuffer()
5260 bool should_close = webview()->dispatchBeforeUnloadEvent(); in OnShouldClose() local5262 Send(new ViewHostMsg_ShouldClose_ACK(routing_id_, should_close, in OnShouldClose()