Home
last modified time | relevance | path

Searched refs:host_windows (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/win8/metro_driver/
Dchrome_app_view.cc234 !globals.host_windows.empty() ? globals.host_windows.front().first : NULL; in SetFrameWindowInternal()
247 std::find_if(globals.host_windows.begin(), globals.host_windows.end(), in SetFrameWindowInternal()
253 bool new_window = (index == globals.host_windows.end()); in SetFrameWindowInternal()
256 globals.host_windows.erase(index); in SetFrameWindowInternal()
259 globals.host_windows.push_front(std::make_pair(hwnd, window_scrolled_state)); in SetFrameWindowInternal()
277 globals.host_windows.remove_if([hwnd](std::pair<HWND, bool>& item) { in CloseFrameWindowInternal()
281 if (globals.host_windows.size() > 0) { in CloseFrameWindowInternal()
283 << reinterpret_cast<int>(globals.host_windows.front().first); in CloseFrameWindowInternal()
284 AdjustToFitWindow(globals.host_windows.front().first, SWP_SHOWWINDOW); in CloseFrameWindowInternal()
296 if (globals.host_windows.size() > 1) { in FlipFrameWindowsInternal()
[all …]
Dchrome_url_launch_handler.cc186 if (globals.host_windows.empty()) { in InitiateNavigationOrSearchRequest()
199 PostMessage(globals.host_windows.front().first, navigation_search_message, in InitiateNavigationOrSearchRequest()
203 PostMessage(globals.host_windows.front().first, navigation_search_message, in InitiateNavigationOrSearchRequest()
Dchrome_app_view.h154 std::list<std::pair<HWND, bool> > host_windows; member
Dsettings_handler.cc144 HWND chrome_window = globals.host_windows.front().first; in OnSettings()
Dprint_handler.cc387 ::PostMessageW(globals.host_windows.front().first, in SetPrintDocumentSource()
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
Dnacl.scons10 if env.Bit('host_windows') or env.Bit('host_mac'):
19 if env.Bit('host_windows') and env.Bit('build_x86_64'):
88 (env.Bit('host_windows') and env.Bit('build_x86_32')))
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
Dnacl.scons79 env.Bit('host_windows') or