OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should_close
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/wm/gestures/
tray_gesture_handler.cc
75
bool
should_close
= false;
local
82
should_close
= true;
88
should_close
= true;
93
if (
should_close
) {
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc
330
std::string
should_close
;
local
332
if (GetHeaderValue(*data, i, kConnection, &
should_close
) &&
333
should_close
.compare("close") == 0) {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py
[
all
...]
/external/chromium_org/content/renderer/
render_view_impl.cc
5260
bool
should_close
= webview()->dispatchBeforeUnloadEvent();
local
[
all
...]
Completed in 161 milliseconds