HomeSort by relevance Sort by last modified time
    Searched refs:chrome_window (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome_frame/
custom_sync_call_context.cc 15 HWND chrome_window, HWND tab_window, int tab_handle, int session_id) {
17 client_->CreateExternalTabComplete(chrome_window, tab_window,
custom_sync_call_context.h 25 void Completed(HWND chrome_window, HWND tab_window, int tab_handle,
chrome_frame_plugin.h 232 HWND chrome_window = automation_client_->tab_window(); local
233 if (tab && ::IsWindow(chrome_window)) {
chrome_frame_automation.h 415 AutomationLaunchResult CreateExternalTabComplete(HWND chrome_window,
435 HWND chrome_window() const { return chrome_window_; } function in class:ChromeFrameAutomationClient
chrome_frame_automation.cc 835 HWND chrome_window, HWND tab_window, int tab_handle, int session_id) {
844 if (tab_handle == 0 || !::IsWindow(chrome_window)) {
847 chrome_window_ = chrome_window;
    [all...]
  /external/chromium_org/win8/metro_driver/
settings_handler.cc 144 HWND chrome_window = globals.host_windows.front().first; local
147 ::PostMessageW(chrome_window, WM_SYSCOMMAND, IDC_OPTIONS, 0);
154 ::PostMessageW(chrome_window, WM_SYSCOMMAND, IDC_HELP_PAGE_VIA_MENU, 0);
162 ::PostMessageW(chrome_window, WM_SYSCOMMAND, IDC_ABOUT, 0);
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 259 HWND chrome_window = base::win::MessageWindow::FindWindow( local
261 if (chrome_window) {
262 AtlTrace("Found chrome window %p\n", chrome_window);
268 ::GetWindowThreadProcessId(chrome_window, &chrome_pid);

Completed in 172 milliseconds