Searched defs:app (Results 101 - 125 of 181) sorted by relevance

12345678

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar ... equinox/internal/p2/director/ org/eclipse/equinox/internal/p2/director/app/ org/eclipse/equinox/internal/p2/director/app/Activator.class ...
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py98 app = App() variable
530 app.usage(shorthelp=1)
544 app.run()
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_provider.cc92 const Extension* app = ExtensionRegistry::Get(profile_)->GetExtensionById( local
94 if (!app)
97 UpdateMappingAndExtensionSystem(drive_app_id, app, false);
122 LOG(WARNING) << "Failed to convert drive app to web app, "
123 << "drive app id= " << converter->drive_app_info().app_id
229 // Only user installed app reaches here. If it is mapped, make sure it is not
/external/chromium_org/chrome/browser/autocomplete/
H A Dextension_app_provider.cc76 const ExtensionApp& app,
84 app.should_match_against_launch_url ? app.launch_url : input.text();
85 match.destination_url = GURL(app.launch_url);
87 match.contents = AutocompleteMatch::SanitizeString(app.name);
89 input.text().length(), app.name.length(), ACMatchClassification::NONE,
91 if (app.should_match_against_launch_url) {
92 match.description = app.launch_url;
94 input.text().length(), app.launch_url.length(),
101 app
74 CreateAutocompleteMatch( const AutocompleteInput& input, const ExtensionApp& app, size_t name_match_index, size_t url_match_index) argument
163 const extensions::Extension* app = iter->get(); local
[all...]
/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model_unittest.cc56 bool IsBackgroundApp(const Extension& app) { argument
57 return BackgroundApplicationListModel::IsBackgroundApp(app,
73 // considered a background app based on a whitelist.
95 // are not considered a background app. Create a test extension with a known
/external/chromium_org/chrome/browser/component_updater/
H A Dupdate_response.cc249 // Parses a single <app> tag.
250 bool ParseAppTag(xmlNode* app, argument
254 result->extension_id = GetAttribute(app, "appid");
256 *error = "Missing appid on app node";
261 std::vector<xmlNode*> updates = GetChildren(app, "updatecheck");
263 *error = "Missing updatecheck on app.";
322 // Parse each of the <app> tags.
323 std::vector<xmlNode*> apps = GetChildren(root, "app");
/external/chromium_org/chrome/browser/drive/
H A Ddrive_app_registry.cc31 // Append list of app ids in |map| looked up by |selector| to |matched_apps|.
159 const google_apis::AppResource& app = *app_list.items()[i]; local
160 const std::string id = app.application_id();
164 for (size_t j = 0; j < app.icons().size(); ++j) {
165 const google_apis::DriveAppIcon& icon = *app.icons()[j];
176 all_apps_[id] = DriveAppInfo(app.application_id(),
177 app.product_id(),
180 app.name(),
181 app.create_url(),
182 app
[all...]
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
H A Dapp_file_handler_util.cc225 const FileHandlerInfo* FileHandlerForId(const Extension& app, argument
227 const FileHandlersInfo* file_handlers = FileHandlers::GetFileHandlers(&app);
240 const Extension& app,
243 const FileHandlersInfo* file_handlers = FileHandlers::GetFileHandlers(&app);
256 const Extension& app, const PathAndMimeTypeSet& files) {
262 const FileHandlersInfo* file_handlers = FileHandlers::GetFileHandlers(&app);
239 FirstFileHandlerForFile( const Extension& app, const std::string& mime_type, const base::FilePath& path) argument
255 FindFileHandlersForFiles( const Extension& app, const PathAndMimeTypeSet& files) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_util.cc210 bool ShouldSyncApp(const Extension* app, content::BrowserContext* context) { argument
211 return sync_helper::IsSyncableApp(app) &&
212 !util::IsEphemeralApp(app->id(), context) &&
213 !ExtensionPrefs::Get(context)->DoNotSync(app->id());
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_model_builder.cc240 for (extensions::ExtensionSet::const_iterator app = extensions.begin();
241 app != extensions.end(); ++app) {
242 if (!extensions::ui_util::ShouldDisplayInAppLauncher(*app, profile_))
244 InsertApp(CreateAppItem((*app)->id(),
247 (*app)->is_platform_app()));
251 void ExtensionAppModelBuilder::InsertApp(scoped_ptr<ExtensionAppItem> app) { argument
253 service_->AddItem(app.PassAs<app_list::AppListItem>());
256 model_->AddItem(app.PassAs<app_list::AppListItem>());
H A Dextension_app_model_builder_unittest.cc52 value.SetString("app.launch.web_url", url);
53 scoped_refptr<extensions::Extension> app = local
62 return app;
153 // Install a "web store" app.
161 // Install an "enterprise web store" app.
207 const extensions::Extension* app = local
209 ASSERT_TRUE(app != NULL);
211 // Simulate an app termination.
212 service_->TrackTerminatedExtensionForTest(app);
316 // By default, conflicted items are sorted by their app id
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dtab_controller.h69 @property(assign, nonatomic) BOOL app; variable
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dapp_launch_splash_screen_handler.cc222 KioskAppManager::App app; local
223 KioskAppManager::Get()->GetApp(app_id_, &app);
225 if (app.name.empty())
226 app.name = l10n_util::GetStringUTF8(IDS_SHORT_PRODUCT_NAME);
228 if (app.icon.isNull()) {
229 app.icon = *ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
233 out_info->SetString("name", app.name);
234 out_info->SetString("iconURL", webui::GetBitmapDataUrl(*app.icon.bitmap()));
271 LOG(WARNING) << "No delegate set to handle cancel app launch";
/external/chromium_org/chrome/common/extensions/api/
H A Dextension_api_unittest.cc103 EXPECT_FALSE(extension_api->IsPrivileged("app.getDetails"));
104 EXPECT_FALSE(extension_api->IsPrivileged("app.isInstalled"));
256 scoped_refptr<const Extension> app = ExtensionBuilder() local
258 .Set("name", "app")
259 .Set("app", DictionaryBuilder()
279 { "test1", false, Feature::UNBLESSED_EXTENSION_CONTEXT, app.get(), GURL() },
479 base::DictionaryValue* app = new base::DictionaryValue(); local
484 app->Set("background", background);
485 values.Set(manifest_keys::kApp, app);
537 // Make sure chrome.app
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
H A DChildProcessService.java5 package org.chromium.content.app;
7 import android.app.Service;
38 * <service android:name="org.chromium.content.app.[Non]SandboxedProcessServiceX"
/external/chromium_org/mojo/examples/html_viewer/
H A Dblink_platform_impl.cc49 BlinkPlatformImpl::BlinkPlatformImpl(Application* app) argument
56 app->ConnectTo("mojo:mojo_network_service", &network_service_);
/external/chromium_org/third_party/python_gflags/
H A Dgflags2man.py98 app = App() variable
530 app.usage(shorthelp=1)
544 app.run()
/external/icu/icu4c/source/samples/layout/
H A Dcgnomelayout.c79 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); local
80 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context");
90 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area"));
97 gtk_window_set_title(GTK_WINDOW(app), title);
111 GtkWidget *app = GTK_WIDGET(data); local
119 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app); local
143 GtkWidget *app = newSample("Sample.txt"); local
145 gtk_widget_show_all(app);
150 GtkWidget *app = GTK_WIDGET(data); local
228 GtkWidget *app; local
244 gnome_app_create_menus_with_data(GNOME_APP(app), mainMenu, app); local
279 closeSample(GtkWidget *app) argument
302 GtkWidget *app; local
[all...]
H A Dgnomelayout.cpp87 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); local
88 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context");
98 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area"));
105 gtk_window_set_title(GTK_WINDOW(app), title);
119 GtkWidget *app = GTK_WIDGET(data); local
127 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app); local
151 GtkWidget *app = newSample("Sample.txt"); local
153 gtk_widget_show_all(app);
158 GtkWidget *app = GTK_WIDGET(data); local
239 GtkWidget *app = gnome_app_new("gnomeLayout", title); local
245 gnome_app_create_menus_with_data(GNOME_APP(app), mainMenu, app); local
280 closeSample(GtkWidget *app) argument
303 GtkWidget *app; local
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py563 app = wx.App(None) variable
565 app.MainLoop()
H A DJetDialogs.py973 app = wx.PySimpleApp() variable in class:JetMove
994 app = wx.PySimpleApp() variable
1013 app = wx.PySimpleApp() variable
/external/stlport/src/
H A Dios.cpp70 const ios_base::openmode ios_base::app; member in class:ios_base
/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp12 #include "../../include/javascript/app.h"
75 /* ---------------------------- app ---------------------------- */
119 IMPLEMENT_JS_CLASS(CJS_App,app)
121 app::app(CJS_Object * pJSObject) : CJS_EmbedObj(pJSObject) , function in class:app
129 app::~app(void)
137 FX_BOOL app::activeDocs(OBJ_PROP_PARAMS)
195 FX_BOOL app::calculate(OBJ_PROP_PARAMS)
233 FX_BOOL app
[all...]
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_browsertest.cc186 // Pack a new version of the app.
200 // Update the ephemeral app and wait for the update to finish.
215 const extensions::Extension* app) {
219 extension_service->PromoteEphemeralApp(app, false);
236 // Uninstall the app, which is what happens when ephemeral apps get evicted
254 bool LaunchAppAndRunTest(const Extension* app, const char* test_name) { argument
256 LaunchPlatformApp(app);
268 CloseApp(app->id());
297 const Extension* app = ExtensionRegistry::Get(profile())->GetExtensionById( local
299 ASSERT_TRUE(app);
214 PromoteEphemeralApp( const extensions::Extension* app) argument
428 const Extension* app = InstallEphemeralApp(kNotificationsTestApp); local
465 const Extension* app = InstallAndLaunchEphemeralApp(kNotificationsTestApp); local
508 const Extension* app = InstallEphemeralApp(kFileSystemTestApp, local
527 const Extension* app = InstallEphemeralApp(kNotificationsTestApp); local
554 const Extension* app = InstallEphemeralApp(kNotificationsTestApp); local
582 const Extension* app = InstallEphemeralApp(kNotificationsTestApp); local
605 const Extension* app = InstallEphemeralApp(kNotificationsTestApp); local
641 const Extension* app = InstallEphemeralApp(kNotificationsTestApp); local
661 const Extension* app = InstallAndLaunchEphemeralApp(kNotificationsTestApp); local
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_controller.cc139 // TODO(tengs): Add a loading profile app launch state.
143 KioskAppManager::App app; local
145 CHECK(KioskAppManager::Get()->GetApp(app_id_, &app));
147 new KioskProfileLoader(app.user_id, false, this));
238 DVLOG(1) << "Profile loaded... Starting app launch.";
388 // Enforce that we show app install splash screen for some minimum amount
404 DVLOG(1) << "Kiosk launch succeeded, wait for app window.";

Completed in 748 milliseconds

12345678