HomeSort by relevance Sort by last modified time
    Searched refs:reapply (Results 1 - 25 of 30) sorted by null

1 2

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditCommandQt.cpp 52 m_cmd->reapply();
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 115 mRemoteViews.reapply(mActivity, mResult);
119 mRemoteViews.reapply(mActivity, mResult);
123 mRemoteViews.reapply(mActivity, mResult);
133 mRemoteViews.reapply(mActivity, mResult);
137 mRemoteViews.reapply(mActivity, mResult);
142 mRemoteViews.reapply(mActivity, mResult);
154 mRemoteViews.reapply(mActivity, mResult);
163 mRemoteViews.reapply(mActivity, mResult);
182 mRemoteViews.reapply(mActivity, mResult);
207 mRemoteViews.reapply(mActivity, mResult)
    [all...]
  /external/webkit/Source/WebCore/editing/
EditCommand.h 45 void reapply();
EditCommand.cpp 129 void EditCommand::reapply() function in class:WebCore::EditCommand
CompositeEditCommand.cpp 93 m_commands[i]->reapply();
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.h 53 void reapply();
WebEditCommandProxy.cpp 62 void WebEditCommandProxy::reapply() function in class:WebKit::WebEditCommandProxy
  /frameworks/base/core/java/android/widget/
RemoteViewsListAdapter.java 93 rv.reapply(mContext, v);
RemoteViews.java 2391 public void reapply(Context context, View v) { method in class:RemoteViews
2392 reapply(context, v, null); method
2396 public void reapply(Context context, View v, OnClickHandler handler) { method in class:RemoteViews
    [all...]
RemoteViewsAdapter.java     [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteViews.java 102 public void reapply(Context context, View v) { method in class:ShadowRemoteViews
ShadowAppWidgetManager.java 92 views.reapply(context, widgetInfo.view);
122 widgetInfo.lastRemoteViews.reapply(context, widgetInfo.view);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 372 webKitWin->m_impl->redoStack.last().editCommand()->reapply();
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 100 [sender command]->reapply();
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 363 command->reapply();
364 // reapply will call us back to push this command onto the undo stack.
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 542 // reapply will call us back to push this command onto the undo stack.
543 command->reapply();
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 454 m_editCommand->reapply();
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 390 remoteViews.reapply(mContext, mView, mOnClickHandler);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 177 [arg command]->reapply();
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1016 milliseconds

1 2