/external/chromium_org/third_party/WebKit/Source/modules/geofencing/ |
CircularGeofencingRegion.h | 19 static CircularGeofencingRegion* create(const Dictionary& init); 20 static CircularGeofencingRegion* create(const WebString& id, const WebCircularGeofencingRegion&);
|
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/ |
PushController.cpp | 18 PassOwnPtrWillBeRawPtr<PushController> PushController::create(WebPushClient* client) function in class:blink::PushController 37 PushController::provideTo(page, PushController::supplementName(), PushController::create(client));
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
FetchEvent.h | 26 static PassRefPtrWillBeRawPtr<FetchEvent> create(); 27 static PassRefPtrWillBeRawPtr<FetchEvent> create(RespondWithObserver*, Request*);
|
FetchRequestData.cpp | 18 FetchRequestData* FetchRequestData::create() function in class:blink::FetchRequestData 23 FetchRequestData* FetchRequestData::create(ExecutionContext* context) function in class:blink::FetchRequestData 25 FetchRequestData* request = FetchRequestData::create(); 33 FetchRequestData* FetchRequestData::create(const WebServiceWorkerRequest& webRequest) function in class:blink::FetchRequestData 35 FetchRequestData* request = FetchRequestData::create(); 54 FetchRequestData* request = FetchRequestData::create(); 73 FetchRequestData* request = FetchRequestData::create(); 95 , m_headerList(FetchHeaderList::create())
|
ServiceWorkerThread.cpp | 40 PassRefPtr<ServiceWorkerThread> ServiceWorkerThread::create(WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) function in class:blink::ServiceWorkerThread 56 return ServiceWorkerGlobalScope::create(this, startupData);
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
SpeechGrammar.h | 41 static SpeechGrammar* create(); // FIXME: The spec is not clear on what the constructor should look like. 42 static SpeechGrammar* create(const KURL& src, double weight);
|
SpeechSynthesisEvent.h | 36 static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create(); 37 static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name);
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioProcessingEvent.h | 40 static PassRefPtrWillBeRawPtr<AudioProcessingEvent> create(); 41 static PassRefPtrWillBeRawPtr<AudioProcessingEvent> create(AudioBuffer* inputBuffer, AudioBuffer* outputBuffer, double playbackTime);
|
OfflineAudioCompletionEvent.cpp | 33 PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> OfflineAudioCompletionEvent::create() function in class:blink::OfflineAudioCompletionEvent 38 PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> OfflineAudioCompletionEvent::create(AudioBuffer* renderedBuffer) function in class:blink::OfflineAudioCompletionEvent
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIController.cpp | 54 PassOwnPtrWillBeRawPtr<MIDIController> MIDIController::create(PassOwnPtr<MIDIClient> client) function in class:blink::MIDIController 71 MIDIController::provideTo(frame, MIDIController::supplementName(), MIDIController::create(client));
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
ClockTest.cpp | 44 OwnPtr<Clock> clock = Clock::create(); 54 OwnPtr<Clock> clock = Clock::create();
|
DragImage.h | 42 static PassOwnPtr<DragImage> create(Image*, RespectImageOrientationEnum = DoNotRespectImageOrientation, float deviceScaleFactor = 1); 43 static PassOwnPtr<DragImage> create(const KURL&, const String& label, const FontDescription& systemFont, float deviceScaleFactor);
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebArrayBuffer.cpp | 39 WebArrayBuffer WebArrayBuffer::create(unsigned numElements, unsigned elementByteSize) function in class:blink::WebArrayBuffer 41 RefPtr<ArrayBuffer> buffer = ArrayBuffer::create(numElements, elementByteSize);
|
/external/chromium_org/third_party/WebKit/Source/platform/speech/ |
PlatformSpeechSynthesisVoice.cpp | 31 PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) function in class:blink::PlatformSpeechSynthesisVoice 36 PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create() function in class:blink::PlatformSpeechSynthesisVoice
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSpeechRecognitionResult.cpp | 50 alternatives[i] = SpeechRecognitionAlternative::create(transcripts[i], confidences[i]); 52 m_private = SpeechRecognitionResult::create(alternatives, final);
|
WorkerGlobalScopeProxyProviderImpl.cpp | 57 OwnPtrWillBeRawPtr<WorkerClients> workerClients = WorkerClients::create(); 58 provideLocalFileSystemToWorker(workerClients.get(), LocalFileSystemClient::create());
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
TypedArrayBase.h | 92 static PassRefPtr<Subclass> create(unsigned length) 94 RefPtr<ArrayBuffer> buffer = ArrayBuffer::create(length, sizeof(T)); 97 return create<Subclass>(buffer, 0, length); 101 static PassRefPtr<Subclass> create(const T* array, unsigned length) 103 RefPtr<Subclass> a = create<Subclass>(length); 111 static PassRefPtr<Subclass> create(PassRefPtr<ArrayBuffer> buffer, 128 return create<Subclass>(buffer, 0, length); 137 return create<Subclass>(buffer(), offset, length);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebIDBKeyPath.h | 41 BLINK_EXPORT static WebIDBKeyPath create(const WebString&); 42 BLINK_EXPORT static WebIDBKeyPath create(const WebVector<WebString>&);
|
/external/chromium_org/third_party/webrtc/base/ |
pathutils.h | 123 inline bool FinishPath(Pathname& path, bool create, const std::string& append) { 126 return !create || CreateFolder(path); 132 inline bool GetTemporaryFolder(Pathname& path, bool create, 137 return Filesystem::GetTemporaryFolder(path, create, &application_name) 138 && FinishPath(path, create, append); 140 inline bool GetAppDataFolder(Pathname& path, bool create, 142 ASSERT(!create); // TODO: Support create flag on Filesystem::GetAppDataFolder. 144 && FinishPath(path, create, append);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
UnmodifiableMultimapAsMapImplementsMapTest.java | 41 LinkedHashMultimap.<String, Integer>create()).asMap(); 45 Multimap<String, Integer> delegate = LinkedHashMultimap.create();
|
TreeBasedTableTest.java | 54 @Override protected Map<String, String> create( 57 TreeBasedTable.create(); 78 TreeBasedTable<String, String, String> table = TreeBasedTable.create(); 86 TreeBasedTable<String, String, String> table = TreeBasedTable.create(); 105 TreeBasedTable<String, String, String> table = TreeBasedTable.create(); 122 protected TreeBasedTable<String, Integer, Character> create( method in class:TreeBasedTableTest 127 TreeBasedTable.create(rowComparator, columnComparator); 135 @Override protected TreeBasedTable<String, Integer, Character> create( method in class:TreeBasedTableTest 137 TreeBasedTable<String, Integer, Character> table = TreeBasedTable.create(); 146 table = TreeBasedTable.create( [all...] |
/external/llvm/include/llvm/Support/ |
SpecialCaseList.h | 63 static SpecialCaseList *create(const StringRef Path, std::string &Error); 66 static SpecialCaseList *create(const MemoryBuffer *MB, std::string &Error);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
X86GOT.h | 41 X86_32GOTEntry* create(); 66 X86_64GOTEntry* create();
|
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioCodec.cpp | 29 AudioCodec *(*create)(); member in struct:AudioCodecType 44 AudioCodec *codec = type->create();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
MonitorActionBarAdvisor.java | 47 mQuitAction = ActionFactory.QUIT.create(window); 50 mCopyAction = ActionFactory.COPY.create(window); 53 mSelectAllAction = ActionFactory.SELECT_ALL.create(window); 56 mFindAction = ActionFactory.FIND.create(window); 60 mOpenPerspectiveAction = ActionFactory.OPEN_PERSPECTIVE_DIALOG.create(window); 63 mResetPerspectiveAction = ActionFactory.RESET_PERSPECTIVE.create(window); 66 mPreferencesAction = ActionFactory.PREFERENCES.create(window); 69 mAboutAction = ActionFactory.ABOUT.create(window);
|