HomeSort by relevance Sort by last modified time
    Searched full:isblocked (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/extensions/
active_tab_unittest.cc 92 bool IsBlocked(const scoped_refptr<const Extension>& extension,
94 return IsBlocked(extension, url, tab_id());
97 bool IsBlocked(const scoped_refptr<const Extension>& extension,
132 EXPECT_TRUE(IsBlocked(extension, google));
133 EXPECT_TRUE(IsBlocked(another_extension, google));
134 EXPECT_TRUE(IsBlocked(extension_without_active_tab, google));
147 EXPECT_TRUE(IsBlocked(another_extension, google));
148 EXPECT_TRUE(IsBlocked(extension_without_active_tab, google));
152 EXPECT_TRUE(IsBlocked(extension, mail_google));
153 EXPECT_TRUE(IsBlocked(another_extension, mail_google))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImport.cpp 58 if (isBlocked())
106 ASSERT(!isBlocked());
117 ASSERT(import->isBlocked() || import->areChilrenLoaded());
119 if (import->isBlocked()) {
HTMLImport.h 54 bool isLoaded() const { return !isBlocked() && !isProcessing(); }
55 bool isBlocked() const { return m_blocked; }
MediaController.h 104 bool isBlocked() const;
MediaController.cpp 412 } else if (isBlocked()) {
488 bool MediaController::isBlocked() const
502 if (element->isBlocked())
HTMLMediaElement.h 462 bool isBlocked() const;
HTMLMediaElement.cpp     [all...]
  /frameworks/base/core/java/android/printservice/
PrintJob.java 137 public boolean isBlocked() {
183 * #isQueued()} or {@link #isBlocked()} returns true and you started
189 * @see #isBlocked()
203 * #isStarted()} or {@link #isBlocked()} returns true and you need
211 * @see #isBlocked()
243 * #isQueued()} or {@link #isStarted()} or {@link #isBlocked()}
252 * @see #isBlocked()
264 * #isQueued()} or {@link #isStarted() or #isBlocked()} returns
272 * @see #isBlocked()
  /frameworks/base/core/java/android/print/
PrintJob.java 75 * @see #isBlocked()
135 public boolean isBlocked() {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MimeType.java 73 if (isBlocked(contentType)) {
111 public static boolean isBlocked(String contentType) {
  /packages/experimental/PrintService/src/foo/bar/printservice/
MyPrintService.java 142 if (printJob.isQueued() || printJob.isStarted() || printJob.isBlocked()) {
197 if (printJob.isBlocked()) {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
SyncRunner.java 191 boolean isBlocked = false;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 236 else if (MimeType.isBlocked(mAttachment.getContentType())) {
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 415 return !isSavedToExternal() && !isInstallable() && !MimeType.isBlocked(getContentType());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 782 return !m_import || !m_import->isBlocked();
    [all...]

Completed in 2021 milliseconds