OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:show_windows
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_api.cc
132
bool
show_windows
= false;
local
146
show_windows
= true;
155
if (!show_screens && !
show_windows
) {
163
show_screens,
show_windows
);
175
show_windows
? webrtc::WindowCapturer::Create(options) : NULL);
desktop_capture_api.h
31
bool
show_windows
) = 0;
desktop_capture_apitest.cc
90
bool
show_windows
) OVERRIDE {
94
EXPECT_EQ(expectations_.front().windows,
show_windows
);
Completed in 214 milliseconds