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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.h 43 virtual void updateWidget(PluginCreationOption) OVERRIDE;
HTMLEmbedElement.h 48 virtual void updateWidget(PluginCreationOption);
HTMLObjectElement.h 88 virtual void updateWidget(PluginCreationOption);
HTMLPlugInImageElement.h 57 virtual void updateWidget(PluginCreationOption) = 0;
HTMLAppletElement.cpp 95 void HTMLAppletElement::updateWidget(PluginCreationOption)
HTMLEmbedElement.cpp 124 // FIXME: This should be unified with HTMLObjectElement::updateWidget and
126 void HTMLEmbedElement::updateWidget(PluginCreationOption pluginCreationOption)
144 // Ensure updateWidget() is called again during layout to create the Netscape plug-in.
HTMLPlugInImageElement.cpp 192 updateWidget(CreateOnlyNonNetscapePlugins);
HTMLObjectElement.cpp 265 // FIXME: This should be unified with HTMLEmbedElement::updateWidget and
267 void HTMLObjectElement::updateWidget(PluginCreationOption pluginCreationOption)
276 // FIXME: I'm not sure it's ever possible to get into updateWidget during a
301 // Ensure updateWidget() is called again during layout to create the Netscape plug-in.
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetProvider.java 49 updateWidget(context, appWidgetIds[i]);
80 private static void updateWidget(Context context, int appWidgetId) {
82 Log.v(TAG, "updateWidget appWidgetId: " + appWidgetId);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 99 updateWidget(ctx, widgetId, mgr, options);
152 updateWidget(context, appWidgetIds[i], appWidgetManager, null);
159 updateWidget(context, appWidgetId, appWidgetManager, newOptions);
233 private void updateWidget(Context context, int appWidgetId, AppWidgetManager appWidgetManager,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 94 state.updateWidget(context, AppWidgetManager.getInstance(context));
161 public void updateWidget(Context context,AppWidgetManager appWidgetMgr) {
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 586 updateWidget(context);
645 updateWidget(context);
712 public static void updateWidget(Context context) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 255 BaseWidgetProvider.updateWidget(mContext, mAppWidgetId, mAccount, mFolderType,
273 BaseWidgetProvider.updateWidget(mContext, mAppWidgetId, mAccount, mFolderType,
536 BaseWidgetProvider.updateWidget(mContext, mAppWidgetId, mAccount, mFolderType,
608 BaseWidgetProvider.updateWidget(mContext, mAppWidgetId, mAccount, mFolderType,
BaseWidgetProvider.java 289 public static void updateWidget(Context context, int appWidgetId, Account account,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionActivity.java 249 WidgetProvider.updateWidget(this, id, account, selectedFolder.type,
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.h 410 void updateWidget(RenderObject*);
FrameView.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 

Completed in 825 milliseconds