HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 2451 - 2475 of 4892) sorted by null

<<919293949596979899100>>

  /external/webkit/WebCore/inspector/front-end/
DataGrid.js 253 get sortColumnIdentifier()
260 get sortOrder()
269 get headerTableBody()
283 get dataTableBody()
380 // when the two columns that get resized get a percent value for
408 // Get the width of the cell in the first (and only) row of the
808 get element()
836 get data()
847 get revealed(
    [all...]
MetricsSidebarPane.js 56 InjectedScriptAccess.get(node.injectedScriptId).getComputedStyle(node.id, callback);
64 InjectedScriptAccess.get(node.injectedScriptId).getInlineStyle(node.id, inlineStyleCallback);
209 InjectedScriptAccess.get(this._inlineStyleInjectedScriptId).setStyleProperty(this._inlineStyleId, context.styleProperty, userInput, callback);
ObjectPropertiesSection.js 53 InjectedScriptAccess.get(this.object.injectedScriptId).getProperties(this.object, this.ignoreHasOwnProperty, true, callback);
150 InjectedScriptAccess.get(this.property.value.injectedScriptId).getProperties(this.property.value, false, true, callback.bind(this));
254 InjectedScriptAccess.get(this.property.parentObjectProxy.injectedScriptId).setPropertyValue(this.property.parentObjectProxy, this.property.name, expression.trim(), callback);
  /external/webkit/WebCore/loader/
CachedImage.cpp 122 return brokenImage.get();
128 return nullImage.get();
139 return m_image.get();
ImageLoader.cpp 113 CachedImage* oldImage = m_image.get();
171 CachedImage* oldImage = m_image.get();
234 imageRenderer->setCachedImage(m_image.get());
296 // Use loops because we allow multiple instances to get into the lists.
  /external/webkit/WebCore/platform/network/
ResourceRequestBase.cpp 208 return m_httpHeaderFields.get(name);
215 return m_httpHeaderFields.get(name);
273 return m_httpBody.get();
  /external/webkit/WebCore/svg/
SVGFontFaceElement.cpp 57 m_fontFaceRule->setDeclaration(m_styleDeclaration.get());
110 return propertyNameToIdMap->get(attrName.localName().impl());
303 CSSValueList* srcList = static_cast<CSSValueList*>(src.get());
  /external/webkit/WebCore/workers/
WorkerContext.cpp 115 return m_location.get();
132 return m_navigator.get();
254 return m_notifications.get();
  /external/webkit/WebKit/chromium/src/
DebuggerAgentManager.cpp 136 ASSERT(s_attachedAgentsMap->get(hostId) == debuggerAgent);
265 delete s_pageDeferrers.get(webview);
308 return s_attachedAgentsMap->get(hostId);
WebSearchableFormData.cpp 228 // Only consider forms that GET data and the action targets an http page.
229 if (equalIgnoringCase(formElement->getAttribute(HTMLNames::methodAttr), "post") || !IsHTTPFormSubmit(formElement.get()))
232 HTMLFormControlElement* firstSubmitButton = GetButtonToActivate(formElement.get());
241 bool hasElement = HasSuitableTextElement(formElement.get(), &encodedString, &encoding);
  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 123 WebKitWebDataSource* webDataSource = webkit_web_data_source_new_with_loader(loader.get());
144 // Setting the encoding on the frame loader is our way to get work done that is normally done
214 WebKitWebResource* webResource = webkit_web_view_get_resource(webView, identifierString.get());
224 g_signal_emit_by_name(webView, "resource-request-starting", m_frame, webResource, networkRequest.get(), networkResponse.get());
227 SoupMessage* message = webkit_network_request_get_message(networkRequest.get());
229 request.setURL(KURL(KURL(), String::fromUTF8(webkit_network_request_get_uri(networkRequest.get()))));
265 // We can get a stopLoad() from dispose when the object is being
313 ResourceResponse response = core(networkResponse.get());
448 g_hash_table_insert(hash.get(),
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.cpp 91 result += TEXT(" > ") + dumpPath(parent.get());
117 _snwprintf(buffer, ARRAYSIZE(buffer), L"range from %ld of %s to %ld of %s", startOffset, dumpPath(startContainer.get()), endOffset, dumpPath(endContainer.get()));
  /frameworks/base/core/java/android/net/
NetworkStateTracker.java 119 String value = SystemProperties.get(propertyNames[i]);
186 String bufferSizes = SystemProperties.get(key);
193 bufferSizes = SystemProperties.get(key);
  /frameworks/base/core/java/android/text/method/
TextKeyListener.java 235 final ContentResolver contentResolver = mResolver.get();
266 final ContentResolver contentResolver = mResolver.get();
292 if (!mPrefsInited || mResolver.get() == null) {
  /frameworks/base/core/java/android/util/
LongSparseArray.java 78 public E get(long key) { method in class:LongSparseArray
79 return get(key, null);
86 public E get(long key, E valueIfKeyNotFound) { method in class:LongSparseArray
SparseArray.java 54 public E get(int key) { method in class:SparseArray
55 return get(key, null);
62 public E get(int key, E valueIfKeyNotFound) { method in class:SparseArray
  /frameworks/base/core/java/android/webkit/
WebIconDatabase.java 149 IconListener listener = (IconListener) map.get("listener");
150 ContentResolver cr = (ContentResolver) map.get("contentResolver");
151 String where = (String) map.get("where");
248 // handler to service the messages and the cursor will never get
285 * Get the global instance of WebIconDatabase.
  /frameworks/base/core/jni/
android_text_KeyCharacterMap.cpp 38 get(JNIEnv *env, jobject clazz, jint ptr, jint keycode, jint meta) function in namespace:android
40 return reinterpret_cast<KeyCharacterMap*>(ptr)->get(keycode, meta);
142 { "get_native", "(III)C", (void*)get },
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
residu_asm_neon.s 36 VLD1.S16 {D0, D1, D2, D3}, [r0]! @get all a[]
44 VLD1.S16 D5, [r8]! @get x[i], x[i+1], x[i+2], x[i+3]
47 SUB r8, r9, #2 @get the x[i-1] address
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java 257 code, cmd, response.get(response.size()-1).substring(4));
273 String line = rsp.get(i);
285 Slog.w(TAG, String.format("ExtraData <%s>", rsp.get(i)));
  /frameworks/base/services/surfaceflinger/
Layer.cpp 89 userClient.get(), lcblk.get(), token);
113 SharedBufferServer* lcblk(sharedClient.get());
206 res, strerror(res), buffer.get());
246 if (layer.get() == static_cast<LayerBase const*>(this))
277 SharedBufferServer* lcblk(sharedClient.get());
306 SharedBufferServer* lcblk(sharedClient.get());
429 // a buffer, it'll get the new size.
433 SharedBufferServer* lcblk(sharedClient.get());
473 SharedBufferServer* lcblk(sharedClient.get());
    [all...]
Layer.h 113 return static_cast<Layer*>(Surface::getOwner().get());
144 inline SharedBufferServer* get() const { return mControlBlock.get(); } function in class:android::Layer::ClientRef::Access
183 // set/get active buffer index
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 161 GsmConnection conn = (GsmConnection)connCopy.get(i);
197 //we should have failed in !canDial() above before we get here
312 String disableCall = SystemProperties.get(
438 dc = (DriverCall) polledCalls.get(curDC);
567 GsmConnection conn = droppedDuringPoll.get(i);
645 Log.i(LOG_TAG,l.get(i).toString());
652 Log.i(LOG_TAG,l.get(i).toString());
659 Log.i(LOG_TAG,l.get(i).toString());
740 hangup((GsmConnection)(call.getConnections().get(0)));
778 GsmConnection cn = (GsmConnection)call.connections.get(i)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeContext.java 142 return mViewKeyMap.get(view);
198 // get the IStyleResourceValue based on the resId;
217 // get the 2nd map
218 Map<Integer, TypedArray> map = mTypedArrayCache.get(attrs);
224 // get the array from the 2nd map
225 TypedArray ta = map.get(resid);
277 // get the name from the int.
382 // get the value from the style, or its parent styles.
415 // get the IResourceValue referenced by this value
586 typeMap = mProjectResources.get(resType)
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 60 * old-FQCN to rename and they get erased as they get renamed. At the end, classes still
241 * Utility method to get the JAR entry path from a Class name.
298 mDeleteReturns.get(className),
313 String newName = mRenameClasses.get(className);
321 newName = mRenameClasses.get(base);

Completed in 610 milliseconds

<<919293949596979899100>>