OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:host_windows
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/win8/metro_driver/
chrome_app_view.cc
234
!globals.
host_windows
.empty() ? globals.
host_windows
.front().first : NULL;
247
std::find_if(globals.
host_windows
.begin(), globals.
host_windows
.end(),
253
bool new_window = (index == globals.
host_windows
.end());
256
globals.
host_windows
.erase(index);
259
globals.
host_windows
.push_front(std::make_pair(hwnd, window_scrolled_state));
277
globals.
host_windows
.remove_if([hwnd](std::pair<HWND, bool>& item) {
281
if (globals.
host_windows
.size() > 0) {
283
<< reinterpret_cast<int>(globals.
host_windows
.front().first)
[
all
...]
chrome_url_launch_handler.cc
186
if (globals.
host_windows
.empty()) {
199
PostMessage(globals.
host_windows
.front().first, navigation_search_message,
203
PostMessage(globals.
host_windows
.front().first, navigation_search_message,
chrome_app_view.h
154
std::list<std::pair<HWND, bool> >
host_windows
;
member in struct:Globals
settings_handler.cc
144
HWND chrome_window = globals.
host_windows
.front().first;
print_handler.cc
387
::PostMessageW(globals.
host_windows
.front().first,
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons
10
if env.Bit('
host_windows
') or env.Bit('host_mac'):
19
if env.Bit('
host_windows
') and env.Bit('build_x86_64'):
89
# (env.Bit('
host_windows
') and env.Bit('build_x86_32')))
Completed in 693 milliseconds