Searched refs:host_windows (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/win8/metro_driver/ |
D | chrome_app_view.cc | 234 !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 …]
|
D | chrome_url_launch_handler.cc | 186 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()
|
D | chrome_app_view.h | 154 std::list<std::pair<HWND, bool> > host_windows; member
|
D | settings_handler.cc | 144 HWND chrome_window = globals.host_windows.front().first; in OnSettings()
|
D | print_handler.cc | 387 ::PostMessageW(globals.host_windows.front().first, in SetPrintDocumentSource()
|
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/ |
D | 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'): 88 (env.Bit('host_windows') and env.Bit('build_x86_32')))
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/ |
D | nacl.scons | 79 env.Bit('host_windows') or
|