Searched defs:app (Results 26 - 50 of 201) sorted by relevance

123456789

/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
H A DSandboxedProcessService9.java5 package org.chromium.content.app;
H A DContentApplication.java5 package org.chromium.content.app;
H A DContentMain.java5 package org.chromium.content.app;
13 * content/public/app/content_main.h which is not used in Android as it has
/external/sonivox/jet_tools/JetCreator/
H A DJetHelp.py27 app = wx.PySimpleApp() variable
33 app.MainLoop()
/external/chromium_org/extensions/common/features/
H A Dbase_feature_provider_unittest.cc58 // This is a generic extension, so an app-only feature isn't allowed.
59 feature = provider->GetFeature("app.background");
92 // Tests that real permission features have the correct availability for an app.
97 scoped_refptr<const Extension> app = local
100 .Set("name", "test app")
102 .Set("app",
110 ASSERT_TRUE(app.get());
111 ASSERT_TRUE(app->is_platform_app());
118 app.get(), Feature::UNSPECIFIED_CONTEXT, GURL()).result());
127 app
[all...]
/external/chromium_org/mojo/examples/apptest/
H A Dexample_client_application.cc15 void ExampleClientApplication::Initialize(ApplicationImpl* app) {} argument
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QPEApp.cc34 static QPEApplication *app; variable
41 app = new QPEApplication(argc, argv);
43 app->showMainWidget(&dummy);
45 app = (QPEApplication*)qApp;
57 /* If the reference count reached zero, clean up the app */
58 if ( SDL_QPEAppActive == 0 && app) {
59 delete app;
60 app = 0;
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dapp_custom_bindings.js5 // Custom binding for the app API.
8 if (!GetAvailability('app').is_available) {
14 var appNatives = requireNative('app');
26 logActivity.LogAPICall(extensionId, "app." + fun.name,
32 // This becomes chrome.app
33 var app = {
46 app.__defineGetter__('isInstalled', wrapForLogging(appNatives.GetIsInstalled));
56 console.error('Exception in chrome.app.installState response handler: ' +
66 app.installState = function getInstallState(callback) {
72 app
[all...]
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_permissions_panel_unittest.cc44 .Set("app",
59 // Tests that an app with no permissions is treated correctly.
61 scoped_refptr<const extensions::Extension> app = local
66 AppInfoPermissionsPanel panel(&profile_, app.get());
72 // Tests that an app's required permissions are detected and converted to
75 scoped_refptr<const extensions::Extension> app = local
90 AppInfoPermissionsPanel panel(&profile_, app.get());
102 // Tests that an app's optional permissions are detected and converted to
105 scoped_refptr<const extensions::Extension> app = local
120 AppInfoPermissionsPanel panel(&profile_, app
132 scoped_refptr<const extensions::Extension> app = local
[all...]
H A Dapp_info_dialog_views.cc31 const extensions::Extension* app,
34 app->GetType(),
37 app->location(),
40 views::View* app_info_view = new AppInfoDialog(parent, profile, app);
49 const extensions::Extension* app)
56 dialog_header_ = new AppInfoHeaderPanel(profile, app);
60 dialog_footer_ = new AppInfoFooterPanel(parent_window, profile, app);
77 dialog_body_contents->AddChildView(new AppInfoSummaryPanel(profile, app));
78 dialog_body_contents->AddChildView(new AppInfoPermissionsPanel(profile, app));
28 ShowAppInfoDialog(gfx::NativeWindow parent, const gfx::Rect& bounds, Profile* profile, const extensions::Extension* app, const base::Closure& close_callback) argument
47 AppInfoDialog(gfx::NativeWindow parent_window, Profile* profile, const extensions::Extension* app) argument
H A Dapp_info_panel.cc18 AppInfoPanel::AppInfoPanel(Profile* profile, const extensions::Extension* app) argument
19 : profile_(profile), app_(app) {
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_delegate.cc12 void ApplicationDelegate::Initialize(ApplicationImpl* app) {} argument
/external/chromium_org/styleguide/c++/chromium-cpp/
H A Dmain.py12 """A simple appengine app that hosts .html files in src/styleguide/c++ from
47 app = webapp2.WSGIApplication([ variable
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dinternal_alerts.py47 app = webapp2.WSGIApplication([ variable
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/src/org/webrtc/app/
H A DOpenSlRunner.java11 package org.webrtc.app;
H A DOpenSlDemo.java11 package org.webrtc.app;
13 import android.app.Activity;
/external/qemu/distrib/sdl-1.2.15/src/main/qtopia/
H A DSDL_qtopia_main.cc29 static QPEApplication *app; variable
39 app = new QPEApplication(argc, argv);
41 app->showMainWidget(&dummy);
/external/chromium_org/chrome/browser/apps/
H A Dapp_url_redirector.cc36 const scoped_refptr<const Extension> app,
49 // If prerendering, don't launch the app but abort the navigation.
59 DCHECK(UrlHandlers::CanExtensionHandleUrl(app.get(), params.url()));
64 DVLOG(1) << "Launching app handler with URL: "
66 << app->name() << "(" << app->id() << "):" << handler_id;
68 profile, app.get(), handler_id, params.url(), params.referrer().url);
116 DVLOG(1) << "Found matching app handler for redirection: "
127 DVLOG(1) << "Skipping redirection: no matching app handler found";
35 LaunchAppWithUrl( const scoped_refptr<const Extension> app, const std::string& handler_id, content::WebContents* source, const navigation_interception::NavigationParams& params) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_ui_util.cc19 bool IsBlockedByPolicy(const Extension* app, content::BrowserContext* context) { argument
23 return (app->id() == extensions::kWebStoreAppId ||
24 app->id() == extension_misc::kEnterpriseWebStoreAppId) &&
/external/chromium_org/third_party/angle/samples/angle/hello_triangle/
H A DHelloTriangle.cpp94 HelloTriangleSample app; local
95 return app.run();
/external/chromium_org/third_party/angle/samples/angle/simple_texture_cubemap/
H A DSimpleTextureCubemap.cpp136 SimpleTextureCubemapSample app; local
137 return app.run();
/external/emma/core/data/com/vladium/app/
H A DIAppVersion.java9 package com.vladium.app;
/external/pdfium/fpdfsdk/include/javascript/
H A Dapp.h104 class app : public CJS_EmbedObj class in inherits:CJS_EmbedObj
107 app(CJS_Object * pJSObject);
108 virtual ~app();
188 JS_STATIC_PROP(activeDocs, app);
189 JS_STATIC_PROP(calculate, app);
190 JS_STATIC_PROP(formsVersion, app);
191 JS_STATIC_PROP(fs, app);
192 JS_STATIC_PROP(fullscreen, app);
193 JS_STATIC_PROP(language, app);
194 JS_STATIC_PROP(media, app);
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestloadso.c22 const char *app = argv[0]; local
23 fprintf(stderr, "USAGE: %s <library> <functionname>\n", app);
24 fprintf(stderr, " %s --hello <lib with puts()>\n", app);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.h51 bool app; member in struct:TabRendererData

Completed in 3484 milliseconds

123456789