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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserverInterestGroup.h 52 return createIfNeeded(target, MutationObserver::ChildList, oldValueFlag);
60 return createIfNeeded(target, MutationObserver::CharacterData, MutationObserver::CharacterDataOldValue);
68 return createIfNeeded(target, MutationObserver::Attributes, MutationObserver::AttributeOldValue, &attributeName);
77 static PassOwnPtrWillBeRawPtr<MutationObserverInterestGroup> createIfNeeded(Node& target, MutationObserver::MutationType, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName = 0);
MutationObserverInterestGroup.cpp 39 PassOwnPtrWillBeRawPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node& target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName)
  /frameworks/native/include/gui/
GLConsumer.h 288 // createIfNeeded creates an EGLImage if required (we haven't created
290 status_t createIfNeeded(EGLDisplay display,
  /packages/apps/Exchange/src/com/android/exchange/service/
PingSyncSynchronizer.java 330 * @param createIfNeeded If true, create the account state if it's not already there.
332 * createIfNeeded is false.
334 private AccountSyncState getAccountState(final long accountId, final boolean createIfNeeded) {
337 if (state == null && createIfNeeded) {
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 103 int icon, int logo, int windowFlags, IBinder transferFrom, boolean createIfNeeded);
  /frameworks/native/libs/gui/
GLConsumer.cpp 392 err = mEglSlots[buf].mEglImage->createIfNeeded(mEglDisplay, item.mCrop);
464 status_t err = mCurrentTextureImage->createIfNeeded(mEglDisplay,
479 status_t err = mCurrentTextureImage->createIfNeeded(mEglDisplay,
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 256 const bool createIfNeeded);
ResourceTable.cpp 281 status_t createIfNeeded(ResourceTable* outTable)
357 attr.createIfNeeded(outTable);
361 attr.createIfNeeded(outTable);
374 attr.createIfNeeded(outTable);
392 attr.createIfNeeded(outTable);
415 attr.createIfNeeded(outTable);
443 attr.createIfNeeded(outTable);
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 928 milliseconds