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

  /external/chromium_org/extensions/browser/api/app_window/
app_window_api.h 19 class AppWindowCreateFunction : public AsyncExtensionFunction {
21 AppWindowCreateFunction();
25 virtual ~AppWindowCreateFunction() {}
app_window_api.cc 113 AppWindowCreateFunction::AppWindowCreateFunction()
116 bool AppWindowCreateFunction::RunAsync() {
322 base::Bind(&AppWindowCreateFunction::SendResponse, this, true));
332 bool AppWindowCreateFunction::GetBoundsSpec(
444 AppWindow::Frame AppWindowCreateFunction::GetFrameFromString(
461 bool AppWindowCreateFunction::GetFrameOptions(

Completed in 56 milliseconds