/external/webkit/Source/WebCore/storage/chromium/ |
DatabaseTrackerChromium.cpp | 81 DatabaseNameMap* nameMap = m_openDatabaseMap->get(database->securityOrigin()); 88 DatabaseSet* databaseSet = nameMap->get(name); 108 DatabaseTracker::tracker().removeOpenDatabase(m_database.get()); 129 DatabaseNameMap* nameMap = m_openDatabaseMap->get(database->securityOrigin()); 132 DatabaseSet* databaseSet = nameMap->get(name); 155 DatabaseNameMap* nameMap = m_openDatabaseMap->get(origin); 159 DatabaseSet* databaseSet = nameMap->get(name); 186 DatabaseNameMap* nameMap = m_openDatabaseMap->get(context->securityOrigin());
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGAnimatedPathSegListPropertyTearOff.h | 38 return m_baseVal.get(); 45 return m_animVal.get();
|
SVGAnimatedPropertyTearOff.h | 36 return m_baseVal.get(); 43 return m_animVal.get();
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebCookieJar.h | 39 static WebCookieJar* get(bool isPrivateBrowsing); 60 net::CookieStore* cookieStore() { return m_cookieStore.get(); } 63 // Get the number of cookies that have actually been saved to flash.
|
/external/webkit/Source/WebKit/android/jni/ |
DeviceMotionAndOrientationManager.cpp | 62 static_cast<DeviceMotionClientImpl*>(m_motionClient.get())->onMotionChange(motion); 74 static_cast<DeviceOrientationClientImpl*>(m_orientationClient.get())->onOrientationChange(orientation); 81 static_cast<DeviceMotionClientImpl*>(m_motionClient.get())->suspend(); 83 static_cast<DeviceOrientationClientImpl*>(m_orientationClient.get())->suspend(); 91 static_cast<DeviceMotionClientImpl*>(m_motionClient.get())->resume(); 93 static_cast<DeviceOrientationClientImpl*>(m_orientationClient.get())->resume(); 104 return m_motionClient.get(); 113 return m_orientationClient.get();
|
/external/webkit/Source/WebKit/chromium/src/ |
ApplicationCacheHostInternal.h | 73 if (innerHost && innerHost->m_internal.get()) 74 return innerHost->m_internal->m_outerHost.get();
|
WebIDBTransactionImpl.cpp | 75 m_backend->setCallbacks(idbCallbacks.get()); 80 return m_backend.get();
|
/external/webkit/Source/WebKit/mac/Storage/ |
WebDatabaseTrackerClient.mm | 75 info->client->dispatchDidModifyOrigin(info->origin.get()); 93 object:webSecurityOrigin.get()]; 108 object:webSecurityOrigin.get() 109 userInfo:userInfo.get()];
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DeviceOrientationClientMockQt.cpp | 68 return m_orientation.get(); 83 emit mockOrientationChanged(m_orientation.get());
|
/external/webkit/Source/WebKit/win/ |
WebSecurityOrigin.h | 39 static WebSecurityOrigin* createInstance(RefPtr<WebCore::SecurityOrigin> origin) { return createInstance(origin.get()); } 40 WebCore::SecurityOrigin* securityOrigin() const { return m_securityOrigin.get(); }
|
/external/webkit/Source/WebKit2/Shared/API/c/mac/ |
WKURLRequestNS.mm | 37 RefPtr<WebURLRequest> request = WebURLRequest::create(copiedURLRequest.get());
|
WKURLResponseNS.mm | 37 RefPtr<WebURLResponse> response = WebURLResponse::create(copiedURLResponse.get());
|
/external/webkit/Source/WebKit2/Shared/ |
WebGraphicsContext.h | 51 CGContextRef platformContext() { return m_platformContext.get(); } 53 cairo_t* platformContext() { return m_platformContext.get(); }
|
/external/webkit/Source/WebKit2/Shared/mac/ |
AttributedString.mm | 40 CoreIPC::encode(encoder, string.get());
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qwkhistory.cpp | 75 WKRetainPtr<WKStringRef> title = WKBackForwardListItemCopyTitle(d->m_backForwardListItem.get()); 76 return WKStringCopyQString(title.get()); 83 WKRetainPtr<WKURLRef> url = WKBackForwardListItemCopyURL(d->m_backForwardListItem.get()); 84 return WKURLCopyQUrl(url.get()); 130 QWKHistoryItem item(itemRef.get()); 137 QWKHistoryItem item(itemRef.get()); 144 QWKHistoryItem item(itemRef.get()); 151 QWKHistoryItem item(itemRef.get());
|
/external/webkit/Source/WebKit2/UIProcess/cf/ |
WebBackForwardListCF.cpp | 76 const void* values[4] = { url.get(), title.get(), originalURL.get(), entryData.get() }; 79 CFArrayAppendValue(entries.get(), entryDictionary.get()); 84 const void* values[2] = { currentIndexNumber.get(), entries.get() };
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/ |
InjectedBundleMac.cpp | 56 RetainPtr<CFURLRef> bundleURL(AdoptCF, CFURLCreateWithFileSystemPath(0, injectedBundlePathStr.get(), kCFURLPOSIXPathStyle, false)); 62 m_platformBundle = CFBundleCreate(0, bundleURL.get());
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
PlainTextController.cpp | 47 JSRetainPtr<JSStringRef> jsText(Adopt, JSStringCreateWithUTF8CString(text.get())); 48 return JSValueMakeString(context, jsText.get());
|
/external/webkit/Tools/DumpRenderTree/mac/ |
WebArchiveDumpSupportMac.mm | 56 NSURLResponse *response = [unarchiver.get() decodeObjectForKey:@"WebResourceResponse"]; // WebResourceResponseKey in WebResource.m 57 [unarchiver.get() finishDecoding]; 69 CFHTTPMessageSetHeaderFieldValue(httpMessage.get(), (CFStringRef)headerField, (CFStringRef)[headerFields objectForKey:headerField]); 71 return CFURLResponseCreateWithHTTPResponse(kCFAllocatorDefault, (CFURLRef)[response URL], httpMessage.get(), kCFURLCacheStorageAllowed);
|
/external/webkit/Tools/DumpRenderTree/win/ |
WorkQueueItemWin.cpp | 56 wstring targetString = jsStringRefToWString(m_target.get()); 73 wstring urlString = jsStringRefToWString(m_url.get()); 80 targetFrame->loadRequest(request.get()); 86 wstring content = jsStringRefToWString(m_content.get()); 87 wstring baseURL = jsStringRefToWString(m_baseURL.get()); 93 wstring unreachableURL = jsStringRefToWString(m_unreachableURL.get()); 130 wstring scriptString = jsStringRefToWString(m_script.get()); 166 webView->goToBackForwardItem(item.get(), &result);
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
nextpatch.py | 39 # since GET requests shouldn't really modify the datastore. 40 def get(self, queue_name): member in class:NextPatch 55 active_work_items = db.get(key)
|
patch.py | 36 def get(self, attachment_id_string): member in class:Patch 44 per_queue_statuses = queue_status.get(status.queue_name, [])
|
releasepatch.py | 38 def get(self): member in class:ReleasePatch 42 queue_name = self.request.get("queue_name")
|
updatesvnrevision.py | 37 def get(self): member in class:UpdateSVNRevision 50 svn_revision.broken_bots.append(self.request.get("broken_bot"))
|
/external/webkit/Tools/QueueStatusServer/model/ |
attachment.py | 69 self._summary = memcache.get(str(self.id), namespace="attachment-summary") 81 state = table.get(status.message) 91 return self._queue_positions().get(queue.name()) 95 queue_summary = self.summary().get(queue.name_with_underscores()) 98 return queue_summary.get("status") 101 return self.summary().get("bug_id") 118 first_status = QueueStatus.all().filter('active_patch_id =', self.id).get() 126 status = QueueStatus.all().filter('queue_name =', queue.name()).filter('active_patch_id =', self.id).order('-date').get()
|