globals          1299 cc/trees/layer_tree_host_common.cc     const SubtreeGlobals<LayerType>& globals,
globals          1422 cc/trees/layer_tree_host_common.cc   DCHECK(globals.page_scale_application_layer ||
globals          1423 cc/trees/layer_tree_host_common.cc          (globals.page_scale_factor == 1.f));
globals          1551 cc/trees/layer_tree_host_common.cc   float layer_scale_factors = globals.device_scale_factor;
globals          1553 cc/trees/layer_tree_host_common.cc     layer_scale_factors *= globals.page_scale_factor;
globals          1560 cc/trees/layer_tree_host_common.cc       globals.can_adjust_raster_scales
globals          1566 cc/trees/layer_tree_host_common.cc       globals.can_adjust_raster_scales,
globals          1568 cc/trees/layer_tree_host_common.cc       globals.device_scale_factor,
globals          1570 cc/trees/layer_tree_host_common.cc           globals.page_scale_factor : 1.f,
globals          1616 cc/trees/layer_tree_host_common.cc       globals.can_adjust_raster_scales
globals          1621 cc/trees/layer_tree_host_common.cc   if (globals.can_render_to_separate_surface) {
globals          1883 cc/trees/layer_tree_host_common.cc     if (layer == globals.page_scale_application_layer) {
globals          1885 cc/trees/layer_tree_host_common.cc           globals.page_scale_factor,
globals          1886 cc/trees/layer_tree_host_common.cc           globals.page_scale_factor);
globals          1935 cc/trees/layer_tree_host_common.cc                                                globals,
globals          2032 cc/trees/layer_tree_host_common.cc         std::min(clipped_content_rect.width(), globals.max_texture_size));
globals          2034 cc/trees/layer_tree_host_common.cc         std::min(clipped_content_rect.height(), globals.max_texture_size));
globals          2109 cc/trees/layer_tree_host_common.cc   if (globals.layer_sorter && descendants.size() && layer->is_3d_sorted() &&
globals          2113 cc/trees/layer_tree_host_common.cc                globals.layer_sorter);
globals          2140 cc/trees/layer_tree_host_common.cc   SubtreeGlobals<Layer> globals;
globals          2141 cc/trees/layer_tree_host_common.cc   globals.layer_sorter = NULL;
globals          2142 cc/trees/layer_tree_host_common.cc   globals.max_texture_size = inputs->max_texture_size;
globals          2143 cc/trees/layer_tree_host_common.cc   globals.device_scale_factor = inputs->device_scale_factor;
globals          2144 cc/trees/layer_tree_host_common.cc   globals.page_scale_factor = inputs->page_scale_factor;
globals          2145 cc/trees/layer_tree_host_common.cc   globals.page_scale_application_layer = inputs->page_scale_application_layer;
globals          2146 cc/trees/layer_tree_host_common.cc   globals.can_render_to_separate_surface =
globals          2148 cc/trees/layer_tree_host_common.cc   globals.can_adjust_raster_scales = inputs->can_adjust_raster_scales;
globals          2168 cc/trees/layer_tree_host_common.cc                                          globals,
globals          2198 cc/trees/layer_tree_host_common.cc   SubtreeGlobals<LayerImpl> globals;
globals          2199 cc/trees/layer_tree_host_common.cc   globals.layer_sorter = &layer_sorter;
globals          2200 cc/trees/layer_tree_host_common.cc   globals.max_texture_size = inputs->max_texture_size;
globals          2201 cc/trees/layer_tree_host_common.cc   globals.device_scale_factor = inputs->device_scale_factor;
globals          2202 cc/trees/layer_tree_host_common.cc   globals.page_scale_factor = inputs->page_scale_factor;
globals          2203 cc/trees/layer_tree_host_common.cc   globals.page_scale_application_layer = inputs->page_scale_application_layer;
globals          2204 cc/trees/layer_tree_host_common.cc   globals.can_render_to_separate_surface =
globals          2206 cc/trees/layer_tree_host_common.cc   globals.can_adjust_raster_scales = inputs->can_adjust_raster_scales;
globals          2227 cc/trees/layer_tree_host_common.cc                                              globals,
globals           220 chrome/browser/io_thread.cc ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
globals           224 chrome/browser/io_thread.cc   context->set_host_resolver(globals->host_resolver.get());
globals           225 chrome/browser/io_thread.cc   context->set_cert_verifier(globals->cert_verifier.get());
globals           227 chrome/browser/io_thread.cc       globals->transport_security_state.get());
globals           229 chrome/browser/io_thread.cc       globals->cert_transparency_verifier.get());
globals           231 chrome/browser/io_thread.cc       globals->http_auth_handler_factory.get());
globals           232 chrome/browser/io_thread.cc   context->set_proxy_service(globals->proxy_script_fetcher_proxy_service.get());
globals           234 chrome/browser/io_thread.cc       globals->proxy_script_fetcher_http_transaction_factory.get());
globals           236 chrome/browser/io_thread.cc       globals->proxy_script_fetcher_url_request_job_factory.get());
globals           237 chrome/browser/io_thread.cc   context->set_cookie_store(globals->system_cookie_store.get());
globals           239 chrome/browser/io_thread.cc       globals->system_server_bound_cert_service.get());
globals           240 chrome/browser/io_thread.cc   context->set_network_delegate(globals->system_network_delegate.get());
globals           242 chrome/browser/io_thread.cc       globals->http_user_agent_settings.get());
globals           250 chrome/browser/io_thread.cc ConstructSystemRequestContext(IOThread::Globals* globals,
globals           254 chrome/browser/io_thread.cc   context->set_host_resolver(globals->host_resolver.get());
globals           255 chrome/browser/io_thread.cc   context->set_cert_verifier(globals->cert_verifier.get());
globals           257 chrome/browser/io_thread.cc       globals->transport_security_state.get());
globals           259 chrome/browser/io_thread.cc       globals->cert_transparency_verifier.get());
globals           261 chrome/browser/io_thread.cc       globals->http_auth_handler_factory.get());
globals           262 chrome/browser/io_thread.cc   context->set_proxy_service(globals->system_proxy_service.get());
globals           264 chrome/browser/io_thread.cc       globals->system_http_transaction_factory.get());
globals           265 chrome/browser/io_thread.cc   context->set_cookie_store(globals->system_cookie_store.get());
globals           267 chrome/browser/io_thread.cc       globals->system_server_bound_cert_service.get());
globals           268 chrome/browser/io_thread.cc   context->set_throttler_manager(globals->throttler_manager.get());
globals           269 chrome/browser/io_thread.cc   context->set_network_delegate(globals->system_network_delegate.get());
globals           271 chrome/browser/io_thread.cc       globals->http_user_agent_settings.get());
globals           375 chrome/browser/io_thread.cc   DCHECK(io_thread_->globals()->system_request_context.get());
globals           377 chrome/browser/io_thread.cc   return io_thread_->globals()->system_request_context.get();
globals           387 chrome/browser/io_thread.cc     Globals* globals)
globals           388 chrome/browser/io_thread.cc     : globals_(globals) {
globals           493 chrome/browser/io_thread.cc void IOThread::SetGlobalsForTesting(Globals* globals) {
globals           495 chrome/browser/io_thread.cc   DCHECK(!globals || !globals_);
globals           496 chrome/browser/io_thread.cc   globals_ = globals;
globals          1075 chrome/browser/io_thread.cc   globals()->host_resolver->SetDnsClientEnabled(*dns_client_enabled_);
globals           105 chrome/browser/io_thread.h       explicit SystemRequestContextLeakChecker(Globals* globals);
globals           195 chrome/browser/io_thread.h   Globals* globals();
globals           200 chrome/browser/io_thread.h   void SetGlobalsForTesting(Globals* globals);
globals           354 chrome/browser/net/dns_probe_browsertest.cc   IOThread::Globals* globals = io_thread_->globals();
globals           355 chrome/browser/net/dns_probe_browsertest.cc   original_dns_probe_service_ = globals->dns_probe_service.release();
globals           356 chrome/browser/net/dns_probe_browsertest.cc   globals->dns_probe_service.reset(delaying_dns_probe_service_);
globals           373 chrome/browser/net/dns_probe_browsertest.cc   IOThread::Globals* globals = io_thread_->globals();
globals           375 chrome/browser/net/dns_probe_browsertest.cc       globals->dns_probe_service.release());
globals           376 chrome/browser/net/dns_probe_browsertest.cc   globals->dns_probe_service.reset(original_dns_probe_service_);
globals           388 chrome/browser/net/dns_probe_browsertest.cc   DnsProbeService* service = io_thread_->globals()->dns_probe_service.get();
globals           449 chrome/browser/net/http_pipelining_compatibility_client.cc   io_thread->globals()->http_pipelining_compatibility_client.reset();
globals           458 chrome/browser/net/http_pipelining_compatibility_client.cc       io_thread->globals()->system_request_context.get();
globals           523 chrome/browser/net/http_pipelining_compatibility_client.cc   io_thread->globals()->http_pipelining_compatibility_client.reset(client);
globals            64 chrome/browser/net/net_error_tab_helper.cc       io_thread->globals()->dns_probe_service.get();
globals           913 chrome/browser/net/network_stats.cc   net::HostResolver* host_resolver = io_thread->globals()->host_resolver.get();
globals           921 chrome/browser/net/network_stats.cc       io_thread->globals()->system_proxy_service.get();
globals           815 chrome/browser/net/predictor.cc   host_resolver_ = io_thread->globals()->host_resolver.get();
globals            33 chrome/browser/network_time/network_time_tracker.cc   io_thread->globals()->network_time_notifier->AddObserver(observer_callback);
globals            52 chrome/browser/network_time/network_time_tracker.cc   io_thread->globals()->network_time_notifier->UpdateNetworkTime(
globals            92 chrome/browser/profiles/off_the_record_profile_impl_unittest.cc     testing_io_thread_state_->io_thread_state()->globals()->host_resolver.reset(
globals           177 chrome/browser/profiles/off_the_record_profile_io_data.cc   IOThread::Globals* const io_thread_globals = io_thread->globals();
globals           256 chrome/browser/profiles/off_the_record_profile_io_data.cc   IOThread::Globals* const io_thread_globals = io_thread->globals();
globals           365 chrome/browser/profiles/profile_impl_io_data.cc   IOThread::Globals* const io_thread_globals = io_thread->globals();
globals           518 chrome/browser/profiles/profile_impl_io_data.cc   IOThread::Globals* const io_thread_globals = io_thread->globals();
globals           925 chrome/browser/profiles/profile_io_data.cc   IOThread::Globals* const io_thread_globals = io_thread->globals();
globals          1191 chrome/browser/ui/webui/net_internals/net_internals_ui.cc       io_thread_->globals()->proxy_script_fetcher_context.get(),
globals          1762 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   contexts.insert(io_thread_->globals()->proxy_script_fetcher_context.get());
globals          1763 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   contexts.insert(io_thread_->globals()->system_request_context.get());
globals            87 chrome/test/base/testing_io_thread_state.cc   io_thread_state_->globals()->network_time_notifier.reset(
globals            97 chrome/test/base/testing_io_thread_state.cc   delete io_thread_state_->globals();
globals            84 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals            85 content/browser/browser_thread_impl.cc   globals.blocking_pool->Shutdown(kMaxNewShutdownBlockingTasks);
globals            97 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals           101 content/browser/browser_thread_impl.cc       reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]);
globals           197 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals           201 content/browser/browser_thread_impl.cc       reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]);
globals           211 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals           213 content/browser/browser_thread_impl.cc   base::AutoLock lock(globals.lock);
globals           215 content/browser/browser_thread_impl.cc   DCHECK(globals.threads[identifier_] == NULL);
globals           216 content/browser/browser_thread_impl.cc   globals.threads[identifier_] = this;
globals           225 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals           226 content/browser/browser_thread_impl.cc   base::AutoLock lock(globals.lock);
globals           227 content/browser/browser_thread_impl.cc   globals.threads[identifier_] = NULL;
globals           231 content/browser/browser_thread_impl.cc     DCHECK(!globals.threads[i]) <<
globals           256 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals           258 content/browser/browser_thread_impl.cc     globals.lock.Acquire();
globals           261 content/browser/browser_thread_impl.cc       globals.threads[identifier] ? globals.threads[identifier]->message_loop()
globals           272 content/browser/browser_thread_impl.cc     globals.lock.Release();
globals           347 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals           348 content/browser/browser_thread_impl.cc   base::AutoLock lock(globals.lock);
globals           350 content/browser/browser_thread_impl.cc   return globals.threads[identifier] != NULL;
globals           360 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals           361 content/browser/browser_thread_impl.cc   base::AutoLock lock(globals.lock);
globals           363 content/browser/browser_thread_impl.cc   return globals.threads[identifier] &&
globals           364 content/browser/browser_thread_impl.cc          globals.threads[identifier]->message_loop() ==
globals           400 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals           401 content/browser/browser_thread_impl.cc   base::AutoLock lock(globals.lock);
globals           403 content/browser/browser_thread_impl.cc   return globals.threads[identifier] &&
globals           404 content/browser/browser_thread_impl.cc          globals.threads[identifier]->message_loop();
globals           465 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals           467 content/browser/browser_thread_impl.cc     if (globals.threads[i] &&
globals           468 content/browser/browser_thread_impl.cc         globals.threads[i]->message_loop() == cur_message_loop) {
globals           469 content/browser/browser_thread_impl.cc       *identifier = globals.threads[i]->identifier_;
globals           488 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals           489 content/browser/browser_thread_impl.cc   base::AutoLock lock(globals.lock);
globals           490 content/browser/browser_thread_impl.cc   base::Thread* thread = globals.threads[identifier];
globals           500 content/browser/browser_thread_impl.cc   BrowserThreadGlobals& globals = g_globals.Get();
globals           502 content/browser/browser_thread_impl.cc       &globals.thread_delegates[identifier]);
globals            41 content/child/npapi/np_channel_base.cc   ChannelGlobals* globals = g_channels_tls_ptr.Get().Get();
globals            42 content/child/npapi/np_channel_base.cc   if (!globals) {
globals            43 content/child/npapi/np_channel_base.cc     globals = new ChannelGlobals;
globals            44 content/child/npapi/np_channel_base.cc     g_channels_tls_ptr.Get().Set(globals);
globals            46 content/child/npapi/np_channel_base.cc   return globals;
globals           111 content/ppapi_plugin/ppapi_thread.cc   ppapi::proxy::PluginGlobals* globals = ppapi::proxy::PluginGlobals::Get();
globals           112 content/ppapi_plugin/ppapi_thread.cc   globals->set_plugin_proxy_delegate(this);
globals           113 content/ppapi_plugin/ppapi_thread.cc   globals->set_command_line(
globals           122 content/ppapi_plugin/ppapi_thread.cc             NULL, globals->resource_reply_thread_registrar()));
globals            71 ppapi/proxy/ppb_message_loop_proxy.cc   PluginGlobals* globals = PluginGlobals::Get();
globals            73 ppapi/proxy/ppb_message_loop_proxy.cc   base::ThreadLocalStorage::Slot* slot = globals->msg_loop_slot();
globals            76 ppapi/proxy/ppb_message_loop_proxy.cc     globals->set_msg_loop_slot(slot);
globals           150 ppapi/proxy/ppb_message_loop_proxy.cc   PluginGlobals* globals = PluginGlobals::Get();
globals           151 ppapi/proxy/ppb_message_loop_proxy.cc   if (!globals->msg_loop_slot())
globals           154 ppapi/proxy/ppb_message_loop_proxy.cc       globals->msg_loop_slot()->Get());
globals           169 ppapi/proxy/ppb_message_loop_proxy.cc   PluginGlobals* globals = PluginGlobals::Get();
globals           170 ppapi/proxy/ppb_message_loop_proxy.cc   if (!globals->msg_loop_slot())
globals           172 ppapi/proxy/ppb_message_loop_proxy.cc   return static_cast<const void*>(globals->msg_loop_slot()->Get()) ==
globals           192 ppapi/proxy/ppp_instance_proxy.cc   PpapiGlobals* globals = PpapiGlobals::Get();
globals           193 ppapi/proxy/ppp_instance_proxy.cc   globals->GetResourceTracker()->DidDeleteInstance(instance);
globals           194 ppapi/proxy/ppp_instance_proxy.cc   globals->GetVarTracker()->DidDeleteInstance(instance);
globals            69 ppapi/shared_impl/proxy_lock_unittest.cc   TestGlobals globals;
globals           147 ppapi/shared_impl/proxy_lock_unittest.cc   TestGlobals globals;
globals           305 third_party/libxml/src/xmlschemas.c     xmlSchemaAddItemSize(&(WXS_BUCKET(ctx)->globals), 5, item)
globals           405 third_party/libxml/src/xmlschemas.c     xmlSchemaItemListPtr globals; /* Global components. */
globals           437 third_party/libxml/src/xmlschemas.c     xmlSchemaItemListPtr globals;
globals           460 third_party/libxml/src/xmlschemas.c     xmlSchemaItemListPtr globals; /* Global components. */
globals          3499 third_party/libxml/src/xmlschemas.c     if (bucket->globals != NULL) {
globals          3500 third_party/libxml/src/xmlschemas.c 	xmlSchemaComponentListFree(bucket->globals);
globals          3501 third_party/libxml/src/xmlschemas.c 	xmlSchemaItemListFree(bucket->globals);
globals          3552 third_party/libxml/src/xmlschemas.c     ret->globals = xmlSchemaItemListCreate();
globals          3553 third_party/libxml/src/xmlschemas.c     if (ret->globals == NULL) {
globals          5024 third_party/libxml/src/xmlschemas.c     if ((bucket->globals == NULL) ||
globals          5025 third_party/libxml/src/xmlschemas.c 	(bucket->globals->nbItems == 0))
globals          5030 third_party/libxml/src/xmlschemas.c     for (i = 0; i < bucket->globals->nbItems; i++) {
globals          5031 third_party/libxml/src/xmlschemas.c 	ret = bucket->globals->items[i];
globals          20705 third_party/libxml/src/xmlschemas.c     for (i = 0; i < bucket->globals->nbItems; i++) {
globals          20706 third_party/libxml/src/xmlschemas.c 	item = bucket->globals->items[i];
globals            54 win8/metro_driver/chrome_app_view.cc struct Globals globals;
globals           152 win8/metro_driver/chrome_app_view.cc   if (send_alt_f4_mnemonic && globals.view &&
globals           153 win8/metro_driver/chrome_app_view.cc       globals.view->core_window_hwnd() == ::GetForegroundWindow()) {
globals           158 win8/metro_driver/chrome_app_view.cc         globals.view->core_window_hwnd(), &core_window_process_id);
globals           160 win8/metro_driver/chrome_app_view.cc       globals.appview_msg_loop->PostDelayedTask(
globals           166 win8/metro_driver/chrome_app_view.cc     globals.app_exit->Exit();
globals           172 win8/metro_driver/chrome_app_view.cc   ::GetWindowRect(globals.view->core_window_hwnd() , &rect);
globals           234 win8/metro_driver/chrome_app_view.cc       !globals.host_windows.empty() ? globals.host_windows.front().first : NULL;
globals           247 win8/metro_driver/chrome_app_view.cc       std::find_if(globals.host_windows.begin(), globals.host_windows.end(),
globals           253 win8/metro_driver/chrome_app_view.cc   bool new_window = (index == globals.host_windows.end());
globals           256 win8/metro_driver/chrome_app_view.cc     globals.host_windows.erase(index);
globals           259 win8/metro_driver/chrome_app_view.cc   globals.host_windows.push_front(std::make_pair(hwnd, window_scrolled_state));
globals           267 win8/metro_driver/chrome_app_view.cc   if (globals.view->GetViewState() ==
globals           277 win8/metro_driver/chrome_app_view.cc   globals.host_windows.remove_if([hwnd](std::pair<HWND, bool>& item) {
globals           281 win8/metro_driver/chrome_app_view.cc   if (globals.host_windows.size() > 0) {
globals           283 win8/metro_driver/chrome_app_view.cc             << reinterpret_cast<int>(globals.host_windows.front().first);
globals           284 win8/metro_driver/chrome_app_view.cc     AdjustToFitWindow(globals.host_windows.front().first, SWP_SHOWWINDOW);
globals           296 win8/metro_driver/chrome_app_view.cc   if (globals.host_windows.size() > 1) {
globals           297 win8/metro_driver/chrome_app_view.cc     std::pair<HWND, bool> current_top_window = globals.host_windows.front();
globals           298 win8/metro_driver/chrome_app_view.cc     globals.host_windows.pop_front();
globals           301 win8/metro_driver/chrome_app_view.cc             <<  reinterpret_cast<int>(globals.host_windows.front().first);
globals           303 win8/metro_driver/chrome_app_view.cc     AdjustToFitWindow(globals.host_windows.front().first, SWP_SHOWWINDOW);
globals           310 win8/metro_driver/chrome_app_view.cc     globals.host_windows.push_back(current_top_window);
globals           405 win8/metro_driver/chrome_app_view.cc     ::ScrollWindowEx(globals.host_windows.front().first,
globals           431 win8/metro_driver/chrome_app_view.cc   globals.appview_msg_loop->PostTask(
globals           438 win8/metro_driver/chrome_app_view.cc   return globals.view->core_window_hwnd();
globals           444 win8/metro_driver/chrome_app_view.cc   globals.appview_msg_loop->PostTask(
globals           457 win8/metro_driver/chrome_app_view.cc   globals.appview_msg_loop->PostDelayedTask(
globals           467 win8/metro_driver/chrome_app_view.cc   bool was_initial_activation = globals.is_initial_activation;
globals           468 win8/metro_driver/chrome_app_view.cc   globals.is_initial_activation = false;
globals           469 win8/metro_driver/chrome_app_view.cc   if (!was_initial_activation || globals.navigation_url.empty())
globals           472 win8/metro_driver/chrome_app_view.cc   const wchar_t* initial_url = globals.navigation_url.c_str();
globals           482 win8/metro_driver/chrome_app_view.cc   bool was_initial_activation = globals.is_initial_activation;
globals           483 win8/metro_driver/chrome_app_view.cc   globals.is_initial_activation = false;
globals           484 win8/metro_driver/chrome_app_view.cc   if (!was_initial_activation || globals.search_string.empty())
globals           487 win8/metro_driver/chrome_app_view.cc   const wchar_t* initial_search_string = globals.search_string.c_str();
globals           498 win8/metro_driver/chrome_app_view.cc         globals.previous_state);
globals           501 win8/metro_driver/chrome_app_view.cc       globals.initial_activation_kind);
globals           507 win8/metro_driver/chrome_app_view.cc   globals.appview_msg_loop->PostTask(
globals           530 win8/metro_driver/chrome_app_view.cc   globals.appview_msg_loop->PostTask(
globals           532 win8/metro_driver/chrome_app_view.cc                             globals.view, notification));
globals           541 win8/metro_driver/chrome_app_view.cc   if (!globals.view->IsValidNotification(notification_id)) {
globals           546 win8/metro_driver/chrome_app_view.cc   globals.appview_msg_loop->PostTask(
globals           548 win8/metro_driver/chrome_app_view.cc                             globals.view, std::string(notification_id)));
globals           558 win8/metro_driver/chrome_app_view.cc   return globals.metro_command_line_switches.c_str();
globals           588 win8/metro_driver/chrome_app_view.cc   globals.appview_msg_loop->PostTask(
globals           590 win8/metro_driver/chrome_app_view.cc           &ChromeAppView::ShowDialogBox, globals.view, dialog_box_info));
globals           599 win8/metro_driver/chrome_app_view.cc   globals.appview_msg_loop->PostTask(
globals           602 win8/metro_driver/chrome_app_view.cc           globals.view));
globals           609 win8/metro_driver/chrome_app_view.cc   globals.appview_msg_loop->PostTask(
globals           612 win8/metro_driver/chrome_app_view.cc           globals.view, fullscreen));
globals           626 win8/metro_driver/chrome_app_view.cc   ::SendMessage(globals.host_windows.front().first, WM_ENDSESSION, FALSE,
globals           636 win8/metro_driver/chrome_app_view.cc   globals.metro_command_line_switches =
globals           639 win8/metro_driver/chrome_app_view.cc   globals.g_core_proc =
globals           641 win8/metro_driver/chrome_app_view.cc           globals.view->core_window_hwnd(), GWLP_WNDPROC,
globals           643 win8/metro_driver/chrome_app_view.cc   DWORD exit_code = globals.host_main(globals.host_context);
globals           654 win8/metro_driver/chrome_app_view.cc   globals.previous_state =
globals           785 win8/metro_driver/chrome_app_view.cc     if (globals.host_windows.size() > 0 &&
globals           786 win8/metro_driver/chrome_app_view.cc         foreground_window == globals.host_windows.front().first) {
globals           791 win8/metro_driver/chrome_app_view.cc         if (!globals.view->osk_visible_notification_received()) {
globals           825 win8/metro_driver/chrome_app_view.cc   globals.appview_msg_loop = msg_loop.message_loop_proxy();
globals           843 win8/metro_driver/chrome_app_view.cc   globals.appview_msg_loop = NULL;
globals           851 win8/metro_driver/chrome_app_view.cc   if (!globals.host_windows.empty()) {
globals           855 win8/metro_driver/chrome_app_view.cc   DWORD wr = ::WaitForSingleObject(globals.host_thread, INFINITE);
globals           862 win8/metro_driver/chrome_app_view.cc   ::CloseHandle(globals.host_thread);
globals           863 win8/metro_driver/chrome_app_view.cc   globals.host_thread = NULL;
globals           915 win8/metro_driver/chrome_app_view.cc   args->get_PreviousExecutionState(&globals.previous_state);
globals           916 win8/metro_driver/chrome_app_view.cc   DVLOG(1) << "Previous Execution State: " << globals.previous_state;
globals           921 win8/metro_driver/chrome_app_view.cc   if (globals.previous_state ==
globals           923 win8/metro_driver/chrome_app_view.cc       globals.host_thread) {
globals           928 win8/metro_driver/chrome_app_view.cc   if (!globals.host_thread) {
globals           930 win8/metro_driver/chrome_app_view.cc     globals.host_thread =
globals           934 win8/metro_driver/chrome_app_view.cc     if (!globals.host_thread) {
globals           964 win8/metro_driver/chrome_app_view.cc       globals.view->OnPositionChanged(pos->x, pos->y);
globals           973 win8/metro_driver/chrome_app_view.cc     globals.view->Uninitialize();
globals           974 win8/metro_driver/chrome_app_view.cc     if (!globals.host_windows.empty()) {
globals           978 win8/metro_driver/chrome_app_view.cc   return CallWindowProc(globals.g_core_proc, window, message, wp, lp);
globals           983 win8/metro_driver/chrome_app_view.cc   if (!globals.host_windows.size()) {
globals           993 win8/metro_driver/chrome_app_view.cc   if (!::SetWindowPos(globals.host_windows.front().first, NULL, 0, 0, cx, cy,
globals          1004 win8/metro_driver/chrome_app_view.cc   HWND top_level_frame = globals.host_windows.front().first;
globals          1017 win8/metro_driver/chrome_app_view.cc   ::SetWindowPos(globals.host_windows.front().first, NULL, x, y, 0, 0,
globals          1042 win8/metro_driver/chrome_app_view.cc   ::PostMessageW(globals.host_windows.front().first, WM_SYSCOMMAND,
globals          1075 win8/metro_driver/chrome_app_view.cc   if (!SendMessageTimeout(globals.host_windows.front().first,
globals          1129 win8/metro_driver/chrome_app_view.cc   globals.host_windows.front().second = false;
globals          1143 win8/metro_driver/chrome_app_view.cc     ::ScrollWindowEx(globals.host_windows.front().first,
globals          1152 win8/metro_driver/chrome_app_view.cc     globals.host_windows.front().second  = true;
globals          1163 win8/metro_driver/chrome_app_view.cc   if (globals.host_windows.front().second == true) {
globals          1169 win8/metro_driver/chrome_app_view.cc       ::ScrollWindowEx(globals.host_windows.front().first,
globals          1179 win8/metro_driver/chrome_app_view.cc     globals.host_windows.front().second = false;
globals          1203 win8/metro_driver/chrome_app_view.cc   globals.host_main = host_main;
globals          1204 win8/metro_driver/chrome_app_view.cc   globals.host_context = host_context;
globals          1208 win8/metro_driver/chrome_app_view.cc   globals.app_exit = app_exit.Detach();
globals          1213 win8/metro_driver/chrome_app_view.cc   globals.view = mswr::Make<ChromeAppView>().Detach();
globals          1214 win8/metro_driver/chrome_app_view.cc   *view = globals.view;
globals           170 win8/metro_driver/chrome_app_view.h extern Globals globals;
globals            75 win8/metro_driver/chrome_app_view_ash.cc } globals;
globals           511 win8/metro_driver/chrome_app_view_ash.cc   globals.previous_state =
globals           930 win8/metro_driver/chrome_app_view_ash.cc     globals.app_exit->Exit();
globals          1012 win8/metro_driver/chrome_app_view_ash.cc   args->get_PreviousExecutionState(&globals.previous_state);
globals          1013 win8/metro_driver/chrome_app_view_ash.cc   DVLOG(1) << "Previous Execution State: " << globals.previous_state;
globals          1349 win8/metro_driver/chrome_app_view_ash.cc   globals.app_exit = app_exit.Detach();
globals            23 win8/metro_driver/chrome_url_launch_handler.cc   globals.is_initial_activation = true;
globals            24 win8/metro_driver/chrome_url_launch_handler.cc   globals.initial_activation_kind = winapp::Activation::ActivationKind_Launch;
globals            76 win8/metro_driver/chrome_url_launch_handler.cc   globals.search_string = search_text;
globals            80 win8/metro_driver/chrome_url_launch_handler.cc   if (!globals.is_initial_activation)
globals            81 win8/metro_driver/chrome_url_launch_handler.cc     InitiateNavigationOrSearchRequest(NULL, globals.search_string.c_str());
globals            92 win8/metro_driver/chrome_url_launch_handler.cc   globals.navigation_url = actual_url;
globals            96 win8/metro_driver/chrome_url_launch_handler.cc   if (!globals.is_initial_activation)
globals            97 win8/metro_driver/chrome_url_launch_handler.cc     InitiateNavigationOrSearchRequest(globals.navigation_url.c_str(), 0);
globals           124 win8/metro_driver/chrome_url_launch_handler.cc   globals.navigation_url = GetUrlFromLaunchArgs(actual_launch_args);
globals           126 win8/metro_driver/chrome_url_launch_handler.cc            << ", url=" << globals.navigation_url
globals           127 win8/metro_driver/chrome_url_launch_handler.cc            << ", is_initial_activation=" << globals.is_initial_activation;
globals           131 win8/metro_driver/chrome_url_launch_handler.cc   if (!globals.is_initial_activation)
globals           132 win8/metro_driver/chrome_url_launch_handler.cc     InitiateNavigationOrSearchRequest(globals.navigation_url.c_str(), 0);
globals           142 win8/metro_driver/chrome_url_launch_handler.cc   if (globals.is_initial_activation)
globals           143 win8/metro_driver/chrome_url_launch_handler.cc     globals.initial_activation_kind = activation_kind;
globals           186 win8/metro_driver/chrome_url_launch_handler.cc   if (globals.host_windows.empty()) {
globals           199 win8/metro_driver/chrome_url_launch_handler.cc     PostMessage(globals.host_windows.front().first, navigation_search_message,
globals           203 win8/metro_driver/chrome_url_launch_handler.cc     PostMessage(globals.host_windows.front().first, navigation_search_message,
globals           161 win8/metro_driver/file_picker.cc   DCHECK(globals.appview_msg_loop != NULL);
globals           164 win8/metro_driver/file_picker.cc   bool posted = globals.appview_msg_loop->PostTask(FROM_HERE,
globals           272 win8/metro_driver/file_picker.cc   DCHECK(globals.appview_msg_loop->BelongsToCurrentThread());
globals           441 win8/metro_driver/file_picker.cc   DCHECK(globals.appview_msg_loop->BelongsToCurrentThread());
globals           243 win8/metro_driver/print_handler.cc   DCHECK(globals.appview_msg_loop != NULL);
globals           244 win8/metro_driver/print_handler.cc   bool posted = globals.appview_msg_loop->PostTask(
globals           323 win8/metro_driver/print_handler.cc   DCHECK(globals.appview_msg_loop->BelongsToCurrentThread());
globals           387 win8/metro_driver/print_handler.cc   ::PostMessageW(globals.host_windows.front().first,
globals           435 win8/metro_driver/print_handler.cc   DCHECK(globals.appview_msg_loop->BelongsToCurrentThread());
globals           211 win8/metro_driver/secondary_tile.cc   globals.appview_msg_loop->PostTask(
globals           222 win8/metro_driver/secondary_tile.cc   globals.appview_msg_loop->PostTask(
globals           144 win8/metro_driver/settings_handler.cc   HWND chrome_window = globals.host_windows.front().first;