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

  /external/chromium_org/mojo/examples/wm_flow/wm/
wm.cc 70 mojo::View* app_view = NULL; variable
71 mojo::View* frame_view = CreateTopLevelWindow(&app_view);
78 app_view->Embed(url, scoped_ptr<mojo::ServiceProviderImpl>(
103 mojo::View* CreateTopLevelWindow(mojo::View** app_view) {
108 new FrameController(frame_view, app_view);
frame_controller.h 26 FrameController(mojo::View* view, mojo::View** app_view);
frame_controller.cc 75 FrameController::FrameController(mojo::View* view, mojo::View** app_view)
84 *app_view = app_view_;
  /external/chromium_org/win8/metro_driver/
file_picker_ash.h 25 explicit FilePickerSessionBase(ChromeAppViewAsh* app_view,
80 explicit OpenFilePickerSession(ChromeAppViewAsh* app_view,
129 ChromeAppViewAsh* app_view,
151 explicit FolderPickerSession(ChromeAppViewAsh* app_view,
file_picker_ash.cc 83 FilePickerSessionBase::FilePickerSessionBase(ChromeAppViewAsh* app_view,
87 : app_view_(app_view),
118 ChromeAppViewAsh* app_view,
123 : FilePickerSessionBase(app_view, title, filter, default_path),
374 ChromeAppViewAsh* app_view,
376 : FilePickerSessionBase(app_view,
552 FolderPickerSession::FolderPickerSession(ChromeAppViewAsh* app_view,
554 : FilePickerSessionBase(app_view, title, L"", base::FilePath()) {}
metro_driver_win7.cc 538 CoreWindowEmulation(winapp::Core::IFrameworkView* app_view)
550 app_view_(app_view),
1077 CoreApplicationViewEmulation(winapp::Core::IFrameworkView* app_view) {
1078 core_window_ = mswr::Make<CoreWindowEmulation>(app_view);
    [all...]
chrome_app_view_ash.cc 145 ChromeChannelListener(base::MessageLoop* ui_loop, ChromeAppViewAsh* app_view)
147 app_view_(app_view) {}
    [all...]
  /external/chromium_org/extensions/common/
feature_switch.cc 47 app_view(switches::kAppView,
67 FeatureSwitch app_view; member in class:extensions::__anon12837::CommonSwitches
100 FeatureSwitch* FeatureSwitch::app_view() { function in class:extensions::FeatureSwitch
101 return &g_common_switches.Get().app_view;
feature_switch.h 30 static FeatureSwitch* app_view();
  /external/chromium_org/chrome/renderer/extensions/
chrome_extensions_dispatcher_delegate.cc 275 if (extensions::FeatureSwitch::app_view()->IsEnabled() &&

Completed in 2213 milliseconds