HomeSort by relevance Sort by last modified time
    Searched defs:chrome_frame (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome_frame/
chrome_frame_reporting.h 8 #include "chrome_frame/scoped_initialization_manager.h"
10 namespace chrome_frame { namespace
26 } // namespace chrome_frame
pin_module.h 8 namespace chrome_frame { namespace
19 } // namespace chrome_frame
pin_module.cc 5 #include "chrome_frame/pin_module.h"
10 #include "chrome_frame/utils.h"
14 namespace chrome_frame { namespace
49 } // namespace chrome_frame
scoped_initialization_manager.h 12 namespace chrome_frame { namespace
52 } // namespace chrome_frame
chrome_frame_reporting.cc 7 #include "chrome_frame/chrome_frame_reporting.h"
15 #include "chrome_frame/crash_reporting/crash_report.h"
16 #include "chrome_frame/exception_barrier.h"
17 #include "chrome_frame/utils.h"
47 static google_breakpad::CustomInfoEntry type_entry(L"ptype", L"chrome_frame");
103 namespace chrome_frame { namespace
113 } // namespace chrome_frame
chrome_frame_activex.cc 5 #include "chrome_frame/chrome_frame_activex.h"
28 #include "chrome_frame/utils.h"
117 namespace chrome_frame { namespace
145 } // namespace chrome_frame
chrome_frame_activex_base.h 29 #include "chrome_frame/chrome_frame_plugin.h"
30 #include "chrome_frame/chrome_tab.h"
31 #include "chrome_frame/com_message_event.h"
32 #include "chrome_frame/com_type_info_holder.h"
33 #include "chrome_frame/simple_resource_loader.h"
34 #include "chrome_frame/urlmon_url_request.h"
35 #include "chrome_frame/urlmon_url_request_private.h"
36 #include "chrome_frame/utils.h"
131 namespace chrome_frame { namespace
141 } // namespace chrome_frame
    [all...]
utils.cc 5 #include "chrome_frame/utils.h"
32 #include "chrome_frame/chrome_tab.h"
33 #include "chrome_frame/extra_system_apis.h"
34 #include "chrome_frame/html_utils.h"
35 #include "chrome_frame/navigation_constraints.h"
36 #include "chrome_frame/policy_settings.h"
37 #include "chrome_frame/registry_list_preferences_holder.h"
38 #include "chrome_frame/simple_resource_loader.h"
1638 base::win::ScopedComPtr<IChromeFrame> chrome_frame; local
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_util_unittest.cc 435 installer::ProductState chrome_frame; local
458 BrowserDistribution::CHROME_FRAME);
474 BrowserDistribution::CHROME_FRAME,
479 ASSERT_TRUE(chrome_frame.Initialize(kSystemLevel,
480 BrowserDistribution::CHROME_FRAME));
481 EXPECT_TRUE(chrome_frame.GetUsageStats(&usagestats));
483 EXPECT_EQ(L"2.0-dev", chrome_frame.channel().value());
install_worker.cc 52 #include "chrome_frame/chrome_tab.h"
701 const Product* chrome_frame = local
702 installer_state.FindProduct(BrowserDistribution::CHROME_FRAME);
703 if (chrome_frame && chrome_frame->HasOption(kOptionReadyMode))
704 chrome_frame->AppendProductFlags(&uninstall_arguments);
    [all...]
setup_main.cc 256 if (installer_state->FindProduct(BrowserDistribution::CHROME_FRAME)) {
398 const Product* chrome_frame = local
399 installer_state->FindProduct(BrowserDistribution::CHROME_FRAME);
402 BrowserDistribution::CHROME_FRAME);
417 if (app_host && !chrome && !chrome_frame && !cf_state && !chrome_state) {
445 if (chrome_frame &&
446 chrome_frame->HasOption(installer::kOptionReadyMode)) {
452 installer_state->RemoveProduct(chrome_frame);
453 chrome_frame = NULL;
455 chrome_frame = installer_state->AddProductFromState
    [all...]
  /external/chromium_org/chrome_frame/test/
ie_event_sink.cc 5 #include "chrome_frame/test/ie_event_sink.h"
24 #include "chrome_frame/test/chrome_frame_test_utils.h"
296 base::win::ScopedComPtr<IChromeFrame> chrome_frame; local
297 chrome_frame.QueryFrom(doc);
298 return chrome_frame.get();
573 base::win::ScopedComPtr<IChromeFrame> chrome_frame(chrome_frame_);
576 chrome_frame->put_onmessage(dummy);
577 chrome_frame->put_onload(dummy);
578 chrome_frame->put_onloaderror(dummy);

Completed in 134 milliseconds